TheBlasphemer
Senior Member
Posts: 714 Reputation: 47
37 / – / –
Joined: Mar 2004
|
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.
Agreed
|
|