spanishgoddess8
08-03-2004, 04:02 AM
how do you change the color of links on your guild
|
View Full Version : link color spanishgoddess8 08-03-2004, 04:02 AM how do you change the color of links on your guild majorgamersrus 08-03-2004, 03:50 PM I'm not sure.. And i couldn't find a code.. But try tineneohelp.com She might have somthing on her page or a link to a site that can help :) westernrider 08-03-2004, 06:05 PM It is called CSS :) http://www.lissaexplains.com/css.shtml if you have trouble understanding it we are always here ;) spanishgoddess8 08-05-2004, 06:31 AM the thing didnt help at all. Valkyrie 08-05-2004, 07:28 AM Did you try this code? <style type="text/css"> A:link { text-decoration: none; color:" YOUR COLOR" } A:visited { text-decoration: none; color:"YOUR COLOR" } A:hover { text-decoration: underline; color:"YOUR COLOR" } </style> The code will go between the <head> tags in your page, and change the bold to our own colors or value. spanishgoddess8 08-05-2004, 08:18 AM um that still didnt work. What <head> tag? Anyway maybe if i post some of the code someone could help me not that ya'll havent tried. <marquee><b>GUILD TILL: 169,408 NP'S</b></marquee> <body background="http://hometown.aol.com/spanishgoddess86/images/black.jpg"> <style type="text/css"> body { scrollbar-base-color:#CCCCCC; } </style> <style type="text/css"> TABLE,TD,FONT,P,I,BODY,DI V {font-family:"verdana"; font-size:12px;} BODY A{FONT-FAMILY:verdana;FONT-SIZE:11px; TEXT-DECORATION:none;cursor:cr osshair;} A:link { text-decoration: none; color:"#fffff" } A:visited { text-decoration: none; color:"#fffff" } A:hover { text-decoration: underline; color:"#fffff" } </style> <img src="http://hometown.aol.com/spanishgoddess86/images/guild%20layout.jpg"> <div style="position:absolute; top:260 ; left: 350; overflow: auto; width: 475; height: 250;"> This guild can become a great success if we get more members. People who love Lord of the Rings. People who watch the movies. People who read the books. people like YOU! Soooooooo what are you waiting for......JOIN! </div> <div style="position:absolute; top:460 ; left: 520; overflow: auto; width: 175; height: 225;"><b><font color=navy size=10>8/04/04 Only 4 more member until we have the 1np auction so have people join. <br><br> We're also going to start weekly give aways. and to get the prize your going to having to know about books and movies so go brush up on your knowledge.<br><br> For more updates go to the forum and read the going on. </div> <div style="position:absolute; top:750 ; left: 760; overflow: auto; width: 100; height: 300;"> *Places to go everyday* <br><a href=http://www.neopets.com/island/tombola.phtml>Tombola</a> <br><a href=http://www.neopets.com/desert/shrine.phtml>Coltzan's Shrine</a> <br><a href=http://www.neopets.com/desert/fruitmachine.phtml>Fruit Machine</a> <br><a href=http://www.neopets.com/prehistoric/omelette.phtml>Giant Omelette</a><br> Oller 08-05-2004, 09:56 PM The second paragraph in your code: <style type="text/css"> TABLE,TD,FONT,P,I,BODY,DI V {font-family:"verdana"; font-size:12px;} BODY A{FONT-FAMILY:verdana;FONT-SIZE:11px; TEXT-DECORATION:none;cursor:cr osshair;} A:link { text-decoration: none; color:"#fffff" } A:visited { text-decoration: none; color:"#fffff" } A:hover { text-decoration: underline; color:"#fffff" } </style> In bold is the link color, in italics is the color fo the link after you've clicked on it, and in underline is the color of the link when you gover your text over it. Valkyrie 08-05-2004, 11:46 PM <style type="text/css"> A:link { text-decoration: none; color:#FFFFFF; } A:visited { text-decoration: none; color:#FFFFFF; } A:hover { text-decoration: underline; color: #FFFFFF; } </style> >_< I forgot to add the ; in the other code, and they're missing in your code as well...Put them in, and see if that helps. spanishgoddess8 08-08-2004, 10:31 PM ok thanks you it finally worked. |