/* in excel.htm, excel/search.htm as updated to unicode from wingding font */ -- red (Important!!) -- blue (Important!) /* in firefox.htm */ -- red (Must Have, everyone) -- magenta (easy usage, everyone) -- blue (developer/power) -- orange (installation) I'm using regardless -- green (Morphs via aardvark, greasemonkey, platypus, read easily 0080FF dictionary -- red avoid conflicts (keyconfig) -- ▽ ------------------------- -- black obsolete (keep for descriptions) * external reference to denote problematic extension Vertical alignment of IMG -- http://www.echoecho.com/htmlimages07.htm choices are: texttop, top, middle, absmiddle, bottom, absbottom, baseline.


------------------- don't use winddings stars --------- « -- red « -- blue ¥ -- Red Target z -- Red Point of Interest Q -- Red airplane « « « font-style:normal|italic|oblique http://www.devx.com/projectcool/Article/19813 bold bold italic italic UNDERLINE STRIKE STRIKEOUT underline (underlining, underscore, underscoring)--- s text-decoration: line-through; strike text-decoration: line-through; u text-decoration: underline; normal underlining underlined in red undersored in red emphasized) border-style: border-top-style border-right-style border-bottom-style border-left-style; border-color: border-top-color border-right-color border-bottom-color border-left-color; border-top-style: none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset; border-bottom: border-width border-style border-color; NOWRAP of text instead of ... crossed-out in RED various ways of expressing non-breaking-space In HTML:       JavaScript: \u00A0 Baby Talk: neh - hungry; owh - sleepy; yan (o=OH?); heh 0 discompfort (diaper) eair - lower gas; eh 0 burp, air bubble CSS Cheatsheet (Adobe PDF) http://www.ilovejackdaniels.com/css/css-cheat-sheet/ CSS Templates http://www.lifehacker.com/software/web-publishing/free-csshtml-template-roundup-039947.php CSS-2 Quick Reference:All in a page http://developer.mozilla.org/en/docs/CSS-2_Quick_Reference:All_in_a_page Tutorials & References: Border: http://www.tizag.com/cssT/border.php Table(terms): http://www.w3.org/TR/CSS21/propidx.html Full property table (CSS/XML) Table http://www.w3.org/TR/REC-CSS2/tables.html [Chapter] 17 Tables CSS Quick Reference - http://www.design215.com/toolbox/css_guide.php The font tag has been deprecated in HTML, and the CSS tag should be used instead. Note you are looking at braces {...} below, not parens (...) [Highlight background] [(#css)] [(#css)] [(#css)] This paragraph uses font attributes of 'arial' in red and bold with STYLE ... * background="imageURL" --> document background "tiled" image * bgcolor="#hexColor" --> document background color * text="#hexColor" --> document text color * link="#hexColor" --> document link color * vlink="#hexColor" --> document visited link color * alink="#hexColor" --> document active link color Frame box boxed table td (see border-style) http://www.javascriptkit.com/howto/border.shtml http://www.w3.org/TR/REC-CSS2/box.html#box-border-area -- box table frame td

...clipped...

Table aligned right with a caption.
Description
xxxx xxxx xxxx
xxxx xxxx xxxx
Search “Suggestions”(History) based
on search history and typed content
Search Menu
Search Menu
ABC
123
456
789
**hide the links** Please note the link order is important, and should be: link, visited, hover & active ---------------------------------------------- ** really hidden links** and make liks like this: * _blank --> causes the linked web document to be displayed in a new unnamed browser window * _top --> causes the linked web document to be displayed in a full window space of the current browser window * _parent --> causes the linked web document to be displayed in the frame cell occupied by the parent of the current web document * _self --> causes the linked web document to be displayed in the current frame cell ----------------------------------------- margin is on the outside padding is on the inside margin, border, padding, content http://www.w3.org/TR/CSS2/box.html#box-border-area types of borders: none, hidden, dotted, dashed, solid, double, (the rest are picture frame types) groove, ridge, inset, outset
TD {vertical-align:top}
abcdef
ghijkl
abcdef
ghijkl
a b c e e f g h i j k l m n o p q r s t u v w x y z a b c e e f g h i j k l m n o p q r s t u v w x y z a b c e e f g h i j k l m n o p q r s t u v w x y z a b c e e f g h i j k l m n o p q r s t u v w x y z a b c e e f g h i j k l m n o p q r s t u v w x y z a b c e e f g h i j k l m n o p q r s t u v w x y z a b c e e f g h i j k l m n o p q r s t u v w x y z a b c e e f g h i j k l m n o p q r s t u v w x y z a b c e e f g h i j k l m n o p q r s t u v w x y z a b c e e f g h i j k l m n o p q r s t u v w x y z

