Jump to content

I need to fix a code


DEBMCK

Recommended Posts

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!

 

 

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.