css - Text in a template jumping to the left of the page. Why? -
I have a template that am amending text and pictures. It's all based on 960grid, and the text is styled in the external CSS sheet when I copy the pieces of a text (placed on the right side of the site), and paste ... it brings the text to the left sidebar. What's wrong? When I look at the pasted text, then there is only one class in it, which I copied.
Thank you in advance .. I'm new to this and it's giving me so much hard time!
Most likely it is contained in something like a 'right sidebar' which actually keeps it in the right direction. Try straight down the division where the division ends you copy.
& lt; Div class = "right-sidebar" & gt; & Lt; Div class = "something" & gt; & Lt; / Div & gt; & Lt; / Div & gt;
& lt; Div square = "right-sidebar" & gt; & Lt; Div class = "something" & gt; & Lt; / Div & gt; & Lt; Div class = "something" & gt; & Lt; / Div & gt; & Lt; / Div & gt;
Comments
Post a Comment