Technical Support Forums

Technical Support Forums » Web Album Generator

thumbcell/table background color (2 posts)


About this Topic

Tags

  1. paval
    Member
    Posted 2 years ago

    I followed the instructions for changing the album background color to an image file, but I would now alsolike to change the background of the table that holds the thumbcells to just solid white. What line(s) of code would I have to change/insert into the main.css file?

    TIA

  2. Mark
    Administrator
    Posted 2 years ago

    Try adding the following to the Stylesheet template (click on "File" then "Edit Stylesheet Template" and paste this to the bottom of the document):

    #table index {
       background-color: white;
    }

Reply

(required)