Forum Moderators: open
text-transform property in CSS? For instance..
<p style="text-transform:uppercase">
This paragraph will appear in all caps.
</p>
This has the advantage that if you decide not to use "shouting" then you can remove the style without changing any HTML (especially useful if you use an external stylesheet).