Jump to content

2questions


{A_K_A}

Recommended Posts

Hi,I am not sure if this is possible in css but ill ask anyway.I want to push some text done the page a little and any text udder it should also get pushed down.My other question is, I have an image and i want it on the right side of my page relative to where it is in is in the HTML doc. i also dont want it to cover any text. the text should appear below it.Thanks for any help

Link to comment
Share on other sites

I don't completely get you, but try these things. float:right should move your image to the right of the window. "Push" your text container (a <p> maybe?) by giving it some combination of margin-top, margin-left, etc. Be sure to specify your units. Example:p.push {margin-top: 10px;}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...