Jump to content

RSS Feed convert to HTML code


Together4Business

Recommended Posts

I'm a site to build now I have an RSS feed sit in that site that I would like in a box.
This is the code for the framework:
<! DOCTYPE html>
<html>
<head>
<style>
p {
background: rgba (255, 255, 255, 0.7);
border: 5px # FFD300 outset;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
width: 475px;
height: 225px;
}
</ style>
</ head>
<body>
<p> RSSFeed </ p>
</ body>
</ html>
Where RSSFeed would a html code to come from the following link:
eventually it has then to look like in the picture only with the RSS feed it out.
Hope someone can help me.

post-177100-0-33568100-1412061026_thumb.jpg

Link to comment
Share on other sites

You can use an <iframe> to put the feed on your page.

 

If you actually want to present it in a particular way you can attach an XSL stylesheet to the RSS file, or use a server-side language to load data from the feed and embed it right into the HTML.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...