/    Sign up×
Community /Pin to ProfileBookmark

How do I pull one HTML page onto another and put it in a table?

I’m not a programer, but I do some web work for a car club website ([url]www.ffcobra.com[/url]) and I know this should sound easy. I want to create an HTML page “A” and allow that content to pulled into other HTML pages in a table. How can I do this? I know I could use iframe, but I don’t like frames. And when I tried using iframe, I couldn’t get the target page to automatically re-size the table cell to fit the content. If I change the content, the page cuts off the words.

Thanks in advance.

  • Bill
  • to post a comment
    HTML

    3 Comments(s)

    Copy linkTweet thisAlerts:
    @Compguy_PeteAug 08.2003 — I just thought I would voice that Iframes are not the same as the traditional frames that most people dislike. you should at least give it a chance!

    Frames done correctly can be very effective.

    however to your question... if you want it to load on the same page the iframe is the only way to go... Are you familar with how SSI works? it could be a solution, however I'm not sure it's what your looking for.
    Copy linkTweet thisAlerts:
    @PeOfEoAug 08.2003 — I would say use an iframe. Iframes do not require framesets or anything like that. Just put this in the body of the page where ever you want it to be

    <iframe src="thefile.html" height="something" width="something"><a href="leavealink.html">For those who can't display an iframe</a></iframe>
    Copy linkTweet thisAlerts:
    @ffcobra_comauthorAug 09.2003 — Thanks for the help. How do I put an iframe in a cell and have the incoming data automatically re-size to the size of the in-coming cell?

    Bill
    ×

    Success!

    Help @ffcobra_com spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 6.17,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @nearjob,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,

    tipper: @meenaratha,
    tipped: article
    amount: 1000 SATS,
    )...