R
|
richardbeaumont author 4/26/2008 |
I have answered this myself now. I took the waring message out of one of the output htm files - and the problem went away. I presume it was cuase by the fact that the output was above the <body> tag. |
R
|
richardbeaumont author 4/27/2008 |
No I was wrong. It only solved the problem for the login page. Other main table pages were still aligned over to the left. Anyone got any solutions? I have answered this myself now. I took the waring message out of one of the output htm files - and the problem went away. I presume it was cuase by the fact that the output was above the <body> tag. |
R
|
richardbeaumont author 4/27/2008 |
It gets worse I am afraid. Having a look in Firefox - the pages appear to center properly - but there is a huge white spece appearing - strangely in the middle of my header - where there is no code. Again I get this when only my CSS is in the style sheet. |
J
|
Jane 4/28/2008 |
Richard,
|
R
|
richardbeaumont author 4/28/2008 |
Richard, to centre all pages just add header and footer. Create new header.php and footer.php files manually in the output/include directory and add following code in it:
|
R
|
richardbeaumont author 4/30/2008 |
I notice in the tutorial about integrating with an existing website that the demo shows adding html/head tags into the header.php file. However - these page elements are already generated by the application - and by default appear above the header file insertion point. Therefore I did not add those tages to my header file. |
R
|
richardbeaumont author 4/30/2008 |
SOLVED!! |
T
|
tyguy 5/6/2008 |
SOLVED!! It was all about the DOCTYPE - they are all different and sometimes missing in the html template files. If I copied DOCTYPE from the login.htm template into the others - the pages center perfectly. This needs correcting.
|
T
|
tyguy 5/11/2008 |
bump... anyone got any ideas? |
R
|
richardbeaumont author 5/12/2008 |
bump... anyone got any ideas? ty
|