Hi guys, please could you give me a css fix for the problem I am having in the following URL test page. I want to separate the vertical hearts from the text. Any ideas would be appreciated. Creating margins does work as it only moves away the entire column. Thank you in advance. http://www.anxietymadewell.com/test2.html
from my point of view, you can: a) float a thin div inside #content and place the image in it. b) place the image inside the paragraph and float it left. that'll make the text surround it. but not as background.
Hi James I hope this helps #content { color: #000099; float: left; width: 50%; background-image: url(../images/smallhearts.gif); background-repeat: repeat-y; background-possition: left top; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 2%; padding-top: 20px; padding-right: 0; padding-bottom: 20px; padding-left: 45px; }