vForums Support > System Improvements :: Suggestions :: > simple html.

simple html. - Posted By ashkir (ashkir) on 1st Jun 10 at 5:54am
I'd love to be able to use simple HTML to make things like this work:

Code:
 
  1. [dohtml]<style type="text/css">.outline { border: 0px; margin:5px; background-color:none;}
  2. .outline td img {border: 3px solid #222; margin: 3px 0px 3px 3px;}
  3. .outline td {font-weight:normal; font-family:verdana; font-size:9px; text-align:left;  }
  4. .outline td h1 {text-align:center; font-size:16px; text-transform:uppercase; margin:0px; background:none; letter-spacing:1px; }
  5. .outline td h3 {font-size:10px; text-transform:uppercase; margin:0px; background-color:#222; color:#aaa; text-align:center; font-weight:normal;-moz-border-radius:0px 10px 10px 0px; padding:0px; margin:0px;}
  6. .outline td p {padding: 0px 5px;}
  7. h1 a:link {color:#999;}
  8. h1 a:hover {color:#000;}
  9. h2 {margin: 0px; padding:0px;padding-top:10px;text-align:center; font-weight:normal;}
  10. #foot {text-align:center;font-size:9px; margin:10px;}
  11. </style><!-- DO NOT EDIT ABOVE THIS LINE!!! -->
  12.  
  13.  
  14. <div class="outline"><center><h2>CHARACTER DIRECTORY</h2>
  15. Want to add your character? <b>Reply here w/ Form</b></center><br />
  16.  
  17. <table cellpadding="0" cellspacing="0" width="100%">
  18. <tr><td><img src="http://i824.photobucket.com/albums/zz168/tmpforum/Ashley%20Greene/ashley2.png" width="100" height="100" /></td><td valign="top"><h1><a href="http://z15.invisionfree.com/bluebloods/index.php?showtopic=1941">CHARACTER NAME GOES HERE</a></h1>
  19. <h3><b>Age</b> # | <b>Written By</b> Roleplayer| <b>Played By</b> Celebrity Name</h3>
  20. <p><b>Education</b> School they attend / attended<br />
  21. <b>Occupation</b> Place of current employment / Unemployed<br />
  22. <b>Summary</b> Here is where a summary of the character will go. Specificially focus on their role in the plot. Are they powerful in the community? Are they friends with prominent characters? Do they have defining traits that are important to their interactions with others? Describe that type of thing here.</p></td></tr>
  23.  
  24.  
  25. <tr><td><img src="http://i824.photobucket.com/albums/zz168/tmpforum/Cillian%20Murphy/cill6.png" width="100" height="100" /></td><td valign="top"><h1><a href="http://z15.invisionfree.com/bluebloods/index.php?showtopic=1941">CHARACTER NAME GOES HERE</a></h1>
  26. <h3><b>Age</b> # | <b>Written By</b> Roleplayer| <b>Played By</b> Celebrity Name</h3>
  27. <p><b>Education</b> School they attend / attended<br />
  28. <b>Occupation</b> Place of current employment / Unemployed<br />
  29. <b>Summary</b> Here is where a summary of the character will go. Specificially focus on their role in the plot. Are they powerful in the community? Are they friends with prominent characters? Do they have defining traits that are important to their interactions with others? Describe that type of thing here.</p></td></tr>
  30.  
  31. </table><div id="foot">Template by <a href="https://twitter.com/revodesignz">REVO.</a> Found at <a href="http://rpg-directory.com">RPG-D</a>.</div></div>
  32. [/dohtml]
  33.  
  34. [*CODE]<tr><td><img src="100x100 ICON GOES HERE" width="100" height="100" /></td><td valign="top"><h1><a href="LINK TO CHARACTER APPLICATION GOES HERE">CHARACTER NAME GOES HERE</a></h1>
  35. <h3><b>Age</b> # | <b>Written By</b> Roleplayer| <b>Played By</b> Celebrity Name</h3>
  36. <p><b>Education</b> School they attend / attended<br />
  37. <b>Occupation</b> Place of current employment / Unemployed<br />
  38. <b>Summary</b> Here is where a summary of the character will go. Specificially focus on their role in the plot. Are they powerful in the community? Are they friends with prominent characters? Do they have defining traits that are important to their interactions with others? Describe that type of thing here.</p></td></tr>[/CODE*]
 


Image

It can have flash disabled, and require local images uploaded to vForums, but I think this would be neat for indexes and all. :].

I'd really like to design my index to look like that. :3.

Re: simple html. - Posted By Ross (admin) on 6th Jun 10 at 9:27am
Unfortunately this won't be added for the same reason as it hasn't been added when suggested before. It is too big of a security risk. Even if filters were in place there is a good chance that a good XSS attacker would be able to get around them.

Staff members can use header/footer controls/codes to accomplish the same thing.