Take a peek at my header code used for my logo. I wanted to include a link back to my portal page within the main body of the header/logo. I was getting a defined yellow border around the third section of the header. I inserted "border="0", not sure if it's in the correct spot though, but it seems to be working. Does this seem correct to you?
PHP Code:
<td align="left" valign="top"><img src="$stylevar[imgdir_misc]/head_left.gif" alt=""/></a></td>
<td align="right" valign="bottom"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/head_right.gif" border="0" alt="" /></td>