Line spacing within php code?

Hi all, 2 tables are included on a page within php code - can anyone detail how you get 1 extra line space in between the tables please ? I tried putting <br>'s in there, but got errors ;-(

Any help much appreciated.

Dez.

Just a thought, the 2 tables are from another site, so I’m not able to add the line spacing in the original source.

Any help much appreciated.

Dez,

slightly confused here by what you mean when you say from another site?

some code would help…but

you could just something like


include('firsttable');
echo '<div style="margin-bottom: 50px"></div>';
include('secondtable');

Many thanks Waffle - problem solved.

Much appreciated.

Dez.