Quote:
Originally Posted by ghost 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(
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.
The script works w/o problem.
Edit: How to increase the space btw columns
B.R.
satimis