Difference between revisions of "User:Eabrace/Sandbox"
(experiments 2 and 3) |
(→Experiment #2) |
||
| Line 67: | Line 67: | ||
<FONT SIZE = "+2"> | <FONT SIZE = "+2"> | ||
<B>B. Samson</B> | <B>B. Samson</B> | ||
| − | |||
</FONT> | </FONT> | ||
<BR>DIRECTOR | <BR>DIRECTOR | ||
| Line 105: | Line 104: | ||
</TABLE> | </TABLE> | ||
</CENTER> | </CENTER> | ||
| − | |||
== Experiment #3 == | == Experiment #3 == | ||
Revision as of 15:36, 9 June 2009
Experiments
Experiment #1
Question:
Can a wikitable be created with a background image?
CSS for background images:
background-image:url('<image>')
Test image:
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.
|
||
|
100pxFile:Badge task force 02.png100px 25pxFile:Badge croatoa cabalist.png25px File:Badge trial zone 01.pngFile:Badge trial zone 01.png
|
Experiment #3
Line spacing between badge rows using CSS font-size and line-height properties.