user2319
Disabled Account
Posts: 1779
Joined: Oct 2002
Status: Away
|
O.P. RE: RE: [html+css] 2Pictures and caption
quote: Originally posted by EGIS
Divs don't have any width attribute, put the width in the css instead.
code: <div style="float:left;width:473px;">
not
<div style="float: left;" width="473">
Then you wont need the <br />-tags either.
|
|