A way to eliminate the space between tables?, and a question about hover links |
A way to eliminate the space between tables?, and a question about hover links |
Jul 13 2005, 06:09 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jul 2005 Member No: 172,289 |
I got everything in my layout down, except two things: one, I'd like to take out the space between the tables so it's one long flow, instead of three seperate tables, and two, although I added effects for links in the css, (to change color during hover) it doesn't work for some reason.
my journal is here for visualization, and the links section of my code is this: QUOTE BODY, TD {font-family:century gothic,tahoma;color:#919465;font-size:10;} A:link {color: "#ecb052"; text-decoration:none} A:visited {color: "#ecb052"; text-decoration:line-through} A:hover { text-decoration:none; color:"#cccca5"; cursor:crosshair; } thank you in advance for any help! |
|
|
|
ninjapirate A way to eliminate the space between tables? Jul 13 2005, 06:09 PM
jordanriane You need to remove the quotations. Quotations shou... Jul 14 2005, 07:29 AM![]() ![]() |