template help >> Frold needs help

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

template help >> Frold needs help

Post by frold »

Hey

I have designed a templated (with help from Oliver G) and as html file it is w3c valid but when I insert it into phpwcms it is no longer valid...

edited out

And I think it is because phpwcms add

Code: Select all

<tr>
<td valign="top">
before the htmlcode you put in the fields: header, main, left, footer etc...

and this after:
</td>
How to fix my template so it is valid? right know it has 12 error:

edited out
Last edited by frold on Mon 5. Apr 2004, 23:41, edited 1 time in total.
http://www.studmed.dk Portal for doctors and medical students in Denmark
Kalika
Posts: 26
Joined: Wed 24. Mar 2004, 23:27

Post by Kalika »

Hi,
I don't know if it is possible on your template, but the problem can be solved rewriting the template using css+div and witohout table for formatting the page.
Some tag propreties using table are deprecated by the w3c standards.
Bye.

K.
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

Thanks... But oliver G is using magic right now :D
http://www.studmed.dk Portal for doctors and medical students in Denmark
Post Reply