too many divs!
<a href="#"><img src="acer_logo copy.jpg" width="100px" height="100px"><p>text text text ...</p></a>


a p{width:200px;margin-left:120px;}
a img{float:left}

just keep it simple, and add a descendent selector if this is just for one section of your page


<style type="text/css"><!-- div.float { float:left; } div#image { width: 100px;} div#text { width: 300px; } bg.clear { clear:both; } --></style>

(...)

<div class="float" id="image"><img ... /></div>
<div class="float" id="text">All your base are belong ... </div>
<br class="clear" />

I don't test the script. Configure this according your necessity ;)

>> Irapuan Martinez .>__________________________________________
                                    http://www.hypergraph.com.br

*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************




*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************




Reply via email to