Ok, im trying to position text on the screen exactly where I want
I have about 20 different things placed on the screen
using <div style='position: absolute; top: x; left: y;'>
and i've been told to change that by a friend...
So im looking for a way to do the same thing purely in css
however, my text is not, and CAN NOT be grouped all in one, so using something like
p {
top:30px
left:25px
}
or w/e it is, wont work
Can anyone tell me what to use o_O?