I'm very nearly there, there's just one final question I have; how do I assign a background to .newclass? I'm not entirely sure how these <div> wrappers work!
Thanks again.
Hmm to keep it within the example given...
Code:
<div class="newclass">
Code
Code
Code
</div>
So to use that and have it know what the css does you need to add this to additional.css i.e.
Now be sure to change the #000000 to the value for the background color you want and change the image location to reflect the image you uploaded or want to use and yes you can use http://www.site.com/thierimage.png) instead of image/ etc.
Something along those lines... basically your making up definitions that contain how something is styled, you make/paste the definitions in additional.css because the site runs it last out of all the css templates this way your code knows how it's styled follow?