GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Css help (https://gfy.com/showthread.php?t=385989)

karlm 11-09-2004 04:12 PM

Css help
 
I am using a script and it has a field i dont understand

Galleries Links CSS Class:

I dont know what to put in there i know it must be for hyperlink colors but ????

can anyone help please

Thanks

karl

hyper 11-09-2004 04:13 PM

its the link class for your gallery listings

karlm 11-09-2004 04:14 PM

Thanks i know that bit

can you give me an exaple of what to put

sexyclicks 11-09-2004 04:19 PM

PHP Code:

<a href="link.html" class="HERE"

is it?

karlm 11-09-2004 04:23 PM

Quote:

Originally posted by sexyclicks
PHP Code:

<a href="link.html" class="HERE"

is it?

Nope dont think so

karlm 11-09-2004 04:27 PM

http://fuckingnetwork.com/shot.gif

Here is the screen shot if that helps

Dynamix 11-09-2004 04:40 PM

This field is optional. If you fill it in it will add CLASS="class" to the link tag. You can use this if you want their style to be seperate from different links. You will need to add the following tag inbetween HEAD /HEAD tags on your page, then create a CSS stylesheet (see below).


STEP 1
set CLASS option to "toplist"

STEP 2
Add this line (replace () with <>) inbetween your HEAD /HEAD tags:
(LINK REL="stylesheet" href="style.css" type="text/css")

STEP 3
Upload style.css and include this segment:

a.toplist:link { color: #F76B00; text-decoration: none; font-weight: bold;}
a.toplist:visited { color: #F76B00; font-weight: bold;}
a.toplist:active { color: #FFFFFF; text-decoration: underline; font-weight: bold;}
a.toplist:hover { color: #000000; text-decoration: underline; font-weight: bold;}

Dynamix 11-09-2004 04:41 PM

Doh. "haha123;" should be replaced with an opening bracket

karlm 11-09-2004 04:46 PM

Cool thanks for your help

Dynamix 11-09-2004 04:47 PM

Quote:

Originally posted by karlm
Cool thanks for your help
Not a problem. Make sure style.css is located in the same directory as your HTML pages.

karlm 11-09-2004 04:53 PM

Nice it works kick ass
I would of never figured that out

karl


All times are GMT -7. The time now is 07:06 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123