auction template help

Question
I should be doing the rest of my club99 auctions but I got started on this one auction template and have a question.
I center most of the info...pics, text, etc.
But under the picture, I have a list of fabric measurements that
I want the text to read from the left....like when you normally read
something.
I closed the </center> and used <left> to align the text left.
But its way over to the left and looks awkward.
Can I put the text to the left but center it under the picture?
Maybe use that space code?
Or a <center> in front of the <left>?
Thanks for any help.

Answer

You need to put it in a table like this:
<table width="400" border="1" cellpadding="10" cellspacing="0" align="center">
<tr>
<td>
<div align="center"><img src="YOUR IMAGE HERE"></div>
</td>
</tr>
<tr>
<td>
<ul>
<li>measurement 1</li>
<li>measurement 2</li>
<li>measurement 3</li>
</ul>
</td>
</tr>
</table>
Edit the width="400" to a little wider than your picture.
Edit border="1" to "0" if you don't want the table to have a border.
Sharon

Answer
Thank yhou for your help. It worked great.
auction with tables
I am still learning and I know some things are not correct.
I lost my little frame around the yellow but I will figure it out...maybe
Now to go fix a couple of other auctions.

Answer
You're welcome.
Sharon
© 2007 www.aqcollection.com | Contact us |