Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do you align an image by number?

Status
Not open for further replies.

copynpaste

Technical User
Jan 20, 2003
33
US
<img src=&quot;URL&quot; &quot;top=#px left=#px&quot;>

THis is a code ive used but it doesnt work.
 
<style type = &quot;text/css&quot;> #H {position: absolute; top: 150px; left: 80px; } </style>

</HEAD>

<BODY bgcolor=&quot;#FFFFFF&quot;>

<img id = H src = &quot;home.jpg&quot;>

</BODY></HTML>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top