Stop the head.gif from stretching Stop the head.gif from stretching
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Stop the head.gif from stretching

Started by Harrr, September 06, 2004, 09:59:28 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Harrr

I am using a small modification of the digital red theme, I just changed the image called button.gif and also the head and the foot.

However, it is set so that when you resize the browser window, the head and the foot stretch, or squash to fit the size of the windows. I would like to set it so that it stays the same width as I make it whatever the size of the window.

What file would hold this setting? (And what would the setting be?)

I have had a look at the files for the theme and cant see where it could be.

Thanks in advance.

Joachim Müller

Setting tables to fixed widths is not recommended at all, as such pages will only look good for one resolution. However, you're free to edit themes/yourtheme/template.html and change all width attributes in <table> and <td> tags from "%" to absolute widths in pixels. Since this is most basic html I advise you to look this up in any html reference, it's not directly related to coppermine.

Joachim