/    Sign up×
Community /Pin to ProfileBookmark

iframes css style

I am new to css but with some help of tutorials and web browsing I have been able to pull of a site in CSS.

[url]http://www.foetaige.com/v2/[/url]

Only thing is, I hate having it have to open an entire new html file. Is there a way I can get it to just open in the “content” table like you can do with iframes?

edit:

Oh yeah, excuse the fact that I dont have a lot of data in there, it is just a beta version right now. I do have some of the links with data but just not all. Anyways this isn’t a question about the data or validation, its about getting a css table to work like a iframe. Thanks

to post a comment
CSS

3 Comments(s)

Copy linkTweet thisAlerts:
@FangOct 06.2005 — Use server side includes or a server language to include files or make templates. AJAX can be used, but would need to be supported by SSI for those with JavaScript disabled.
Copy linkTweet thisAlerts:
@ForeverIriseauthorOct 06.2005 — You lost me there, how can SSI work in this situation?

Can you give me an example of what the link would look like? I currently have this:

<li><a href="sites/main/newnews.php">.newnews</a></li>

Thanks.
Copy linkTweet thisAlerts:
@FangOct 07.2005 — The link would not change. The document would be built up of included files on the server, for newnews.php:[code=php]<?php
include('head.php');
include('menu.php');
include('newnewsContent.php');
include('footer.php');
?>
[/code]

Just changing the content area can only be done with (i)frames or AJAX with server includes.
×

Success!

Help @ForeverIrise 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 5.16,
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: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

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

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...