Unstoppable Domains

Way to Do This Without HTML Frames

Spacemail by SpaceshipSpacemail by Spaceship
Watch

sleepysentry

Established Member
Impact
6
I am creating a website that lets the user view 4 different tech deal websites at once in a 2x2 grid. To get the website content, I am using an RSS to HTML converter.

Here is a sample of one my converted RSS feeds:
http://www.dealfiesta.com/rss2html....tp://dealfiesta.com/template.html&MAXITEMS=10

The problem is, I need 4 of those on a single page and the URL doesn't seem to work with frames, even when I put .html or .htm at the end.

Are there any alternatives to HTML frames I can use?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
You can use CSS to create the effect of frames.
Look around on google and I'm sure you'll find something, it's probably easier an external tutorial explaining it than me having a go.

Regards.
 
0
•••
Code:
<style type="text/css">
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.box {
  width: 50%;
  height: 50%;
  overflow: auto;
  float: left;
}
</style>

Then put each different RSS item in <div class="box"></div>
 
0
•••
Yeah, use CSS or tables to divide the page into 4 quadrants, then in each quadrant insert the the script that gets and converts the RSS to html (text).
 
0
•••
Dynadot — .com TransferDynadot — .com Transfer
Appraise.net

We're social

Domain Recover
DomainEasy — Payment Flexibility
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back