posted on March 22, 2001 08:52:27 PM new
Was wondering if anyone can help me! Here is part of the template I am using. (Just ignore the pictures! I just needed to use something!LOL)
I have two pictures. Is it possible to put them side by side & not on top of each other? How do I do this?!?!?
THANKS!
</tr>
</table></center></center>
<blockquote>
<html>
<body>
<bg color="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF alink="#FFFFFF">
<center>
<table border="0" cellpadding="0" cellspacing="2" width=100%">
<tr>
<td bgcolor="#B49C79" valign="middle" align="center" width="100%" colspan="4"><h1><b>This is just a TEST!! I need HELP PLEASE!!!!</b></h1></td>
</tr>
<tr>
<td valign="middle" align="center" width="100%" colspan="4"><h3><b>It's probably something pretty basic that I can't figure out! LOL</b></h3></td>
</tr>
<tr>
<td valign="middle" align="center" width=50%" colspan="4">
<A HREF="http://images.honesty.com/imagedata/h/024/15/30241556.jpg">
<IMG HEIGHT=200 WIDTH=200 SRC="http://images.honesty.com/imagedata/h/024/15/30241556.jpg"><center>
<small><small><font face="Helvetica, Arial, sans-serif">
Click for larger image</font></small></small></center>
<A HREF="http://images.honesty.com/imagedata/h/030/01/30300128.jpg">
<IMG HEIGHT=200 WIDTH=200 SRC="http://images.honesty.com/imagedata/h/030/01/30300128.jpg"><center><small><small><font face="Helvetica, Arial, sans-serif">
Click for larger image</font></small></small></center></A>
</h4></td>
</tr>
posted on March 22, 2001 09:09:21 PM new
Had the exact same problem two days ago, if you take out the click here to enlarge part, start with the part that you have center and end with /center and take it all out so that you don't have the words click here to enlarge or any of the codes that go with it and your images will go side by side.
posted on March 22, 2001 09:15:52 PM new
Here it is with those parts edited out, and the photos do line up next to each other and not stacked on top of each other.
</tr>
</table></center></center>
<blockquote>
<html>
<body>
<bg color="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF alink="#FFFFFF">
<center>
<table border="0" cellpadding="0" cellspacing="2" width=100%">
<tr>
<td bgcolor="#B49C79" valign="middle" align="center" width="100%" colspan="4"><h1><b>This is just a TEST!! I need HELP PLEASE!!!!</b></h1></td>
</tr>
<tr>
<td valign="middle" align="center" width="100%" colspan="4"><h3><b>It's probably something pretty basic that I can't figure out! LOL</b></h3></td>
</tr>
<tr>
<td valign="middle" align="center" width=50%" colspan="4">
<A HREF="http://images.honesty.com/imagedata/h/024/15/30241556.jpg">
<IMG HEIGHT=200 WIDTH=200 SRC="http://images.honesty.com/imagedata/h/024/15/30241556.jpg">
When you paste it into the Sell form, don't put in anything before and including the <body> tag. The bg color and link colors won't work either (they're already hard-coded in the auction page itself), so leave them out. Also when you paste it in, don't include a </body> or </html> tag.
The Sell form automatically blockquotes the description, so if you use html, your first command should be </blockquote> so your table will center properly.