View Full Version : I really need some help....


dan8
02-05-2003, 01:30 AM
I have pictures on my page and I want them to go together, but there's a gap in between them. To see what I'm talking about go here: My web page (http://dumbass.iscrappy.com/test.htm)
I also don't want the bottom scroll bar to scroll. I can't figure out why it can be scrolled.
And my last question is how do I make the text in the grey square go to the top?
Thanks

Alcy
02-05-2003, 02:41 AM
For the pictures, try putting the coding in the same line:
ie. <td colspan="3" width="100%"><img src="topbg.gif"></td>

For the scrollbar, try adding scroll="no" in the body tag.

To align the text to the top of the cell, add valign="top" to the <td> tag.

dan8
02-05-2003, 08:56 PM
It worked!!! Thank you :)