Quote:
Originally Posted by Trey Walter
Maybe this piece of code is what you're looking for:
Code:
<style type='text/css'>#page { background: url("http://s3.wordpress.com/wp-content/themes/default/images/kubrickbg.gif") repeat-y top; border: none; }
</style>
In combination with:
Code:
<body><div id="page">
<!-- content here -->
</div></body>
But that's just one part of the whole body. There are other <div> tags with other background-images (e.g. <div id="header"> and <div id="footer>) and some separated css. files as well. I can't explain all that stuff to you.
By the way, you can read their separated css. files if you enter the URLs of the files in the address bar of your browser. (Just in case you didn't know.)
|
this looks like what im looking for. i dont have time to test it out right now though. i understand the heading and footer and stuff i just didnt know how they did the body. i will not use those images. im going to make my own with the same dimentions. i also did not know i could view their css. great to know. ill reply back later when i test it. thank you
Last edited by neo247; 10-03-2009 at 12:42 PM..
|