Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How Do I Do This?


chrishajer
Participant

@chrishajer

Only 47 posts? Piece of cake.

I did notice, in Firefox 2.0.0.10 the logo is not entirely clickable. Certain parts of it are, if you hit it just right, but not the whole thing. Odd. In IE7, it’s all clickable.

Oh, and I probably told you this incorrectly as well (although not intentionally.) The <a href should have a <strong>title attribute, not an alt attribute. The <img should have an alt. So

<a href="http://www.theangrywaiter.com/" title="go home"> and

<img src="http://www.theangrywaiter.com/forum/bb-templates/awbbtheme/images/awforumlogo3.jpg" alt="the angry waiter logo" />

Sorry about that.

And, to keep your page valid XHTML, you’re going to have to give each forumlist a different ID by appending the name or number of the forum to it. So it would be

<table id="forumlist-chicago">

and <table id="forumlist-atlanta">

or <table id="forumlist-4">

and<table id="forumlist-11">

Skip to toolbar