Ok - I need a little help here. I want to position my GoDaddy seal in my footer so that the three images are aligned horizontally across the page. Here's the site
Any help would be appreciated.
Thanks,
Jason
Ok - I need a little help here. I want to position my GoDaddy seal in my footer so that the three images are aligned horizontally across the page. Here's the site
Any help would be appreciated.
Thanks,
Jason
By the way - I'd also like some help setting the image you see in the first cell as a non-repeating or centered background image.
Thanks,
Jason
For the background image, add this to your stylesheet:
You have two competing main stylesheets (stylesheet.css and stylesheet1.css). This is a very bad idea, as any changes you make in stylesheet.css may be overridden by stylesheet1.css, and you can get confused as to which file you last customized. Keep all of your changes and additions in one file and delete the other one.Code:#indexDefaultMainContent td { background-position: center center; background-repeat: no-repeat; }
gjh42 - Thank you on the positioning deal. I had been trying it with a .tdback but the image would only show when I clicked the css edit tool in firefox. Thanks also for the warning about the stylesheets. I knew that and had been editing stylesheet1. I was just being lazy but I did delete the duplicate.
Jason