DEBMCK Posted July 3, 2009 Share Posted July 3, 2009 ok when I use CSE HTML Validator Lite i get this warning...>Warning Line 74 Found the character '>' with no previous character '<' to open the tag. The character '<' must appear before each '>' to open a tag. If you actually want to use this character in the text portion of your document, then use the character entity reference ">". Note, however, that using this reference is not technically necessary according to the HTML specification (but it is highly recommended that you use it). <div id="breadcrumb"><a href="index.php">HOME</a> > </div> as you can see it has an extra > between </a> and <div> but when I go into my editor to remove it, it says this instead....<div id="breadcrumb">{bread_crumb}</div> Here is the file I am trying to edit.... /home/summitgr/public_html/templates/layout.html can someone help me???? Please! Quote Link to comment Share on other sites More sharing options...
xtopolis Posted July 3, 2009 Share Posted July 3, 2009 You'll have to find that ">" separator and change it to < That "link" you posted is not something we can see, so we can't help you. That is a local path on your server.. You'll have to show us more (relevant) code, or find the right section that shows that separator.. not much we can do. Quote Link to comment Share on other sites More sharing options...
Psycho Posted July 3, 2009 Share Posted July 3, 2009 Yes, as xtopolis states you need to find the code that creates the breadcrumb - that is what is causing the problem. But, personally I wouldn't worry too much about it. It is just a validation warning. Is it perfect, no. But, it's not something that's going to make your site unusable. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.