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
how to get HTML in a scrolling wondow.
Old 03-10-2008, 04:29 PM how to get HTML in a scrolling wondow.
Lashtal's Avatar
wherenomanhasgonebefore

Posts: 680
Name: Lashtal
Trades: 0
So i'd like to have my HTML *CODE* show up in a scrolling window.

But the problem i'm having is that, when I put the html into a scrolling window it's active and it does what it is supposed to do: Generate That Code.


I wanted to know if you knew a way to make that code NOT generate when placed in a scrolling window, and to just display the code itself within that box?

thank you
__________________
Currently Reading:
Please login or register to view this content. Registration is FREE
Lashtal is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-10-2008, 04:54 PM Re: how to get HTML in a scrolling wondow.
Lashtal's Avatar
wherenomanhasgonebefore

Posts: 680
Name: Lashtal
Trades: 0
just like as seen in this code box on this page: http://www.freecodesource.com/myspac...?id=L248856558
__________________
Currently Reading:
Please login or register to view this content. Registration is FREE
Lashtal is offline
Reply With Quote
View Public Profile
 
Old 03-10-2008, 04:55 PM Re: how to get HTML in a scrolling wondow.
Gilligan's Avatar
Website Designer

Posts: 1,670
Name: Stefan
Location: London, UK
Trades: 0
using character entities.

http://www.w3schools.com/html/html_entities.asp

Here's a basic start to a page with this.

Code:
&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;<br>
&quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;<br>
&lt;html&gt;<br>
&lt;head&gt;<br>
&lt;title&gt;Untitled Document&lt;/title&gt;<br>
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;<br>
&lt;/head&gt;
<p>&lt;body&gt;<br>
&lt;/body&gt;<br>
&lt;/html&gt;<br>
The <br> is just to separate lines so it appears more like this in a webpage

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
</body>
</html>
Gilligan is offline
Reply With Quote
View Public Profile
 
Old 03-11-2008, 06:53 AM Re: how to get HTML in a scrolling wondow.
Lashtal's Avatar
wherenomanhasgonebefore

Posts: 680
Name: Lashtal
Trades: 0
thanks, this will do the trick
__________________
Currently Reading:
Please login or register to view this content. Registration is FREE
Lashtal is offline
Reply With Quote
View Public Profile
 
Old 03-11-2008, 12:59 PM Re: how to get HTML in a scrolling wondow.
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
http://www.webmaster-talk.com/html-f...e-example.html

Here's one we prepared earlier
__________________
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 online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-13-2008, 01:03 PM Re: how to get HTML in a scrolling wondow.
Lashtal's Avatar
wherenomanhasgonebefore

Posts: 680
Name: Lashtal
Trades: 0
Okay, so here's another question: Is there a generator of some kind I can utilize to just Automatically convert the code for me?

I'm looking to convert like 400 independent codes, and I don't want to spend like a week trying to do it manually.

There's got to be a better way, no?
__________________
Currently Reading:
Please login or register to view this content. Registration is FREE
Lashtal is offline
Reply With Quote
View Public Profile
 
Old 03-13-2008, 01:32 PM Re: how to get HTML in a scrolling wondow.
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
did you read the thread I linked to with the server side code examples?
__________________
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 online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-14-2008, 02:23 PM Re: how to get HTML in a scrolling wondow.
Lashtal's Avatar
wherenomanhasgonebefore

Posts: 680
Name: Lashtal
Trades: 0
just got it, thanks.
__________________
Currently Reading:
Please login or register to view this content. Registration is FREE
Lashtal is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to how to get HTML in a scrolling wondow.
 

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.81587 seconds with 12 queries