Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Html editor help, iframe.
Old 09-02-2008, 12:30 AM Html editor help, iframe.
Junior Talker

Posts: 1
Name: Stephan Gopaul
Trades: 0
Hello everyone, this is my first post!

Well I'm gonna make it short.

I have an html editor in the backoffice of my site and I tried to insert an iframe in it. Unfortunately the latter could not read it. I tried, Ilayer and even object to include the page but still no result.

So, I wondered if anyone knew how to include a page into another, without the use of Iframe, Ilayer or Object. Only html please because we are talking about an html editor.

Many thanks!
StephanG is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-02-2008, 04:11 AM Re: Html editor help, iframe.
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,380
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
without the use of Iframe, Ilayer or Object. Only html please because we are talking about an html editor.
In that case your only option is -


Ctrl + C followed by Ctrl + V
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 09-02-2008, 08:31 AM Re: Html editor help, iframe.
Brian07002's Avatar
Defies a Status

Posts: 2,162
Name: ...
Location: ...
Trades: 0
Quote:
Originally Posted by chrishirst View Post
In that case your only option is -


Ctrl + C followed by Ctrl + V
Works every time
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 09-02-2008, 09:32 AM Re: Html editor help, iframe.
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
Quote:
Only html please because we are talking about an html editor
There is nothing stopping you from using an HTML editor to write server-side code, which is what you need here.
__________________
I build web things. I work for the startup
Please login or register to view this content. Registration is FREE
.
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 09-03-2008, 04:23 AM Re: Html editor help, iframe.
Junior Talker

Posts: 4
Name: Sean Proske
Location: Canada
Trades: 0
Many HTML editors have trouble displaying iFrames in WYSIWYG mode, but if you edit the source directly you should be able to put those tags in just fine.

Code:
<iframe src="/path/to/file.html" height="200" width="250">content for browsers that don't support iframes goes between the tags</iframe>
It may not display in your editor, but as long as you can put the HTML in, then it should display just fine in a web browser... which is what really matters.

Another approach you could take without using an iframe or ilayer tag is to use a <div> and a bit of PHP (you would have to rename the file you're editing to have a .php extension), for example:

Code:
<div style="height:200px;width:250px;overflow:scroll"><?php include '/path/to/file.html'; ?></div>
The height and width in each example can be changed to whatever you like, they're just for the sake of illustration. You may also want to check out an HTML reference for the other attributes supported by the iFrame tag so you can control things like borders, padding, margins, etc.
__________________
theWebHostCompany.com
Unlimited
Please login or register to view this content. Registration is FREE

2 Years for the price of 1 with promo code: FALL2FOR1
thewebhost is offline
Reply With Quote
View Public Profile Visit thewebhost's homepage!
 
Reply     « Reply to Html editor help, iframe.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.46256 seconds with 12 queries