View Single Post

  #18 (permalink)  
Old 13-03-2008, 06:01 PM
satimis satimis is offline
Coder
 
Join Date: Jun 2007
Posts: 36
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
satimis will become famous soon enough
Default

Quote:
Originally Posted by ghost View Post
First is a one column
It works. Thanks.


Before reading your posting. I tried it myself w/o success. The difference I made were;

1)
$rss_left = array(
Code:
$rss = array(
w/o "_left"

2)
foreach ($rss_left as $url) ShowOneRSS($url);
Code:
foreach ($rss as $url) ShowOneRSS($url);
also w/o "_left"


In my consideration there is only one column. I don't need "_left"

But failed. Why?


How to add an additional blank/white column between each channel? Thanks.


Quote:
Second is a two column
The script works w/o problem.


Edit: How to increase the space btw columns


B.R.
satimis

Last edited by satimis; 13-03-2008 at 06:04 PM.
Reply With Quote