View Full Version : text in left frame


Billie Jean
06-13-2003, 06:47 AM
How do you move text over a little bit? Like I want my links in the left frame centered so how can I do that? Thanks for reading this and I appreciate your help.

J E P P O
06-13-2003, 08:37 AM
do you have a page you could show us?

EmpTcaN
06-13-2003, 01:40 PM
1. what do you mean by moving text a little bit?
2. if you want your links to be centered
just add this before all the links
<center>

and add this to the end of the links
</center>

There's also another code to do it but it's the same thing
instead of using the <center> tag
use the <p align=center> tag
and at the end instead of using </center> tag
use the </p> tag