View Single Post
Old 04-11-2009, 02:15 PM   #1
parl2001
Hall of Fame member
 
parl2001's Avatar
 
Join Date: Apr 2006
Location: San Diego, CA
Posts: 39
parl2001 is unknown at this point
WCM Movie Summary HTML For Dummies

Quote:
Originally Posted by Uzbeki View Post
These tags works:
<p><br><img src=""><a><b><i><strong><font><u><h2><h3><align><c enter>

If you mix in other tags it will strip away some of the "legal" tags as well so only use these
<strong> followed by whatever you want bolded followed by </strong> - does NOT seem to work

http://www.december.com/html/4/element/p.html

<br> forced line break

<img src=""> displays an image found at the http:// link where it's saved

<a> followed by a hyperlink followed by </a> - regular hyperlink, there's something whack going on with this, it worked on one link I used it on, and not on some others. Might have something to do with an 'a' being inside the link. The "<A Href="http://www.w3.org/">W3C</A> " thing seems to work allright.
http://www.december.com/html/4/element/a.html



<b> - more bold?

<i> italics

<font> set font face, color, and size of text
http://www.december.com/html/4loose/element/font.html

<u> - underline

<h2> secondary heading - just another bold?

<h3> tertiary heading

<align> - check http://www.december.com/html/demo/tablehi2.html

<center> - center text simple alignment
__________________
http://coldbear.wordpress.com

Last edited by parl2001 : 04-11-2009 at 02:31 PM.
parl2001 is offline   Reply With Quote