Perseus
Registered
I am trying to position an image at the very top with no top border and no left border...and the div is named title...it only works if i use style="position: absolute; left: 0px" inline such as: <div id="title" style="position: absolute; left: 0px"> and DOES NOT work when i try it with my external syle sheet with #title div as the beginning. Ive tried inputing margin, border etc and does not work. What do I put in my external style sheet that would make it work so I dont have to use it inline?