go here: http://theclubpenguincheats.com/chatroom/
scroll down and look at "Other expectations"
the alignment is all messed up. I cant seem to fix it in the post. I set it to left alignment but that happens.
go here: http://theclubpenguincheats.com/chatroom/
scroll down and look at "Other expectations"
the alignment is all messed up. I cant seem to fix it in the post. I set it to left alignment but that happens.
It looks just fine to me...
no, look at the words 'OTHER EXPECTATIONS"
Fine for me in Firefox and IE8. Hasn't this one come up before?
That particular phrase indeed is a bit too much to the left in safari en ff (mac).
Will have a look at it in a jif.
Peter
That particular heading is in a <div> while the others are not.
i.e. :
<div style="text-align: left;"><span style="text-decoration: underline;"><strong>Other expectations</strong></span></div>
while
<p><span style="text-decoration: underline;"><strong>Essential Expectations</strong></span></p>
so edit the page to remove the <div>, or if it really needs to be in a <div> you can add margin-left:15px; to the element style to line it up with the rest.
Please start by validating the source, you have some errors (23). If I counted correctly you have some unbalanced elements (opening tags <> closing tags).
http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Ftheclubpenguincheats.com%2Fchatroom%2F
Peter
To be specific: the navigation menu is unbalanced:
<ul id="page-list" class="clearfix">
<li class="page_item page-item-4">
<a href="http://theclubpenguincheats.com/forums-d/" title="<a href="http://forum.theclubpenguincheats.com/">Forums</a>">
<a href="http://forum.theclubpenguincheats.com/">Forums
</a>
</a>
</li>
<li class="page_item page-item-2926">
<a href="http://theclubpenguincheats.com/trackers/" title="Trackers">Trackers
</a>
<li class="page_item page-item-3025">
<a href="http://theclubpenguincheats.com/codes/" title="<a href="http://theclubpenguincheats.com/club-penguin-coin-codes/">Codes</a>">
<a href="http://theclubpenguincheats.com/club-penguin-coin-codes/">Codes
</a>
</a>
</li>
Peter
1. do i copy/paste that code for the navigation bar?
2. how do i fix those validation errors?
This topic has been closed to new replies.