PDA

View Full Version : WCM Movie Summary HTML For Dummies


parl2001
04-11-2009, 02:15 PM
These tags works:
<p><br><img src=""><a><b><i><strong><font><u><h2><h3><align><center>

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

parl2001
12-27-2010, 04:55 AM
<img src="image.jpg" width="200" height="150">