This paragraph uses font attributes of 'arial' in red and bold with STYLE ...

Somerset
Somerset

Using what I've learned I have been able to drop my average cost per clicks from $1.00 to 0.25 and from .20 to .05 (all the while maintaining my first page results). ======================= BOX aligned at right ==================== this example of box in upper right of rightff.htm

Shortcut to
Context menu
  [Shift+F10]
Can be done with DIV as follows:
Patmedia.com frequently blocks club email for extended periods of time.  We are currently being blocked to members on patmedia.
gmail 209.85.146.176 / verizon 71.187.233.84 Dec 15, 2007
 Skip this page, go to Links 
Google's new toolbar, Now more evil than ever, February 20, 2005" http://www.google-watch.org/toolbar.html use 0-14-004007-2 to shield against Google evil Empire's AutoLink by Jeff Reynar who formerly introduced MS smarttags ======================= PADDING =================== for images * margin: {all | top/bottom | top/left/bottom | top/right/bottom/left} ======================= DROPCAP large first letter Cap ========== ! (compatibility see note under author) ==================================================================== You can force a page break and protect the inside from breaking with:
----- material here for one page ----
Reference for this was: http://www.westciv.com/style_master/academy/css_tutorial/advanced/printing.html#page-breaking =================================================== =================================================== Hide Links: hide normal links: (with no decoration) Tabs Page hide image links: (with border="0") ===================================================== http://forums.seochat.com/archive/t-10251/hidden-links When using css it's not good coding practice to use inline class statements like Link. Or to have your styles in the head of your page between the tags. If you needed to change a typeface then you would need to change the styles on every page. Put all your css in a seperate stylesheet and you won't go wrong. Also, you don't need to declare the visited and active elements on separate lines This code will do, is a lot less bulky and your pages will load much faster. #div a:link, a:visited { color: #000; text-decoration: none; } #div a:hover { background-color: #fbfbfb; color: #000; } ------------------------------------------------- all the other stuff, and then: Create an external stylesheet and name it style.css, and put this in it (changing the colors to whatever you want, and decide if you want text- decoration or not): a:link { color: red; background-color: transparent; } a:visited { color: red; background-color: transparent; } a:active { color: red; background-color: transparent; } a:hover { text-decoration: none; color: blue; background-color: transparent; } ----------------------------------------------------- a img { border-style: none; } --- no border on linked image --------------------------------------------------------- a:visited,.fl:visited{color:#551a8b} a:visited,.fl:visited{color:#FF0000} -------------------------------------------------------------

Please send your comments concerning this web page to: David McRitchie send email comments

FDSE :: Help :: How to prevent sections of your pages from being indexed http://www.xav.com/scripts/search/help/1048.html This text will NOT be indexed. this link will NOT be followed This was suggest for comments on blogs to stop comment spam. It doesn' keep target from indexing. Visit my discount pharmaceuticals site.
--------------------------------------------------------------------- Lists

      This will be indented same as where the number or bullet appears.

      eBay Guides - Writing your eBay Guide Offline - Cheat Sheet http://reviews.ebay.com/Writing-your-eBay-Guide-Offline-Cheat-Sheet_W0QQugidZ10000000000131657

      Title above a compact listing

      • list item ...
      • list item ...

      Provide slight separation...

      • list item ...
      • list item ...
      • list item ...
      • list item ...
      use of
    1. image for a bullet http://www.cita.uiuc.edu/html-best-practices/nav/lists.php --------------------------------------------------------------------- It appears that what I use ... is not documented anywhere including W3C yet it seems to still work -- can't find where/how I originally learned about it. "proprietary "robots" comment tag. " http://www.xav.com/scripts/search/help/1048.html http://www.google.com/remove.html#exclude_website -- Remove Content from Google's Index http://groups.google.com/groups?threadm=36472B30.3EBC%40hp.com how to create ... how is proprietary used here here -- hopefully it means to keep the enclose material proprietary as opposted to being an unsupported tag This text will NOT be indexed. this link will NOT be followed ---------------------------------------------------------------------- CSS Alignment - JavaScript Menu Right Click http://www.milonic.com/mfa/2005-January/005417.html ----------------------------------------------------------------------- "HTML equivalent of {nowiki} {/nowiki} (yes, it's very obscure, unless you are a XHTML user, where it's used all the time with