The_MoUsY_spell_checker answered Thursday July 14 2005, 12:18 am: Use CSS.
For font size:
<style type="text/css">
body {font-size:larger;}
</style>
For strike through:
<style type="text/css">
p {text-decoration: line-through;}
</style>
or <p style="text-decoration: line-through;">Text here</p>
p and body can be replaced with any other CSS elements that you need to format.
Attention: NOTHING on this site may be reproduced in any fashion whatsoever without explicit consent (in writing) of the owner of said material, unless otherwise stated on the page where the content originated. Search engines are free to index and cache our content. Users who post their account names or personal information in their questions have no expectation of privacy beyond that point for anything they disclose. Questions are otherwise considered anonymous to the general public.