To Center All The Text On Your Page, Copy the Code Below and Paste it in the Top of Your About Me
Section.
<style><!-- --> --> --> --> --> --> --> --> --> --> --> --> -->
--> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> --> -->
--> --> --> --> --> --> --> --> --> --> --> td{text-align:center} </style>
INVISIBLE TEXT(HOVER)
With this code, text will appear out of no where when the
mouse is put over the link.
<center><style>a span{display:none;}
a:hover span {display: block;
position:absolute;
top:350px;
left:
350px;
width: 300px;
height: 300px;
padding: 0px;
margin: 10px;
z-index:6;
color:TEXT
COLOR HERE ;
background-color:transparent;
font-size:50px;
font-family:Arial,
text-align:center;}
</style>
<a href="http://URL_OF_SITE_HERE">DISPLAYED LINK TEXT
HERE <span>APPEARING TEXT HERE </span></a>
Special Thanks To Myspace Coder Group for this code!
TEXT LINKS!
To display a text link:
<a href="URL_OF_SITE_HERE">Displayed Text </a>
To display a text link which opens into a new browser window:
Set target="_blank"
<a href="URL_OF_SITE_HERE" target="_blank">Displayed
Text </a>
To make a picture a link:
<a href="URL_OF_SITE_HERE"><img src="URL_OF_IMAGE_HERE"></a>