Author Topic: Adjusting Font Size  (Read 4570 times)

0 Members and 1 Guest are viewing this topic.

Offline hexengon

  • Newbie
  • *
  • Posts: 20
    • View Profile
    • http://www.pagewithstuff.com
Adjusting Font Size
« on: February 23, 2003, 02:24:03 AM »
Hi, at my page,

http://www.pagewithstuff.com/4images/top2.php

Im trying to increase the font size for the links; I specified td class="topmaintd" but whatever i try to put in the css style (e.g. px="20") or whatever, it doesnt effect the font size at all...

How do i increase the font size for the links just for this page only?


thanks

, Andrew M.

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Adjusting Font Size
« Reply #1 on: February 23, 2003, 05:59:56 AM »
a { font-size=20px; }
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline hexengon

  • Newbie
  • *
  • Posts: 20
    • View Profile
    • http://www.pagewithstuff.com
RE:
« Reply #2 on: February 23, 2003, 10:07:21 AM »
hi thx
i got the font size to work

but somehow, i cant seem to change the color
of the fonts

this is what i used

.topmaintd:link{color: #000000}
.topmaintd:hover{color: #FFFF00; text-decoration: none}

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Adjusting Font Size
« Reply #3 on: February 23, 2003, 02:08:45 PM »
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)