The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Header Code Correct
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:
|
#2
|
||||
|
||||
it looks good
|
#3
|
|||
|
|||
Missing a closing anchor tag (and you have a random extra one in there...):
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="" /> </a> </td> |
#4
|
||||
|
||||
Thank you for the input. I made the changes you mentioned
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|