assaf
03-30-2007, 07:55 PM
hi,
i have a very simple design,
basically its 2 columns and a footer.
<div style="padding:10px;" id="MainContainer">
<div style=" float:left;width:450px;" id="videocontainer">
<h2 align="center">Video Search Results</h2>
<p align="center"> </p>
%content%
</div><!--videocontainer -->
<div style="float:left;width:450px;" id="tagsContainer">
<h2>Tags</h2>
<p> </p>
%content%
</div> <!-- end tagContainer -->
<div style="clear:both" id="footer">
%content%
</div> <!-- footer -->
</div><!-- end mainContainer -->
my problem is that when, in the tagsContainer, i have a long word and a big font size the word does not break and the div displays UNDER the left div!!
what can i do "stick" the div in its place and break the word into the next line?
thanks,
assaf
i have a very simple design,
basically its 2 columns and a footer.
<div style="padding:10px;" id="MainContainer">
<div style=" float:left;width:450px;" id="videocontainer">
<h2 align="center">Video Search Results</h2>
<p align="center"> </p>
%content%
</div><!--videocontainer -->
<div style="float:left;width:450px;" id="tagsContainer">
<h2>Tags</h2>
<p> </p>
%content%
</div> <!-- end tagContainer -->
<div style="clear:both" id="footer">
%content%
</div> <!-- footer -->
</div><!-- end mainContainer -->
my problem is that when, in the tagsContainer, i have a long word and a big font size the word does not break and the div displays UNDER the left div!!
what can i do "stick" the div in its place and break the word into the next line?
thanks,
assaf