X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   W3C Validation Error (https://forum.x-cart.com/showthread.php?t=60088)

SID357 07-06-2011 07:50 AM

W3C Validation Error
 
Why is W3C showing this as an error?

http://farm6.static.flickr.com/5314/5909143136_01930b996a_b.jpg

Code:

<p style="text-align:center;">
<strong><span style="font-size:14px;"><span style="font-family: verdana,geneva,sans-serif;">Welcome to ShirtsForThePeople.com</span></span></strong>&trade;</p>


It's in lbl_welcome_to. I don't see anything wrong with that.

balinor 07-06-2011 09:11 AM

Re: W3C Validation Error
 
You have an open <h1> tag - need to close it.

cflsystems 07-06-2011 09:16 AM

Re: W3C Validation Error
 
<p> tags are not allowed inside <h> tags. Either get rid of the <h1> tag or the <p> tag

The paragraph element can be contained inside the elements "address", "applet", "blockquote", "body", "button", "center", "del", "dd", "div", "fieldset", "form", "iframe", "ins", "li", "map", "noframes", "noscript", "object", "td", and "th"


All times are GMT -8. The time now is 02:00 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.