Div rendering
- From: "abcd" <abcd@xxxxxxxx>
- Date: Tue, 8 May 2007 14:43:31 -0700
I have below code
===============================================================
<html>
<span style="width: 250; padding-left:0px; padding-right:5px;
padding-top:0px; padding-bottom:5px">
<div align=center><font face="Trebuchet MS""
size="2"><b>AAA</b></font><br><img src ="/Yellow.png" height=4 width=186
border=0><img src="A26.png" border="0"></div></a></span>
<span style="width: 250; padding-left:0px; padding-right:5px;
padding-top:0px; padding-bottom:5px">
<div align=center><font face="Trebuchet MS""
size="2"><b>BBB</b></font><br><img src ="/Red.png" height=4 width=186
border=0><img src="A27.png" border="0"></div></a></span>
<span style="width: 250; padding-left:0px; padding-right:5px;
padding-top:0px; padding-bottom:5px">
<div align=center><font face="Trebuchet MS""
size="2"><b>CCC</b></font><br><img src ="/Red.png" height=4 width=186
border=0><img src="A28.png" border="0"></div></a></span>
</html>
=======================================================
In IE it renders like 3 images in one row where as in Firefox it renders 3
images in 3 seperate lines....
What changes do I need to make it so that Firefox also shows me these 3
images in one row....
I will be having many such thumbnail images on my page and I want the
browser to adjusts the rows and columns automatically...IE does it for me
automatically but firefox not....Is the HTML syntax correct...
thanks
.
- Follow-Ups:
- Re: Div rendering
- From: Dave Anderson
- Re: Div rendering
- From: Randy Webb
- Re: Div rendering
- Prev by Date: Re: calling a function
- Next by Date: Re: Div rendering
- Previous by thread: calling a function
- Next by thread: Re: Div rendering
- Index(es):
Relevant Pages
|