xtinkerbellx
06-21-2005, 11:57 PM
does anyone know how to layer text so that you can have some big words like "hi my name is..." and then covering the bottom part of those words in a smaller font it would say something else (and in a diffrent color)
you can see what i mean here:
http://img.photobucket.com/albums/v205/xtinkerbell827/layerts.bmp
Monkey Bizzle
06-22-2005, 12:29 AM
you can use divs and then position them like that.
xtinkerbellx
06-23-2005, 08:17 PM
how do i do that?/ can u be a bit more specific please?
netaholic
06-23-2005, 08:20 PM
that was done with an image. do you have to do it via html?
xtinkerbellx
06-23-2005, 08:55 PM
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=15515621&Mytoken=20050623125437
its on the right side scroll down a lil
i know how to do it as an image but i know theres a way to do it with html
kittycat
06-23-2005, 09:23 PM
<span style="line-height: 10px;"><font size=9>BOOM<Br><font color=6699cc>BOOM</font><br>BOOM<Br>♥<br></span>
Try something like that
try this and play with the values a bit...
<div style="font-size:30px; color:#000;">BOOM</div>
<div style="font-size:30px; color:#f00; position:relative; left:0px; top:-25px;">BOOM</div>
<div style="font-size:30px; color:#000; position:relative; left:0px; top:-50px;">BOOM</div>