View Full Version : I need a HTML code and I cant find it!


Jen048
02-06-2005, 11:50 PM
Can someone please give me a HTML code for when I name a link with more then 1 word it doesnt go on another line like this:

About
Me

I want it to be like this:
About Me

I've looked in so many places but I can't find the html code. Could someone pleeaassee help meee!!

MaGiCSuN
02-07-2005, 12:02 AM
it's just a normal link:

<a href="blah.html">blah blah</a>

if it goes wrapping, then the area it's in is probably smaller then the length of those two words together.

Love,
Mirna

i_try_too_hard
02-07-2005, 10:45 AM
just try centering your text

<center> </center>

it should work