This topic is locked

Center Link

6/24/2004 9:45:00 PM
ASPRunnerPro General questions
B
berga@alpenacc.net author

I have this link on the login.asp page, so users can create their login ID and password.
<a href="http://www/asp/users/users_list.asp"; target=_blank><td align=center>New User?, Click Here!<td align=center></a>
Everything works fine, but I would like it to be centered. I think it's HTML code (and I don't know squat), so if anyone can answer (I'm sure it's a simple question) that would be greatly appreciated!!
Thanks.

S
Scruffy 6/25/2004

Not too sure where in the page you are adding it, but looks like it's in the table somewhere as you've put <td> tags, prob. under the submit button somewhere?
<tr>

<td align=center colspan=2>

<a href="http://www/asp/users/users_list.asp"; target="_blank">New User?, Click Here!</a>

</td></tr>

B
berga@alpenacc.net author 6/25/2004

I was actually putting it at the top of the page (or at least that is where it was going!), but that worked great! I would rather have it under the submit button. I put the code in, and it works beautiful! Thanks a million!