A Conversation for The Gurus' Home Page
- 1
- 2
question: how do I get GuideML code in a text box?
The Artist Formerly Known as Nerd42 Started conversation Sep 27, 2005
At the GuideML Clinic and Picture Library, bits of GuideML code appear in text boxes. I'm writing a badge for my club/society and want to put the code for the badge in a box similarly. How is that done?
(and yes I've heard of the tag) Nerd42
question: how do I get GuideML code in a text box?
Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired Posted Sep 27, 2005
Traveller in Time keeper of Tags and Toys
"Try
<P>
This is an example of a paragraph
</P>
"
question: how do I get GuideML code in a text box?
The Artist Formerly Known as Nerd42 Posted Sep 27, 2005
question: how do I get GuideML code in a text box?
The Artist Formerly Known as Nerd42 Posted Sep 27, 2005
U C I was wanting it to look good. something like the GuideML shown here: A426700 Nerd42
question: how do I get GuideML code in a text box?
Kat - From H2G2 Posted Sep 27, 2005
Yup! Anything you want people to be able to see needs to be inside the tags, anything that affects where the box of code is within your actual article page needs to be outside the tag.
question: how do I get GuideML code in a text box?
The Artist Formerly Known as Nerd42 Posted Sep 27, 2005
question: how do I get GuideML code in a text box?
Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired Posted Sep 27, 2005
Traveller in Time always playing
"Keep the COLS as low as possible, using more then 50 will force the page to be 'extremely' wide and some browsers will mess up the page.
Try to use one TAG on each line
badge code here
this will give everybody insight in the grammar of the code.
It will also prevent lines to be broken by the limited-width TEXTAREA.
Increase the ROWS until there is at least one free line below. Different browsers use different Font-Size and some will still give scrollbars.
"
question: how do I get GuideML code in a text box?
The Artist Formerly Known as Nerd42 Posted Sep 27, 2005
oh great something is really screwy with this. check it out:
A989698
<./>Test989698</.>
the badge idea is you can either add the simple green table or also an optional panel on the right with your character description. On the badge on the actual front page, the panel on the right should instead of a text box with the GuideML code of the badge. It's sort of like a fractal actually see what I'm trying to do and tell me why it's messing with my code if you could help please!
Nerd42
question: how do I get GuideML code in a text box?
The Artist Formerly Known as Nerd42 Posted Sep 27, 2005
question: how do I get GuideML code in a text box?
Kat - From H2G2 Posted Sep 27, 2005
Lower the number of columns like TiT said.
question: how do I get GuideML code in a text box?
The Artist Formerly Known as Nerd42 Posted Sep 27, 2005
ok sure I will do that right away but that won't fix the actual problem ...
question: how do I get GuideML code in a text box?
Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired Posted Sep 27, 2005
Traveller in Time not going to repeat
"Just read my 'instruction' from post 2 on.
With new pages it is possible to use tags inside the TEXTAREA, but you really have to use the > and < to avoid them converted into GuideML.
Also some browsers will have problems with the hooks inside the TEXTAREA. "
question: how do I get GuideML code in a text box?
The Artist Formerly Known as Nerd42 Posted Sep 27, 2005
ah I see. is there a proggy anywhere on the 'Net that will convert code into the ampersand non-lethal form like that? people actually have to do that pretty often
question: how do I get GuideML code in a text box?
The Artist Formerly Known as Nerd42 Posted Sep 27, 2005
Aha! I found: http://www.felgall.com/htmlt47.htm Nerd42
question: how do I get GuideML code in a text box?
The Artist Formerly Known as Nerd42 Posted Sep 27, 2005
question: how do I get GuideML code in a text box?
Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired Posted Sep 27, 2005
Traveller in Time there is no such thing as a free lunch
"Will give it a shot
Official Silver Sword Hero
<SMILEY TYPE="pirate"/>
<SMILEY TYPE="wizard"/>
<SMILEY TYPE="thief"/>
<SMILEY TYPE="bigeyes"/>
<SMILEY TYPE="elf"/>
<SMILEY TYPE="smiley"/>
<SMILEY TYPE="sleepy"/>
<SMILEY TYPE="boing"/>
Well, that is the raw code. "
question: how do I get GuideML code in a text box?
Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired Posted Sep 27, 2005
Traveller in Time avoiding too many smileys
"And the TEXTAREA code
<TABLE BORDER="5" BGCOLOR="green" CELLSPACING="0" CELLPADDING="0">
<TR BORDER="0">
<TD BORDER="0" ALIGN="CENTER" VALIGN="TOP">
<CENTER>
<FONT SIZE="2" COLOR="WHITE">
<STRONG>
Official Silver Sword Hero
</STRONG>
</FONT>
<BR/>
<SMILEY TYPE="pirate"/>
<SMILEY TYPE="wizard"/>
<SMILEY TYPE="thief"/>
<BR/>
<LINK H2G2="A989698">
<PICTURE BLOB="B3812298" EMBED="CENTER"
BORDER="0"
ALT="Silver Sword; an Interactive Fantasy"/>
</LINK>
<MARQUEE DIRECTION="LEFT">
<SMILEY TYPE="bigeyes"/>
<SMILEY TYPE="elf"/>
<SMILEY TYPE="smiley"/>
<SMILEY TYPE="sleepy"/>
<SMILEY TYPE="boing"/>
</MARQUEE>
</CENTER>
</TD>
</TR>
</TABLE>
Was not that much work "
question: how do I get GuideML code in a text box?
The Artist Formerly Known as Nerd42 Posted Sep 27, 2005
what!? I never indent HTML or GuideML because the extra spaces have a habit of showing up where they're not supposed to in some browsers. I just try to keep my code as neat as possible without indents. I've got it working totally now on A989698 and it doesn't look too bad as it is I think ...
Nerd42
question: how do I get GuideML code in a text box?
The Artist Formerly Known as Nerd42 Posted Sep 27, 2005
(by the way, for other languages YES on indents, I want to murder people who wno't indent properly in other languages)
check out my c00l new nickname: ".hack//NERD42 *Join Silver Sword; an Interactive Fantasy RPG!* A989698 "
Nerd42
Key: Complain about this post
- 1
- 2
question: how do I get GuideML code in a text box?
- 1: The Artist Formerly Known as Nerd42 (Sep 27, 2005)
- 2: Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired (Sep 27, 2005)
- 3: Kat - From H2G2 (Sep 27, 2005)
- 4: The Artist Formerly Known as Nerd42 (Sep 27, 2005)
- 5: The Artist Formerly Known as Nerd42 (Sep 27, 2005)
- 6: Kat - From H2G2 (Sep 27, 2005)
- 7: The Artist Formerly Known as Nerd42 (Sep 27, 2005)
- 8: Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired (Sep 27, 2005)
- 9: The Artist Formerly Known as Nerd42 (Sep 27, 2005)
- 10: The Artist Formerly Known as Nerd42 (Sep 27, 2005)
- 11: Kat - From H2G2 (Sep 27, 2005)
- 12: The Artist Formerly Known as Nerd42 (Sep 27, 2005)
- 13: Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired (Sep 27, 2005)
- 14: The Artist Formerly Known as Nerd42 (Sep 27, 2005)
- 15: The Artist Formerly Known as Nerd42 (Sep 27, 2005)
- 16: The Artist Formerly Known as Nerd42 (Sep 27, 2005)
- 17: Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired (Sep 27, 2005)
- 18: Traveller in Time Reporting Bugs -o-o- Broken the chain of Pliny -o-o- Hired (Sep 27, 2005)
- 19: The Artist Formerly Known as Nerd42 (Sep 27, 2005)
- 20: The Artist Formerly Known as Nerd42 (Sep 27, 2005)
More Conversations for The Gurus' Home Page
Write an Entry
"The Hitchhiker's Guide to the Galaxy is a wholly remarkable book. It has been compiled and recompiled many times and under many different editorships. It contains contributions from countless numbers of travellers and researchers."