forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Miscellaneous => Topic started by: rurbaniak on October 26, 2004, 04:37:58 pm

Title: Colors being changed on CPG from included anycontent.php
Post by: rurbaniak on October 26, 2004, 04:37:58 pm
I included a BLOG from blogger.com in my anycontent.php file, and it changes the colors of my links, etc on CPG.  IS there a way to get control of this? 

Title: Re: Colors being changed on CPG from included anycontent.php
Post by: Tranz on October 26, 2004, 04:59:21 pm
Link, please.
Title: Re: Colors being changed on CPG from included anycontent.php
Post by: rurbaniak on October 26, 2004, 05:15:30 pm
Link, please.

http://www.pcandnetworking.com/baby/

Title: Re: Colors being changed on CPG from included anycontent.php
Post by: Tranz on October 26, 2004, 05:25:34 pm
The blogger code for the css style is overriding your gallery style:
Code: [Select]
/* Links
----------------------------------------------- */
a:link {
  color:#488;
  }
a:visited {
  color:#885;
  }
a:hover {
  color:#000;
  }
a img {
  border-width:0;
  }

Edit those or delete them if you want your styles to come strictly from your gallery. There are some other references to the 'a' tag, such as a.comment-link, so if you still don't achieve the desired look, you should look for them