View Full Version : know any cool codes?


Bebe x Baby Luv
08-24-2005, 03:08 PM
i've seen stuff <sub>like this</sub> its cool
how do you make the words go up, or just alittle up vise versa?

hah sorry i didn't really know how to explain it

if you know any other codes like that please post them!

Bebe x Baby Luv
08-24-2005, 03:17 PM
the "sub" didn't work here it does on IMs and pages
here is an annoying page (http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=16838656&Mytoken=20050824071209) i'm sorry but its the only one

where is says "Are we through? You think that I'm beneth you?" you'll see how beneath is

lefty
08-24-2005, 04:20 PM
The <sub> tag is for a subscript, which causes the text to go down a little (it won't work on the forum because HTML is disabled).
Alternately, the <sup> tag (superscript) makes the text go up.

kittycat
08-24-2005, 04:22 PM
<span style="position: relative; top: 5px; left: 5px;"> text</span> Untested, but I think it should change the position of the text inside relative to the other text around it. You can use positive or negative numbers. Instead of just making the text go up/down you can move it to the sides as well