css - Wrapping span tags inside a div -


I have navigated bid tags within each other and some span tags are given below: -

  & lt; Div id = "leftcol" & gt; & Lt; Div id = "tagcloud" & gt; & Lt; Span class = "mytags" & gt; & Lt; A href = "" & gt; Tag 1 & lt; / A & gt; & Lt; / Span & gt; & Lt; Span class = "mytags" & gt; & Lt; A href = "" & gt; Tag 2 & lt; / A & gt; & Lt; / Span & gt; & Lt ;! - and some more spans of the same type - & gt; & Lt; / Div & gt; & Lt; / Div & gt;  

Now the issue is that their container div tags were overflowed. Can anyone be enough to know about how to wrap these spaces in my container's device (here the ID is tagged with the cloud in the cloud) Both external devices specify a width of 300px.

(Additional information - I have reset CSS using UI reset-font-grids. I am just getting accustomed with CSS ..) Edit: - site to frekshrek.appspot.com Can not be seen at ... cloud cloud does not wrap it inside its container compartment

Float: left; Try declaring .mytagcloud to . Something like this:

  Mytagcloud {float: left; Margins: 5px; Font-family: 'Renee Beni', Ariel, Serif; }  

In your basiclayout.css file, line 71.


Comments