Forum Moderators: not2easy
What i want is somthing like this
---------------------
¦MyText X¦
---------------------
The text is leftaligned and the pic (X) is rightaligned.
<div class="boxheader">
MyText<div id="pic">X</div>
</div>
Thanks in advance
/Uffe
define a width in the style if you want it 50/50 the length of the DIV...or if you want to align them.
Maybe better in a external stylesheet ;) have to look up those WW tutorials.......
//added
here they are, highly recommended, crash courses for the basics ;)
[webmasterworld.com...]
<div class="content"><div style="float:right;">img</div>blahblahblah</div>
Expanding on that should work, anyway.
This [glish.com] glish article demonstrates it well, despite being a little over-complicated for what its doing.