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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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