Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Found a really minor error with (X)HTML markup
Topic Started: Oct 11 2009, 02:33 PM (204 Views)
Blaziken257
Member
[ * ]
This is a really minor issue, but since I'm picky about HTML, I might as well bring it up. Whenever it's somebody's birthday, the HTML in the Board Statistics section in the bottom of the main page is formed like this:

Code: HTML
 
<td id="stats_bdays">
<span class='bday_strip'>
<span class='bday'>
15
</span>
<a href='http://s15.zetaboards.com/Some_Random_Board/profile/0/' class='member'>
Some User
</a>
</td>

I see two opening <span> tags, but I only see one closing </span> tag. Oops!

Again, this is really minor, but it should be something that should be aware of, especially from picky people like me. Especially when the doctype is XHTML, which is picky about proper nesting of tags.
Offline Profile Quote Post Goto Top
 
Tony
Katorga-12

Ooooh. Pickyness. Tony likes.

There is also fail here, but at least the tag is closed. :P
Code: HTML
 
<tr>
<td id="stats_bdays">
<span class='bday_strip'>
<span class='bday'>20</span>
<a href='http://if.invisionfree.com/profile/12075/' class='member'>Dennis</a>,</span>
<a href='http://if.invisionfree.com/profile/2015770/' class='member'>Amanda</a>,
<a href='http://if.invisionfree.com/profile/2056539/' class='member'>Sanky</a></td></tr>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards Discussion · Next Topic »
Add Reply