banner problem

Da_iMac_Daddy

Not-so-Neo-DumbA$$
I just want to know how to align a picture to the absolute top left hand side of a page. I see you guys doing this all the time but I haven't been able to figure it out in dreamweaver. Throw some html at me I'm not afraid.
 
<img src="xyz" style="position: absolute; left: 0px; top: 0px" />

This uses a style sheet to position the picture absolutely at the top left of your page. For more on style sheets, I suggest you check out www.echoecho.com.
 
thanks I want to get more into css :p but I couldn't get some of the examples I found to work. Will try it tomorrow when I'm back in school :p
 
Show me... I will help you debug it.

Send me the code or a link to it in action.
 
Back
Top