Spacings between tables or something Spacings between tables or something
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.