cable
Newbie   Posts: 5 Registered: 8/23/2005 Status: Offline
|
posted on 8/23/2005 at 08:33 AM |
How do I change the font of welcome guest,next to my account in the top
center table on the main page?and also I need to change the color of Link
"Printer friendly page"and the date?Is it possible to assign different
colors to different outputs in the same table?I tried couple of things but
none of them are working,and i couldnt figure out to define the exact
problem so i can make some search on the net...
and which area is where exactly?how do i master this font problem?
I would really appreciate if anyone could reply with anything that would
shed some light here:/ I have no clue. |
| |
| |
mazsalleh
Senior Member   Posts: 149 Registered: 1/31/2004 Status: Offline
|
posted on 8/23/2005 at 06:49 PM |
For the Welcome message you can do it using your css Stylesheet.
create a new class and place it before the welcome user command using a div
or span tag.
I guess it's the same for the printer friendly page link
If you having links where you create the class for, don't forget to add
them
Example: .class {..............}
.class a:link {..............} to be continued with
a:visted, a:hover, a:active ____________________ Carl
MazDev.com
Fishing & Boat trips at the isle Langkawi - Malaysia
|
| |
cable
Newbie   Posts: 5 Registered: 8/23/2005 Status: Offline
|
posted on 8/23/2005 at 07:11 PM |
quote: For the Welcome message
you can do it using your css Stylesheet.
create a new class and place it before the welcome user command using a div
or span tag.
I guess it's the same for the printer friendly page link
If you having links where you create the class for, don't forget to add
them
Example: .class {..............}
.class a:link {..............} to be continued with
a:visted, a:hover, a:active
|
| |
cable
Newbie   Posts: 5 Registered: 8/23/2005 Status: Offline
|
posted on 8/23/2005 at 07:13 PM |
thanks a lot |
| |
cable
Newbie   Posts: 5 Registered: 8/23/2005 Status: Offline
|
posted on 8/23/2005 at 07:33 PM |
just in case smn like me might need help with css,i found this site easy to
follow:
http://www.westciv.com/style_master/academy/css_tutorial/in
troduction/css_intro.html
|
| |
mazsalleh
Senior Member   Posts: 149 Registered: 1/31/2004 Status: Offline
|
posted on 8/23/2005 at 07:56 PM |
if you having problems contact me at webmaster@mazdev.com
____________________ Carl
MazDev.com
Fishing & Boat trips at the isle Langkawi - Malaysia
|
| |