Simple Summary BBCode
Posted: 30 Jun 2010, 06:37
Simple Summary BBCode
Simple BBCode that allows you to place a small summary in your messages.
We'll have to edit stylesheet.css
Open: styles/prosilver/theme/stylesheet.css
Find:
Add after:
* Copy summary.css into styles/prosilver/theme
(See attachment)
BBCode usage:
HTML Replacement:
Help line:
Example 1:
http://rickstrife.ath.cx/viewtopic.php? ... 4&p=51#p51
Example 2:
Simple BBCode that allows you to place a small summary in your messages.
We'll have to edit stylesheet.css
Open: styles/prosilver/theme/stylesheet.css
Find:
Code: Select all
@import url("colours.css");
Code: Select all
@import url("summary.css");
(See attachment)
BBCode usage:
Code: Select all
[summary]{TEXT}[/summary]
Code: Select all
<div class="summary">
<b class="top"><b class="b1"></b><b class="b2"></b><b class="b3"></b><b class="b4"></b><b class="b5"></b></b>
<div class="boxcontent">
<h1>Summary</h1>
<p>{TEXT}</p>
</div>
<b class="bottom"><b class="b5"></b><b class="b4"></b><b class="b3"></b><b class="b2"></b><b class="b1"></b></b>
</div>
Code: Select all
Summary: [summary]Text[/summary]
http://rickstrife.ath.cx/viewtopic.php? ... 4&p=51#p51
Example 2: