I have a website that I am trying to make better-If I cant make it better I am going to pay someone to do it...although I pride myself in learning new things so really I would hate to do that. Any way I have got errors to correct with the code, but one of the things I was thinking about doing Is giving the whole thing a new look.
So far I do have a CSS book, I also have read lot on line, but at the moment this has got me stumped.
My main.css is from a website that has free templates, I have learnt a few things from making minor adjustments to it, but what I want to do is put this image as my background. I have tried doing an image tag like this:
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
background: <background.jpg"> ;
But all that did was make my page go white, I tried it in a few places and the best I could gt it was to have the BG image and then the rest of the CSS showed up further down the page. I also tried putting it in my index.html page, but that didnt work either....
This is my site as it is currently. I know the site is poor and so is the code, but it is a work in progress so any advice would be great.
|