Chaning the look of tables and links Chaning the look of tables and links
 

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

Chaning the look of tables and links

Started by Tyler G, November 01, 2006, 12:03:07 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Tyler G

http://www.tyler-g.com/wendydubbeld/gallery/index.php?cat=0&theme=water_drop2

I want to change the colors of the tables and the links inside them. I thought that you therefore had to change the appropriate css classes. I used the "Web Developer Extension" to see which class was pointed to the table which has "category" in it.That's ".tableh1" but when i change the color of the table in the css file and upload it to my server, the table just looks the same.

Any idea what i'm doing wrong ?

I would also want to get the navigation menus(home, login, register)-(albums,lastuploads,...) in 2 tables exacty like http://coppermine-gallery.net/demo/cpg14x/index.php?4x=&theme=oxygen

but i can't find how you're supposed to do that.



Nibbler

Web developer -> CSS -> Edit CSS

That will let you preview your edits live without messing about with FTP.

You have made the classic mistake of copying the theme without changing the path to the css file in the template.html. It still points to the water_drop css file so your changes don't show up.

<link rel="stylesheet" href="themes/water_drop/style.css" type="text/css" />

Tyler G


Quote from: Nibbler on November 01, 2006, 12:11:42 AM
Web developer -> CSS -> Edit CSS

That will let you preview your edits live without messing about with FTP.

You have made the classic mistake of copying the theme without changing the path to the css file in the template.html. It still points to the water_drop css file so your changes don't show up.

<link rel="stylesheet" href="themes/water_drop/style.css" type="text/css" />

That error was really too stupid, such a simple fact never crossed my mind.

Editing the CSS with the web developer extension was a big improvement. Uploading every minor adjustment is very timeconsuming. ::)

Well my layout is finished now. I think it looks quite alright. You can check it out
http://www.tyler-g.com/wendydubbeld/gallery/

This can be closed now.