Wiki RPG: Style World: red CSS: Difference between revisions

From RPGnet
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
'''specific CSS'''
'''specific CSS'''
<pre>
<pre>
body {background-image: http://www.wegenpicks.com/images/background.jpg no-repeat top}
body {background: url(http://www.wegenpicks.com/images/background.jpg) no-repeat top}
</pre>
</pre>

Revision as of 04:17, 10 May 2006

specific CSS

body {background: url(http://www.wegenpicks.com/images/background.jpg) no-repeat top}