View Full Version : Aligning Help


SizzZzlinhair
03-27-2003, 11:53 PM
Ok, so I have this

<center><table border="1"><tr><td><div style="width:200; height:200; overflow:auto"><font size=2 face=tahoma color=grey> Testing

And I wanna know if there's a way to align my whole divider so that it's to the right side of my page so that I can fit a picture in.. and if I can get rid of the border with the scrollbar still there. All help is greatly appreciated - thanx ^_^

Xiphias
03-28-2003, 12:59 AM
<center><table border="1" align="right"><tr><td><div style="width:200; height:200; overflow:auto"><font size=2 face=tahoma color=grey> Testing

That would get your table aligned to the right. The following would align only the division to the right:

<center><table border="1"><tr><td><div style="width:200; height:200; overflow:auto" align="right"><font size=2 face=tahoma color=grey> Testing

SizzZzlinhair
03-28-2003, 09:39 PM
Yay, it worked! Thanx :)