Author Topic: Changing bg color of new images on homepage..how???  (Read 4234 times)

0 Members and 1 Guest are viewing this topic.

Offline crappytheclown

  • Newbie
  • *
  • Posts: 16
    • View Profile
Changing bg color of new images on homepage..how???
« on: December 30, 2005, 04:46:13 AM »
i want to change the bg color of the new images table to white.  How do i do that?  do i edit iptc_bit.html???

if not do i have to edit this code from index.php??
Code: [Select]
else  {
  $new_images = "<table width=\"".$config['image_table_width']."\" border=\"0\" cellpadding=\"".$config['image_table_cellpadding']."\" cellspacing=\"".$config['image_table_cellspacing']."\">";
  $count = 0;
  $bgcounter = 0;
  while ($image_row = $site_db->fetch_array($result)){
    if ($count == 0) {
      $row_bg_number = ($bgcounter++ % 2 == 0) ? 1 : 2;
      $new_images .= "<tr class=\"imagerow".$row_bg_number."\">\n";

thanks in advance and sorry if this has been brought up already or if im just wasting your time with this extremely simple question


Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: Changing bg color of new images on homepage..how???
« Reply #1 on: December 30, 2005, 05:19:16 AM »
Why dont you change the imagerow1 and imagerow2 in your templates style.css

This post may help u in the future.
http://www.4homepages.de/forum/index.php?topic=5702.0


Offline crappytheclown

  • Newbie
  • *
  • Posts: 16
    • View Profile
Re: Changing bg color of new images on homepage..how???
« Reply #2 on: December 30, 2005, 04:54:33 PM »
thanks alot sorry i never noticed that thread but its very helpful


Offline impss

  • Sr. Member
  • ****
  • Posts: 382
    • View Profile
    • Cusstom.net
Re: Changing bg color of new images on homepage..how???
« Reply #3 on: December 30, 2005, 05:38:33 PM »
thanks alot sorry i never noticed that thread but its very helpful

Thats ok.. For someone just starting out the FAQ Section is very helpful.
http://www.4homepages.de/forum/index.php?board=14.0