HTML

GEC: Discuss gaming, computers and electronics and venture into the bizarre world of STGODs.

Moderator: Thanas

Post Reply
User avatar
DesertFly
has been designed to act as a flotation device
Posts: 1381
Joined: 2005-10-18 11:35pm
Location: The Emerald City

HTML

Post by DesertFly »

How do you quote html tags in an html document. I know you can do it in BBcode by using the [code] command, but how do you do it in HTML?
Proud member of the no sigs club.
User avatar
Beowulf
The Patrician
Posts: 10621
Joined: 2002-07-04 01:18am
Location: 32ULV

Post by Beowulf »

"preemptive killing of cops might not be such a bad idea from a personal saftey[sic] standpoint..." --Keevan Colton
"There's a word for bias you can't see: Yours." -- William Saletan
darthdavid
Pathetic Attention Whore
Posts: 5470
Joined: 2003-02-17 12:04pm
Location: Bat Country!

Post by darthdavid »

...Nope, was wrong about that. Tested it myself and it didn't work. How do you do it? :? Well I'll be following my own advice and looking trough my refrence page.
And for future refrence just use this.
It's what I use when I need to find a tag.
Last edited by darthdavid on 2006-02-25 10:04pm, edited 1 time in total.
User avatar
DesertFly
has been designed to act as a flotation device
Posts: 1381
Joined: 2005-10-18 11:35pm
Location: The Emerald City

Post by DesertFly »

I'm not stupid, I use this for reference, I just couldn't find the tag that did exactly what I needed, and I was in a hurry.

But thanks for your help.


P.S. Post 300!
Proud member of the no sigs club.
darthdavid
Pathetic Attention Whore
Posts: 5470
Joined: 2003-02-17 12:04pm
Location: Bat Country!

Post by darthdavid »

You could just add spaces between the < >s and the rest of the tag...
User avatar
Cyborg Stan
Jedi Knight
Posts: 849
Joined: 2002-12-10 01:59am
Location: Still Hungry.
Contact:

Post by Cyborg Stan »

You mean the < and the > tags?
ASVS Vets Assoc, Class of 1999

Geh Ick Bleah

Avatar is an image of Yuyuko Saigyouji from the Touhou Series.
User avatar
DesertFly
has been designed to act as a flotation device
Posts: 1381
Joined: 2005-10-18 11:35pm
Location: The Emerald City

Post by DesertFly »

Cyborg Stan wrote:You mean the < and the > tags?
I tried using them, and for some reason they just came out as < and >.
darthdavid wrote:You could just add spaces between the < >s and the rest of the tag...
That's close to what I ended up doing. I put a few asteriks in strategic places and told my friend to just remove them. I didn't want to go with just spaces, since I was doing <a href>, and that needs the space.
Proud member of the no sigs club.
User avatar
phongn
Rebel Leader
Posts: 18487
Joined: 2002-07-03 11:11pm

Post by phongn »

You will need to replace all < > signs with the HTML entities that Cyborg Stan has done. If you are doing this on a message board and it is replacing them, it may be consuming and replacing the entities with their equivilant character in the database.
Post Reply