Click to See Complete Forum and Search --> : <p> doesnt work
netzeye
07-21-2008, 02:28 PM
Hi, here is my site: http://www.netzeye.com/support/contact_us.php
I used <p> in between
Mon. ~ Fri. 8:30 AM - 5:30 PM PST and T.S. MicroTech Inc. but it doesn't work. Can someone please point out the error for me?
Much thanks
NogDog
07-21-2008, 02:36 PM
First, as XHTML requires that all tags be closed, you need to have a corresponding </p> tag for it. If that does not fix it, try wrapping the text above it in its own <p>...</p> tags.
PS: Might be worth checking out the other 74 XHTML errors (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.netzeye.com%2Fsupport%2Fcontact_us.php), too. ;)
netzeye
07-22-2008, 06:04 PM
Nope, wrapping <p> </p> around doesnt work.
Declan1991
07-22-2008, 07:10 PM
Fix the other 67 errors and try again. And remember that with true XHTML (i.e. parsed as XHTML), any error will stop the page loading at all.
netzeye
07-22-2008, 07:51 PM
Thanks, it works now!
I have 1 more problem that has to do with tables. In dreamweaver, the table under "Specification" looked fine, however, when I viewed it using IE, the column widths are all messed up... http://www.netzeye.com/CMS/cc/index.php
Does anyone have any idea what's wrong?