theme and how to easily fit coppermin on a 590px table?? PLS HELP theme and how to easily fit coppermin on a 590px table?? PLS HELP
 

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

theme and how to easily fit coppermin on a 590px table?? PLS HELP

Started by vcorreia, February 22, 2005, 05:50:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vcorreia

Hi,

I require that coppermin stays widthin a table of 590px (on PHPNUKE 7.5)......I replace all instances of width="100% for width="590" on the default theme.

Still it didn't work......

How can i make this change easily? PLS HELP.


vcorreia

it is the same thing.
I know there is not no Nuke Support.

I just need to know what is the easiest way to put the default theme on a 590px width table body.


Nibbler

template.html, find:

<table width="100%" border="0" cellpadding="20" cellspacing="20">

change to:

<table width="590px" border="0" cellpadding="20" cellspacing="20

Tranz

@vcorreia, do NOT triple post. >:( Nibbler already replied to you here. It causes extra work when you make multiple threads asking the same question. Please have some consideration for others.

Joachim Müller

one of the drawbacks of table design is that if you have content that is wider than your table width definition, the table will become wider no matter what (there are some css attributes to cut content off, but this won't do you any good, look crappy and will not work in all browsers). This is a question of basic web design that designers had to put up with since the very start of the www, no particular coppermine issue. It's a gordian knot: you can not reliably tell what screen resolution your users will have, so you have to figure out how to get all your content displayed on a screen that may or may not be wide enough for you. Using a nuke clone (with it's fixed block design) won't make this easier.
There will certainly not be more help for you here, because there can't be more help, and your attitude (triple posting and posting nuke-related stuff although you know there's no nuke support here) for sure won't win you friends either.

Joachim