How do I position a picture on the left top hand of a web-page?
I have built a website and the picture is at the bottom center of the page. This was a pre built template. I need the picture at the top left-hand side. I use notepad to edit. I have CSS and Javascripts so any help would be appreciated.
Public Comments
- Very easy just put the code at top of the page <img src="picture.jpg" align="left" border="0" hspace="0" width="X" height="Y"> Use the above with your own X, Y values for your picture and then just continue your own text below. Might be better to use a <p> (for paragraph) before the image just to keep everything together. And a new <p> for each paragraph afterwards.
- Ok you're lucky girl cos this is my job .... If you want to change the position to any where top or left or right There is tow way ...ex <img src="you're imge" align="center or Right or Left "> This is first type ... 2- You can to use <div> .... ex <div align="center or right ro left as you like ">The imge Cod</div> That all what you need it if you want to change the position.
Powered by Yahoo! Answers