|
A message from the HTML gods
Post originally by Jake at 2003-06-20 04:39:50
Converted from Phorums BB System
Hey DaveB,
Nice (if long) review. And apparently, your sacrifice was accepted by the HTML gods. But it may not be sufficient next time. So, here are some simple guidelines to get your rituals a-okay:
- 'embrace' the words you want to make bold or italic by the appropriate tags: <b> </b>; <u> </u> or <i> </b>.
- don't put <br>'s between an opening tag and a closing tag
- if you want to combine tags, just 'embrace' the word plus it's tags with the second tags. For example: <b>nice gods</b> plus <i> makes for <i><b>nice gods</b></i>, which in turn is display as <i><b>nice gods</b></i>.
And if you want to test your code quickly, just copy the code in a new text document. Put <html><body> in front of your code, and </html></body> after your code. Save the file with the extension .html and open it in your favorite browser.
I hope this helps in appeasing the HTML gods. If you have further questions, don't hesitate to ask here. (Or just PM me in the Forums.)
|