I have a couple of div tags nested withing each other and a few span tags nested like below:-
<div id="leftcol">
<div id="tagcloud">
<span class="mytags"><a href="">tag1</a></span><span class="mytags"><a href="">tag2</a> and a few more spans of the same type
</div>
</div>
Now the issue is that spans overflow their container div tag.Can somebody be kind enough to let me know how to get these spans to be wrapped inside their conatiner div (here the div with the id tagcloud).both the outer divs have a width of 300px specified.
(Additional info- I have done a css reset using the YUI reset-fonts-grids. I am just getting acustomed to CSS .. ) Edit:-The site can be looked at frekshrek.appspot.com ... the tag cloud just does not wrap inside its container div