create stylesheet and link to it

Created a simple stylesheet, linked to it, and removed body color
attributes defined there. This reduces repetition and separates
style and presentation.
This commit is contained in:
Anthony Bentley
2009-09-12 17:49:54 -06:00
parent 171061f3a3
commit 7d0dd140c3
39 changed files with 92 additions and 38 deletions

View File

@@ -3,9 +3,10 @@
<HTML>
<HEAD>
<TITLE>xAsm PURGE</TITLE>
<link rel="stylesheet" type="text/css" href="../style.css">
</HEAD>
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA">
<BODY>
<I><H2>PURGE</H2></I><HR>
<P>The PURGE command allows you to completely remove a symbol from the symbol table as if it had never existed. USE WITH EXTREME CAUTION!!! I can't stress this enough but you <B>seriously</B> need to know what you are doing. DON'T purge symbol that you use in expressions the linker needs to calculate. In fact, it's probably not even safe to purge anything other than string symbols and macros.<BR>