mmorpgforum.net

mmorpgforum.net (https://www.mmorpgforum.net/index.php)
-   Movie Making on Mac (https://www.mmorpgforum.net/forumdisplay.php?f=211)
-   -   WCM Movie Summary HTML For Dummies (https://www.mmorpgforum.net/showthread.php?t=91375)

parl2001 04-11-2009 02:15 PM

WCM Movie Summary HTML For Dummies
 
Quote:

Originally Posted by Uzbeki (Post 19857)
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

parl2001 12-27-2010 04:55 AM

<img src="image.jpg" width="200" height="150">


Forum time (GMT) 06:44 PM

Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.