Return to Website

AberMUD Forum

Discussion Area on Abermudding

AberMUD Forum
Start a New Topic 
Author
Comment
Putting angle brackets in HTML

Article:
Hi. Did you know you can actually put < and > signs in HTML text? Just use the strings < and > If you want to use and ampersand, use &

--- --- --- --- --- --- --- --- ---

Replying to Original Article:

For those of you who object to your site being "framed", you should include these lines in your HTML in the HEAD section (you can put it in the BODY section, but it takes longer to shut them off, and if you have your own frames, it shuts them off too!):



[script language="ja.vaScript"]

[!-- Force all the previous frames off

if (self.parent.frames.length != 0) self.parent.location=document.location.href;

// --]

[/script]



You cannot use this on a XOOM site.