neoweatherguy
08-30-2010, 11:09 PM
I have been trying to align these top 3 images at My Test Homepage (http://neoweather.com/untitled.html) but it never works and all 3 of them decide to take up a line instead of just one.
THANKS I AM TRULY A ROOKIE WHEN IT COMES TO ALIGNING!!!!!:D:D:D:D:D
Doctor_Varney
08-30-2010, 11:30 PM
I don't know what you mean by "these three images". Show us what you want it to look like. You don't 'align' images with CSS, you float them.
Dr. V
neoweatherguy
08-30-2010, 11:41 PM
These 3 images i want to be on the same line-
http://www.neoweather.com/Picture%2024.png
Doctor_Varney
08-31-2010, 12:37 AM
Try calculating the widths of these images and any margins or padding used and comparing this to the available space you are trying to make them occupy.
Dr. V
neoweatherguy
08-31-2010, 09:21 PM
They should already have enough space to fit. It seems like anything with a <script> never aligns next to anything.
Sos
hotstarpromo
08-31-2010, 10:03 PM
Did you fix it yet? I can do it for you! Are you still in need?
neoweatherguy
08-31-2010, 10:11 PM
i do need hrlp. hope this also helps some.
this is the html for the 3 images
<DIV ALIGN="left">
<script type="text/javascript">
<!--
google_ad_client = "pub-1327335956522478";
/* 180x150, created 5/14/10 */
google_ad_slot = "4377672854";
google_ad_width = 180;
google_ad_height = 150;
//-->
</script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<DIV ALIGN="left">
<DIV ALIGN="center"><img src="http://www.neoweather.com/todaytoday.jpg" width="280" height="150" border="0" alt="36 Hour Forecast">
<DIV ALIGN="center">
<DIV ALIGN="right">
<script type="text/javascript"><!--
google_ad_client = "pub-1327335956522478";
/* 180x150, created 8/14/10 */
google_ad_slot = "3838066954";
google_ad_width = 180;
google_ad_height = 150;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<DIV ALIGN="right">
</a></p>
seems any method of aligning hasnt worked?
neoweatherguy
09-01-2010, 03:36 AM
How do I go about this problem?