Spacings between tables or something Spacings between tables or something
 

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

Spacings between tables or something

Started by johanz, November 19, 2008, 07:58:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

johanz

Link: http://random.aa.am/cpg/index.php
I want to remove space from places shown in the picture.

phill104

What do you mean? Do you still want a border to separate the text items so removing the spaces will leave a thick border or do you want the whole lot wrapped with a single border?

For the first option you will have in your template the line

<table class="maintable" cellspacing="1" cellpadding="0" align="center" width="100%">

change to

<table class="maintable" cellspacing="0" cellpadding="0" align="center" width="100%">

A great tool for working out things like this if your are using firefox is to install the firebug plugin.
It is a mistake to think you can solve any major problems just with potatoes.

johanz

Well the thing I want is to remove that white space and just have normal 1px border

Joachim Müller


johanz


phill104

In that case you will need to use a little css.

Google "collapsing borders model" and it should give you all the info you need.
It is a mistake to think you can solve any major problems just with potatoes.