HTML image alignment problem

Bard09

Member
May 23, 2001
55
0
0
Hi, I am having a problem on my website with images.

On most of my pages, it's just simple <img> tags, with an align="" element. I really liked the ability to set the image towards the right or left and have the text flow around the image. However, sometimes on low resolutions with the large aligned pictures, entire blocks of text can get overwritten by the picture. I know this is an issue, and even though I have had only one complaint about it, I'd still like it fix it. Is there anything I can do to secure that my text goes AROUND my images, not through them? Thanks!

Oh, and if you were at all curious about my site, it's right here for your perusal. Keep in mind that it's pretty much a personal/journal site. <shrug> And yes, those are frames. I'm too lazy to do anything more at this time. Anyways, I could use the help!

Thanks in advance,

Bard09
 

stndn

Golden Member
Mar 10, 2001
1,886
0
0
you may want to try to add
hspace="2" vspace="2"
that adds 2 pixels to the horizontal spacings (left and right) as well as 2 pixels to the vertical spacings (top and bottom)
not sure if that will help anything, since my brain really couldn't help me imagine how it looks like
but, who knows...?