
January 13th, 2004, 06:01 PM
|
|
Contributing User
|
|
Join Date: May 2003
Location: Northwest California
Posts: 35
Time spent in forums: 13 h 50 m 33 sec
Reputation Power: 6
|
|
|
CSS formatted Syndicated Content (RSS)
I am quite new (please forgive). I work at a university and one of the departments wants to post headlines on our homepage. The problem: I have been unable to format this content with CSS, even though I was told I could.
My id definition in the Head:
#x { font-size: .7em; }
Code in the body:
<div id="x">
<src="http://news.humboldt.edu/modules/xRss/index2.php/modules.php?op=modload&name=xRss&file=index&url=http%3A%2F%2Fnews.humboldt.edu%2Fbackend.php%3Ftopic%3D9%26stories%3D10&showtitle=0&showimg=0&showinput=0&maxitems=0&showdescs=0&titletrim=0&titlemax=0&desctrim=0&descmax=0&tabwidth=300px&linktarget=_top&bordercol=%23FFFFFF&headbgcol=%23FFFFFF&headtxtcol=Blue&titlebgcol=%23FFFFFF&titletxtcol=Blue&itembgcol=%23FFFFFF&itemtxtcol=Blue&mode=javascript&ctl=0">
</div>
The headlines show up, but are huge. Any ideas?
|