MediaWiki help [Html]

0 replies
  • WEB DESIGN
  • |
Hi all im editing a Mediawiki site and im having an issue that i wonder if you guys know how to resolve, although it maybe beyond the bounds of the site to be able to. time will tell.

Im making a header for some text using this
Code:
===== <blockquote style="background-color:white; padding:1em; border:2px solid #8FBC8F">''' _Test() ~ Author - [http://www.website/user/test/ test] '''</blockquote> =====
which produces a green edged box around the text and adds the title to the TOC
but
Im trying to add two boxes one after another the first contains the above part the second contains the date added
Now ive made this
Code:
{| style="background-color:white; padding:1em; border:2px solid #8FBC8F" width="100%" class="wikitable"
|-
| style="background-color:white; padding:1em; border:2px solid #8FBC8F" width="76%" class="wikitable" |  ''' _Test() ~ Author - [http://www.website/user/test/ test]'''
| style="background-color:white; padding:1em; border:2px solid #8FBC8F" width="20%" class="wikitable" | '''<small>Added 15:30, 14 May 2012 (BST)</small>'''
|}
But ive tried all sorts to add the ===== to make it part of the TOC but i cant find a way to add it as it breaks no matter where i place the =====
Ive tried using
Code:
<h3>Section linking</h3>
which adds to the TOC but when i add the borders and table stuff it messes up the TOC
Or is there a way to make the 2 boxes seperatly but have them one after another on one line?

Can anyone advise on how to resolve this?
#html #mediawiki

Trending Topics