View Single Post
Old 03-14-2008, 10:04 AM   #7 (permalink)
satimis
The Wanderer
 
Join Date: Mar 2008
Posts: 8
Thanks: 0
satimis is on a distinguished road
Default

Quote:
Originally Posted by Orc View Post
Do you want some css? you could do this
Code:
span.url {
display:block;
padding:5px;
}
This makes the url break a new line, and add a spacing around it by 5 pixels around the whole thing.
Where shall I put the above lines? On single column PHP script there are 3 urls;

'http://www.rte.ie/rss/gaa.xml',
'http://www.independent.ie/sport/hurling/rss',
'http://www.freshfolder.com/rss.php'

Shall I do it on each url? TIA


B.R.
satimis

Last edited by satimis : 03-14-2008 at 10:05 AM. Reason: correction
satimis is offline  
Reply With Quote