HTML Problems/Table/Center

Status
Not open for further replies.

shuboo

New Member
Messages
16
Reaction score
0
Points
0
Alright, so here's my dilemma. I have some buttons on my site and basically what I did with them is I centered the whole line and put them next to each other.

But, because of this, I end up with these silly looking black lines between the images.

randomocity.x10hosting.com

You can see it here (don't make any comments on my lack of humor and artistic ability, k?). So to counter this I decided to put the buttons in a table and then center it. So I can put the buttons in a table but when I try to center it nothing happens.

Code:
<table border="0">
<TD ALIGN="center"><A HREF="" onMouseOver="document.pic1.src='Images Screen/First Button Down.png'" onMouseOut="document.pic1.src='Images Screen/First Button.png'"> <IMG SRC="Images Screen/First Button.png" BORDER=0 NAME="pic1" alt="First"> </A></td>
<TD ALIGN="center"><A HREF="" onMouseOver="document.pic2.src='Images Screen/Previous Button Down.png'" onMouseOut="document.pic2.src='Images Screen/Previous Button.png'"> <IMG SRC="Images Screen/Previous Button.png" BORDER=0 NAME="pic2" alt="Previous"> </A></td>
<TD ALIGN="center"><A HREF="" onMouseOver="document.pic3.src='Images Screen/Next Button Down.png'" onMouseOut="document.pic3.src='Images Screen/Next Button.png'"> <IMG SRC="Images Screen/Next Button.png" BORDER=0 NAME="pic3" alt="Next"> </A></td></table>

This is the code I am using. Could somebody help me center this table?
Edit:
Oh, nevermind. I fixed it. The code I was using was wrong, I just put align="center" in the table command. I can't figure out how to delete this thread. =/

Sorry for wasting the mods time with locking/deleting this.
 
Last edited:

tnl2k7

Banned
Messages
3,131
Reaction score
0
Points
0
Seeing as you solved this, I'll close it for you. You're not wasting staff time at all, don't worry about that. This is part of my job ;).

-Luke.

* Thread Closed *
 
Status
Not open for further replies.
Top