View Single Post
  #9 (permalink)  
Old 08-11-08, 08:14 AM
job0107's Avatar
job0107 job0107 is offline
Community Liaison
 
Join Date: Dec 2006
Location: Tacoma, Washington USA
Posts: 3,454
Thanks: 0
Thanked 140 Times in 137 Posts
You still have a couple of problems.
First, look in your style sheet at these two styles.
Rem out the font-size parts.
CSS Code:
  1. A:link,A:active,A:visited {
  2. /*    FONT-SIZE: 10px; FONT-WEIGHT: bold; */
  3.     COLOR: b7ccb0;
  4.     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  5.     TEXT-DECORATION: none
  6. }
  7.  
  8. A:hover {
  9. /*    FONT-SIZE: 10px;
  10.     FONT-WEIGHT: bold;*/
  11.     COLOR: #6ea87d;
  12.     FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  13.     TEXT-DECORATION: none
  14. }

And second, at the end of the main table where you insert the gallery table from galleries.php. Close the main table first then insert galleries.php.
__________________
Jerry Broughton
Reply With Quote