Colors being changed on CPG from included anycontent.php Colors being changed on CPG from included anycontent.php
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Colors being changed on CPG from included anycontent.php

Started by rurbaniak, October 26, 2004, 04:37:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rurbaniak

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? 


Tranz



Tranz

The blogger code for the css style is overriding your gallery style:
/* 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