HTML & WEB-Design

Moderators: Jonathan
Number of threads: 1253
Number of posts: 3360

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
HTML within HTML Posted by disco_stu on 1 Feb 2003 at 6:32 PM
How do I create html so that <head>, <body>, <title> won't be executed, but will show up on my website as is? I need a method that allows quotes, not &lt.
Report
Re: HTML within HTML Posted by Jonathan on 2 Feb 2003 at 9:13 AM
: How do I create html so that <head>, <body>, <title> won't be
: executed, but will show up on my website as is? I need a method
: that allows quotes, not &lt.

Not sure if this is what you want, but you can always save the stuff you don't want to be rendered (or executed in your words) as a .txt file on the server. If you want to include the stuff on an HTML page include it using an inline frame (iframe). May work.

Jonathan



-------------------------------------------
Count your downloads:
http://www.downloadcounter.com/
And host your site:
http://www.incrahost.com/
Don't say I never give you anything...

Report
Re: HTML within HTML Posted by disco_stu on 2 Feb 2003 at 12:18 PM
: : How do I create html so that <head>, <body>, <title> won't be
: : executed, but will show up on my website as is? I need a method
: : that allows quotes, not &lt.
:
: Not sure if this is what you want, but you can always save the stuff you don't want to be rendered (or executed in your words) as a .txt file on the server. If you want to include the stuff on an HTML page include it using an inline frame (iframe). May work.
:
: Jonathan

Well, that isn't exactly what I want, but that would work. I used Microsoft Word and clicked 'replace all' and I replaced all of the > with &gt and all of the < with &lt. I was, however, hoping that there was something in html (I'm using html 4.01 strict) that would allow it all to be written out with only a beginning and closing like <q></q>, but that didn't work.
Report
Re: HTML within HTML Posted by Jonathan on 2 Feb 2003 at 1:36 PM
: Well, that isn't exactly what I want, but that would work. I used
: Microsoft Word and clicked 'replace all' and I replaced all of the >
: with &gt and all of the < with &lt. I was, however, hoping that
: there was something in html (I'm using html 4.01 strict) that would
: allow it all to be written out with only a beginning and closing
: like <q></q>, but that didn't work.

I am not aware of any no-render tags or haven't heard of any, no.

Jonathan




-------------------------------------------
Count your downloads:
http://www.downloadcounter.com/
And host your site:
http://www.incrahost.com/
Don't say I never give you anything...

Report
Re: HTML within HTML Posted by disco_stu on 2 Feb 2003 at 2:37 PM
: : Well, that isn't exactly what I want, but that would work. I used
: : Microsoft Word and clicked 'replace all' and I replaced all of the >
: : with &gt and all of the < with &lt. I was, however, hoping that
: : there was something in html (I'm using html 4.01 strict) that would
: : allow it all to be written out with only a beginning and closing
: : like <q></q>, but that didn't work.
:
: I am not aware of any no-render tags or haven't heard of any, no.
:
: Jonathan
:
:
:
:
: -------------------------------------------
: Count your downloads:
: http://www.downloadcounter.com/
: And host your site:
: http://www.incrahost.com/
: Don't say I never give you anything...
:
:

Okay...I was hoping that there was, but apparently not. Thanks for the info.
Report
Re: HTML within HTML Posted by awulf on 16 Feb 2003 at 7:04 PM
if you want a none frame answer, you can put the code between textarea tags. everything between the <textarea> and </textarea> will show up in that input box. and you can set the rows and cols to any size you want and spice it up with css if you want it to look like the same font and such as the page your imbedding it in.
- Adam
--------
awulf :.
--------
bus: http://www.inversiondesigns.com
me : http://awulf.inversiondesigns.com




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.