Hi,
When making a website i want to put things in certan places but i dont
know the html tag, or how to make it so many pixles in and down.
Can anyone help please??
Thanks
Type (or copy and paste) this into notepad and same it as mypage.html then in notepad change left and top parameters save it it time and notice the placement of your text.
This will give you an idea of pixel (px) movement.
<DIV style="position:absolute; left:420px; top:650px; width:223px; height:59px; z-index:9" align=left valign=top><center><I>Put some text here</I></center></DIV>
The problem with absolute position is that it does not show the same in all browsers.
Maby a javascript is an idea to check the browser first and then apply the correct position tag.
Here is a nice tool to tryout some layouts controlled by css. You can easily try different types of layout, use pixels, em or % and see what is does:
http://www.csscreator.com/version2/pagelayout.php
good luck!
You cant get pixel level control with html alone. You gotta use CSS. otiscom gave a very correct and simple method to do absolut positioning using css. Though I would add some border to better see my layer, the div tag.
It's a good site!
Thanks a lot for the link! 
Thganks for all the info guys.
That link looks good so i can play around with it.
Thanks