Hi,
On my forum
http://rafasredmen.info/forum
The banner at the top squeezes up to the left on IE but on other browsers is fine.
Is there a way round this?
Thanks in advance for any help

Possible to show us the img code you've used ? Used fixed width ?
carra23 Wrote:LeX- Wrote:Possible to show us the img code you've used ? Used fixed width ?
Code:
<p align="center"><img src="http://www.rafasredmen.info//forum/images/Red_Bulletin_Pro/logo.gif" alt="Rafa's Red Men" border="0" width="100%" height="150"></a></td>
Strange =P No opening <a> tag; no closing <p> tag and what that </td> does there, i don't have a clue =P
I've added this code in place of my logo on my testforum [
http://thingiej.be/testje/ ], and it shows up properly in IE and FF.
Code:
<p align="center"><a href="http://www.rafasredmen.info/forum/index.php"><img src="http://www.rafasredmen.info/forum/images/Red_Bulletin_Pro/logo.gif" alt="Rafa's Red Men" border="0" width="100%" height="150"></a></p>
I have put the code you suggested in put it's still the same

carra23 Wrote:I have put the code you suggested in put it's still the same 
As you can see at my testforum it works properly, i could be something in the theme you are using.
Edit ::
Just installed that theme and its a theme problem =P
The width of the logocontainer has been set to width='248' ... But why it works in other browsers i can't figure out =P
Is there a way you could set different banners for different resolutions possibly?
You could use javascript for different banners based on different screen resolutions.