Jump to content

Recommended Posts

  • 1 month later...
Posted

Check the html where it mentions <li class="group_icon">

 

Right after the blank image tag, you have </br> and </img>, this is not valid html and will break the rendering of the page or specific element.

 

Maybe you know this already, but if you have html tags with no closing tag property, such as <img> or <br> or <hr> and etc... Then you can't add the closing tag to it like that.

 

Valid html:

<br/> <hr/> <img src="my-image.jpg" alt="my image needs alt tag too" />

Posted

I don't see that in the raw HTML at all... I see the following:

<li class='group_icon'>    <img src=''><br /> <img src='https://board.freedomainradio.com/public/style_extra/team_icons/fdr_bronze.gif'/></li>

Only XHTML needs closing tags. In any case, it's fixed again. Not sure how it came back...

  • 1 month later...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.