thanks for that link Germ. it helped me alot and I learned a few things. I now have the stylesheet activated on the template page and it looks alot better. However in doing so I now have gone back to square one of making the text white again...
So far I have activated the original stylesheet in the template page...
fixed my background inside that stylesheet so it all matches perfectly..
but what i'm unclear about is how to change the text of that link to white..
if I change the stylesheet color of links to white.. then nothing shows up in the content pages where links should be.. they blend into the white background basically..
here's what I assume..
in the headercart contribution i'm using it has <span class="headercart"> should there be something this referances inside the stylesheet.. cause there is nothing for headercart listed in the stylesheet.
Do I have to add this "headercart" into the stylesheet myself? and if so.. I've tried using what I learned from the link you gave me.. but I guess i'm doing it wrong if thats what I should be doing that is..
i tried adding the following to the stylesheet
CODE
headercart {
color: #FFFFFF;
}
the code in the headercart.php file is
CODE
<?php /* Added: MOD - Cart in Header */ ?>
<div align="center"><font face="Arial"><span class="headercart"><a href="shopping_cart.php">Your Cart Contains <strong><?php echo $cart->count_contents()?> items</strong></span></a><span class="headercart"><br>
Sub Total: <?php echo $currencies->format($cart->show_total())?></font>
<?php /* Added: MOD - Cart in Header */ ?>
I jsut want what the headercart.php file is supposed ot say in white.. link and all