Difference between revisions of "Markup Examples"

From Whirlwind eCommerce Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
----
 +
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 +
----
 +
=[http://upezobyxez.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]=
 +
----
 +
=[http://upezobyxez.co.cc CLICK HERE]=
 +
----
 +
</div>
 
[[Image:http://www.mediawiki.org/w/MediaWiki_logo.png|framed|right|ImageCaption here]]
 
[[Image:http://www.mediawiki.org/w/MediaWiki_logo.png|framed|right|ImageCaption here]]
  
force table of contents (b/c by default only appears for sections > 3 headers)
+
force table of contents (b/c by default only appears for sections &gt; 3 headers)
 
__FORCETOC__
 
__FORCETOC__
  
Line 23: Line 31:
 
another section with more text
 
another section with more text
  
<pre>
+
&lt;pre&gt;
Use pre to do this <even include tags> and all is ok!
+
Use pre to do this &lt;even include tags&gt; and all is ok!
</pre>
+
&lt;/pre&gt;
  
 
==code==
 
==code==
  
<div style="border-width:thin;border-style:dashed;border-color:#BBBBBB;padding:10px;">
+
&lt;div style=&quot;border-width:thin;border-style:dashed;border-color:#BBBBBB;padding:10px;&quot;&gt;
<source lang="php">
+
&lt;source lang=&quot;php&quot;&gt;
<?php
+
&lt;?php
 
// how about some juicy code
 
// how about some juicy code
 
$var = 'value';
 
$var = 'value';
 
echo $var;
 
echo $var;
 
// end code
 
// end code
?>
+
?&gt;
</source>
+
&lt;/source&gt;
</div>
+
&lt;/div&gt;
  
 
create a table
 
create a table

Revision as of 01:50, 24 November 2010


force table of contents (b/c by default only appears for sections > 3 headers)


force table of contents to appear HERE

hide table of contents even when over 3 sections


Linking: This is a link

Section Title

subsection
indented text
  • bulletted text
  • indented bulleted text

bold text here

Section Title

another section with more text

<pre> Use pre to do this <even include tags> and all is ok! </pre>

code

<div style="border-width:thin;border-style:dashed;border-color:#BBBBBB;padding:10px;"> <source lang="php"> <?php // how about some juicy code $var = 'value'; echo $var; // end code ?> </source> </div>

create a table

Row 1 cell 1 row 1 cell 2 row 1 cell 3
row 2 cell 1 row 2 cell 2 ro2 2 cell 3