Jump to content

Woxy

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Woxy's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Tried that, did nothing.
  2. I know that, but how do I apply the code to the php?
  3. They colors have applied now. Maybe I just left something out. Only one thing left now: How do i change font and text-decoration of the links?
  4. That worked... Once. When I now try to change the colors it won't apply. How can this be?
  5. Found a guide and tried their technique; a.column:link {color: #009900;} a.column:visited {color: #999999;} a.column:hover {color: #333333;} a.column:focus {color: #333333;} a.column:active {color: #009900;} So here's my css file now: a.linky:link {color: #009900;} a.linky:visited {color: #999999;} a.linky:hover {color: #333333;} The links colors changed to white, but they're still in Times New Roman and nothing happens when i hover over them... EDIT: For some reason, the links colored are back to standard again...
  6. You sure that's right? They changed but nothing happens when i hover over them.
  7. Hello all! I may be a noob when it comes to PHP but i still can't understand why this doesn't work: echo "<li><a href=game.php?id=$row[1]><span class=linky>$row[1]</span></a><br></li>"; .linky { a:link color: #FFA200; a:visited color: #878787; a:active letter-spacing: 5px; a:hover text-decoration:none; color:#FFFFFF; } The links come out 100% standard however i do.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.