473,320 Members | 1,845 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

how can i put this in a scrollbox without it actually proccesing the code?

how do i put that in a scroll box with the actual code appearing?

[html]
<CENTER>
<BIG>
PLEASE SIGN THE
PETITION AND
PLEASE PASS IT ON
TO OTHER PEOPLE.
<a href="http://www.hrcactioncenter.org/campaign/millionformarriageac">(CLICK HERE)SIGN THE MILLION FOR MARRIAGE PETITION (CLICK HERE) (US only)</A><br>

[/HTML]
May 17 '07 #1
2 1951
jhardman
3,406 Expert 2GB
I assume you mean in a <textarea>,not a scrolling marquee. The code is [html]<textarea rows="5" cols="100" editable="false">Anything in this area will be displayed as written, not interpreted</textarea>[/html]
The attributes are all optional. For example if you don't specify the size with rows="5" cols="100" a default size is displayed, if you don't specify whether the user can edit the text the default is that it is editable.

Let me know if this helps.

Jared
May 17 '07 #2
TNT
48
how do i put that in a scroll box with the actual code appearing?

[html]
<CENTER>
<BIG>
PLEASE SIGN THE
PETITION AND
PLEASE PASS IT ON
TO OTHER PEOPLE.
<a href="http://www.hrcactioncenter.org/campaign/millionformarriageac">(CLICK HERE)SIGN THE MILLION FOR MARRIAGE PETITION (CLICK HERE) (US only)</A><br>

[/HTML]
You could use inline frames.
Put [HTML]<iframe src="petition.html>
</iframe>[/HTML] in the middle of the page.
petition.html could contain: [HTML]
<CENTER>
<BIG>
PLEASE SIGN THE
PETITION AND
PLEASE PASS IT ON
TO OTHER PEOPLE.
<a href="http://www.hrcactioncenter.org/campaign/millionformarriageac">(CLICK HERE)SIGN THE MILLION FOR MARRIAGE PETITION (CLICK HERE) (US only)</A><br>[/HTML]
May 17 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: reddy | last post by:
I am trying to insert a node into an XMLFile. using XMLTextwriter. My Question is Is it possible to do without using XMLDocument. Because its loading all the the file into memory. I just want to...
14
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a...
7
by: Staale L. Hansen | last post by:
We have an application which uses some mixed-mode code to expose a .NET 1.1 managed API. Only the necessary files are compiled with /clr. We want to be able to load the application without .NET...
5
by: Ariel Dolan | last post by:
Can I use HtmlInputFile to only get the selected file name but not actually upload the file? Clicking the control's Browse button let's the user select a file. All I need is the HtmlInputFile...
2
by: Warren Churulich | last post by:
Is there a way to allow a customer to make a purchase with Commerce Starter Kit without logging in? Please post the answer here and perhaps samples. Thanks, Warren
4
by: Jamey Shuemaker | last post by:
A2k2 with user-level security and all preventive measures, vis a vis, Security FAQ enabled or enacted. I've got three DBs, which due to size constraints can't, or rather, probably shouldn't be...
43
by: dev_cool | last post by:
Hello friends, I'm a beginner in C programming. One of my friends asked me to write a program in C.The purpose of the program is print 1 to n without any conditional statement, loop or jump. ...
13
by: chippy | last post by:
im currently doing my myspace ... ive seen bands put codes in scroll boxes ive tried this but it just showed the code how can i make it show the code not the image???
2
by: zeshanae | last post by:
Platform: VS 2008 Language: C# Problem: Resize the Scrollbox without resizing the scroll bar I have already mentioned my problem, so is there any solution to this ? All help appreciated
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.