blr044 Posted March 28, 2010 Share Posted March 28, 2010 I do understand the links font color is controlled in the stylesheet. I have links in the header and am trying to control the font color for these links. Really do not want to change header background. The way my header is designed, is I have a image background for the header which is splited into 7 pieces. The links is called using; class="internallinksbox" Even inserted the below in order to control the links font color in stylesheet: internallinksbox.a {color: #ffffff; } and also this: a.internallinksbox {color: #ffffff; } Did not really find anything using google. If you look here, the top link font color is controled in header.php. Would prefer to do in stylesheet if it is possible. Any ideas? thanks. Bennett Link to comment Share on other sites More sharing options...
germ Posted March 28, 2010 Share Posted March 28, 2010 All I get at the link you posted is errors If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
blr044 Posted March 28, 2010 Author Share Posted March 28, 2010 Very sorry about that. Seems like the index_maintenance.php was missing. You may this link. Link to comment Share on other sites More sharing options...
germ Posted March 28, 2010 Share Posted March 28, 2010 You can set the color for a link link this: <a style="color:blue;" href="page.php">Link text</a> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
blr044 Posted March 29, 2010 Author Share Posted March 29, 2010 Thanks, that helped. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.