Quote:
Originally Posted by Gigababbler
Hi,
This is about my html contest:
How do I have more space between the pictures (aligned of course) and the words? So far, they're squished together, especially on the construction page.
Check it out: www.halo-central.com/computer assembly
(computer SPACE assembly)
Thanks,
Gigababbler
PS: Can you give me tips and advice on the site as well? Thanks a ton. 
|
HTML Contest? Please explain.
But on the image spacing goes, there are 2 ways I think you can accomplish this, or at least 2.
You can use something like :
Hspace="30" Vspace="10"
within the img src tag.
Or
You can create a 1x1 pixel transparent gif image and add it before or after the image to put a little more space there.
Of course you can also work with the text inside a table and give the table an absolute value of width="300px" or even width="50%" if this is easier.
If you don't have an app to make the transparent gif, I could create post one for you, if needed.