Log In · Register

 
coding a valid xhtml website
bigtrey90
post Mar 26 2009, 08:15 PM
Post #1


talent on another level
*****

Group: Member
Posts: 746
Joined: Oct 2006
Member No: 475,735



I am trying to put a RSS feed on my website, and I can't because my site isn't a valid xhtml site. Any tips on how to code one correctly?

http://www.j3mag.uniqsole.com
 
 
Start new topic
Replies
fixtatik
post Mar 26 2009, 08:31 PM
Post #2


Senior Member
******

Group: Member
Posts: 1,237
Joined: May 2008
Member No: 648,123



keep an eye on validator.w3.org to show your errors. the biggest problem you're having is closing tags. with XHTML, some tags need to be closed within themselves, like <link>, <br> and <input>

they should look like this:
CODE
<link href="URL" rel="" />
<br />
<input type="text" />

fixes those will clear up many errors.
 

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: