User:Eabrace/Sandbox

From Ouroboros Portal
< User:Eabrace
Revision as of 15:35, 9 June 2009 by Eabrace (Talk | contribs) (experiments 2 and 3)

Jump to: navigation, search

Experiments

Experiment #1

Question:

Can a wikitable be created with a background image?


CSS for background images:

background-image:url('<image>')


Test image:

OSI_ID.jpg


Test table code:

{| style="width:75%; height:200px; background-image:url('http://img.photobucket.com/albums/v623/cohosi/badges/OSI_ID.jpg')" border="1"
|-
|Test
|}


Test table:

Test


Test table code (without background image specification):

{| style="width:75%; height:200px" border="1"
|-
|Test
|}


Test table:

Test


It would appear that wikitables do not allow background images. Either that or this just isn't the right way to make it work. Based on the loss of size formatting in the first table, it would seem that inserting the background image specification invalidates the entire style spec.


Experiment #2

Using an HTML table with wiki images.

th_B_Samson.jpg

B. Samson


DIRECTOR
Archetypeicon tanker.png Originicon natural.png Invulnerability ResToPhysicalDmg.png SuperStrength Jab.png
Date of Activation: 2004 DEC 06
@B Samson

Badge respec stalwart.pngBadge respec statesman.pngBadge respec freedom.png

100pxBadge task force 02.pngFile:Badge task force 03.png

File:Badge task force 04.png100pxFile:Badge task force 06.png

File:Badge task force HonoraryPeacebringer.pngFile:Badge croatoa cabalist.png25pxBadge task force PSmasher.pngBadge task force DestroyerOfStrength.png25px25px25pxBadge temporal strife.pngBadge defeatrecluse.pngBadge task force master statesman.png

Badge trial zone 01.pngBadge trial zone 01.pngBadge trial zone 01.png

th_BADGE_OSI_Activity.jpg


Experiment #3

Line spacing between badge rows using CSS font-size and line-height properties.