View Full Version : Can you have 2 different <div align... tags on the same line?


CitrusOrange37
10-23-2003, 04:23 AM
ok, i'm making a page with a frameset, and in the uppermost frameset, i want to have images. one would be aligned to the left, the other to the right... is this possible?? i used the <div align="left" and "right" tags, but it put each image on a separate line - please help!! :-/

pb&j
10-23-2003, 04:58 AM
try this...

<div style="float:left;">div1</div>
<div>div2</div>

CitrusOrange37
10-23-2003, 07:40 PM
thanks! and sorry about posting in two different spots, i posted here then noticed the page for frames...

yay thanks! it worked!