View Single Post
Old 03-14-2008, 02:29 AM   #1 (permalink)
satimis
The Wanderer
 
Join Date: Mar 2008
Posts: 8
Thanks: 0
satimis is on a distinguished road
Default How to add increase column width

Hi folks,


I have following entries on a php script
Code:
.....
.....
// List of RSS URLs

$rss_left = array(

'http://www.rte.ie/rss/gaa.xml',

'http://www.freshfolder.com/rss.php'

);

$rss_right = array(

'http://www.independent.ie/sport/hurling/rss',

'http://phpbuilder.com/rss_feed.php'

);

// Create lastRSS object
....
....
I can't resolve how to incease the blank column width between left and right columns.


Please shed me somelight. TIA


B.R.
satimis
satimis is offline  
Reply With Quote