|
|
Aussie-LST 12-26-2005, 11:45 AM Hey guys im new here... And i have a little problem.
Here is the deal, There are three green boxes at the right side of the page i want them still aligned right but all underneath each other? they have <br> tags but the tags dont seem to work :confused:
Please help! here is the page: http://www.lstzone.dynamitehosting.net/Blisshair/Home.html
Thank you :)
Masterslave 12-26-2005, 12:25 PM Instead of
<td><tr>
<img src="http://img392.imageshack.us/img392/9981/newproductpagebox5no.jpg" align="RIGHT">
<br>
<img src="http://img392.imageshack.us/img392/9981/newproductpagebox5no.jpg" align="RIGHT">
<br>
<img src="http://img392.imageshack.us/img392/9981/newproductpagebox5no.jpg" align="RIGHT">
</tr>
</td>
Try this
<div style="float: right;">
<img src="http://img392.imageshack.us/img392/9981/newproductpagebox5no.jpg"> </div>
<div style="float: right;">
<img src="http://img392.imageshack.us/img392/9981/newproductpagebox5no.jpg"> </div>
<div style="float: right;">
<img src="http://img392.imageshack.us/img392/9981/newproductpagebox5no.jpg"> </div>
Maybe that will work.
Tip: Try to use a Doctype declaration, it's very important. You can read it at http://www.w3.org/QA/2002/04/valid-dtd-list.html.
Aussie-LST 12-27-2005, 04:22 AM That didnt work :confused:
Here is my code
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>Untitled Document</title>
<body>
<table width=100% border="0" cellspacing="0" cellpadding="">
<tr>
<td><br /></td>
<td>
<img src="http://img367.imageshack.us/img367/3571/whatsnew7nr.jpg" height="37" /><br />
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td width="70" valign="top"><img src="http://img525.imageshack.us/img525/8144/sidebarrforall0jj.jpg" width="70" height="289" /></td>
<td width="148" valign="top"><img src="http://img508.imageshack.us/img508/2310/newproductpagenav1013ly.jpg">
<br>
<img src="http://img508.imageshack.us/img508/5585/newproductpagenav1029gz.jpg">
<br>
<img src="http://img508.imageshack.us/img508/3258/newproductpagenav1031bm.jpg">
<br>
<img src="http://img508.imageshack.us/img508/815/newproductpagenav1047ed.jpg">
<br>
<img src="http://img508.imageshack.us/img508/6543/newproductpagenav1052te.jpg">
<td><tr>
<br>
<br>
<br>
<center><img src="http://img398.imageshack.us/img398/5007/newproductpagenav2010wr.jpg">
<br>
<img src="http://img398.imageshack.us/img398/6028/newproductpagenav2029ph.jpg">
<br>
<img src="http://img398.imageshack.us/img398/7952/newproductpagenav2039xn.jpg">
<br>
<img src="http://img398.imageshack.us/img398/8134/newproductpagenav2044ed.jpg">
<br>
<img src="http://img398.imageshack.us/img398/8000/newproductpagenav2054bo.jpg">
</center>
<br>
<div style="float: right;">
<img src="http://img392.imageshack.us/img392/9981/newproductpagebox5no.jpg"> </div>
<br>
<div style="float: right;">
<br>
<img src="http://img392.imageshack.us/img392/9981/newproductpagebox5no.jpg"> </div>
<br>
<div style="float: right;">
<img src="http://img392.imageshack.us/img392/9981/newproductpagebox5no.jpg"> </div>
</tr>
</td>
</table>
</head>
</body>
</html>
Can someone please help me?
BarrMan 12-27-2005, 10:27 AM Maybe try <br> instead of <br />?
coothead 12-27-2005, 11:16 AM http://www.htmlforums.com/showthread.php?t=67848
ronaldb66 12-27-2005, 12:31 PM Please observe the Posting Guidelines (http://www.codingforums.com/postguide.htm) with regard to post subjects.
What effect do you wish to accomplish? I see three green boxes stacked vertically like you asked, so I don't see your problem; what I do see is one very poorly marked up page.
Please describe in detail how you want the different page elements laid out; I'm sure we can come up with a much better solution.
Aussie-LST 12-28-2005, 04:49 AM For starters my post i first starterd out with has been deleted.
any ways i fixed the prob thanks
|
|
|
|
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum
vBulletin® v3.8.2, Copyright ©2000-2013, Jelsoft Enterprises Ltd.