cable
Newbie   Posts: 5 Registered: 8/23/2005 Status: Offline
|
posted on 8/23/2005 at 01:33 PM |
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 11: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
Jerindo.net
Web Solutions & Ruminations from an Expat in Medan |
| |
cable
Newbie   Posts: 5 Registered: 8/23/2005 Status: Offline
|
posted on 8/24/2005 at 12:11 AM |
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/24/2005 at 12:13 AM |
thanks a lot |
| |
cable
Newbie   Posts: 5 Registered: 8/23/2005 Status: Offline
|
posted on 8/24/2005 at 12:33 AM |
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/24/2005 at 12:56 AM |
if you having problems contact me at webmaster@mazdev.com
____________________ Carl
Jerindo.net
Web Solutions & Ruminations from an Expat in Medan |
| |