Log in

View Full Version : RSS Feeder Help



jpz17
05-02-2010, 11:16 PM
Need some help with this:
http://www.dynamicdrive.com/dynamicindex18/gajaxrssdisplayer.htm

I want to make the font much larger and I also want to make it feed the entire blog post


Help?

Beverleyh
05-08-2010, 11:06 PM
Set different font-size settings in the CSS to alter the font.

I'm not sure what you mean by "I also want to make it feed the entire blog post" - if you want it to fill the width of your web page, just put it in a container with width:100% (or similar) in your CSS.

A good start would be to post a link to your site so we know what you're talking about.

jpz17
05-09-2010, 09:21 PM
Set different font-size settings in the CSS to alter the font.

I'm not sure what you mean by "I also want to make it feed the entire blog post" - if you want it to fill the width of your web page, just put it in a container with width:100% (or similar) in your CSS.

A good start would be to post a link to your site so we know what you're talking about.

I would the "rss" to be my whole blog post and not just a snippet of it. I type a lengthy blog post and it ends with a ... after about a paragraph. I want this blog to be "put into" my website entirely.

jpz17
05-09-2010, 09:23 PM
also, can you help me specifically on how to make the rss feed font bigger? thanks. I'm horrible with css

Beverleyh
05-16-2010, 06:27 PM
Still not sure what you mean. When you talk about a blog post do you mean you want to enter the latest rss entry via a form on a web page or that you want the the rss feed box to completely fill the whole page and act like a scrolling blog?

The amount of space the feed occupies depends on the size of its container. If you just paste the javascript into the body of your web page, outside any other tags, it will fill the width of your page (minus any padding or margins you've set on the body).

Please post a link to you page so we can work out what you need.