
-----------------------------------
josh
Tue Oct 19, 2004 8:40 pm

Positioning Text on  A Screen
-----------------------------------
what is the tags that u use to give text a specific xy cooriante on the screen (I wan to position a link on a background I made in PSP)???

-----------------------------------
Tony
Tue Oct 19, 2004 10:26 pm


-----------------------------------

img {position: absolute; top: 46px; right: 80px; }

though that's for CSS...

-----------------------------------
josh
Wed Oct 20, 2004 6:57 am


-----------------------------------
I already have the image in though, it is the link that I want to position on the screen.

-----------------------------------
Amailer
Wed Oct 20, 2004 2:10 pm


-----------------------------------
I already have the image in though, it is the link that I want to position on the screen.

Put the link in  a div




the class IMG is the code which tony posted  :wink:

-----------------------------------
josh
Wed Oct 20, 2004 5:19 pm


-----------------------------------
srry gys I am pretty new to HTML, so I can't figure out what is wrong. So far this is the code I have for the homepage. (It puts the link next to this little grey box thta I can make bigger)






Welcome to Westmount C.I. Entertainment.com



Enter the Site








P.S. I am using the code window in Dreamweaver MX 2004 to do this

thanx

-----------------------------------
josh
Fri Oct 22, 2004 1:38 pm


-----------------------------------
I just used line breaks and space to position it in the end.

-----------------------------------
Amailer
Fri Oct 22, 2004 2:08 pm


-----------------------------------





Welcome to Westmount C.I. Entertainment.com


.img {position: absolute; top: 46px; right: 80px; }





Enter the Site





That should do it,
the .img {position: absolute; top: 46px; right: 80px; }

is part of CSS, so it should go into a .css file which you include in your html, or the way I did it.

http://www.w3schools.com/css/default.asp
Awsome site for HTML and CSS and etc, take the quiz too :P

-----------------------------------
josh
Fri Oct 22, 2004 2:12 pm


-----------------------------------
I am learning HTML from that site, it is very good  :D
