The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
<td align="center"> not working in IE
This is frustrating as hell, I can't get my forum logo to center - it's fine in FF but in IE it just won't centre, using different placements of "center" in the <td> or <div> tags.
I've done a quick search but nothing obvious sticks out, I have two questions: 1) Here is the code I'm using : Code:
<td align="center" valign="top" width="700"><a href=""><img src="$stylevar[imgdir_misc]/logo.jpg" width="700" border="0"></a></td> Cheers Jase |
#2
|
||||
|
||||
I am assuming your using this in a table.
Not sure why you have a width of 700 in <td> Try this Code:
<td valign="top" align="center"><a href=""><img src="$stylevar[imgdir_misc]/logo.jpg" width="700" border="0"></a></td> |
#3
|
||||
|
||||
if you are not using your a href tag i would reccommend deleting it
|
#4
|
||||
|
||||
Perfect - that did it, thanks - no idea why it was something so darn simple!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|