MegShmeg
01-26-2007, 03:36 PM
Hello,
I'm new to CSS and am using this tutorial (http://veerle.duoh.com/index.php/blog/comments/designing_a_css_based_template_part_iv/) to create a blog layout with a header and content column and such. She explains how to create a background pattern that is 1600px wide and 5px high, and to use:
body {
background: #F7F7F6 url(images/background.gif) repeat-y 50% 0;
background-attachment: fixed;
}
I've followed the directions, creating my pattern in Paint. I upload the GIF to Photobucket.com and when I load up my page, the image repeats vertically perfectly, but appears "squashed" in the center, and on either side of the background are big spaces of white. Now, when I look at HER link for her finished product, the background looks perfect. I even tried saving her background image, uploading it to Photobucket, using it in my code, and even hers appears messed up then. Maybe it's Photobucket? I'm terribly confused.
Any help is much appreciated.
Megan
I'm new to CSS and am using this tutorial (http://veerle.duoh.com/index.php/blog/comments/designing_a_css_based_template_part_iv/) to create a blog layout with a header and content column and such. She explains how to create a background pattern that is 1600px wide and 5px high, and to use:
body {
background: #F7F7F6 url(images/background.gif) repeat-y 50% 0;
background-attachment: fixed;
}
I've followed the directions, creating my pattern in Paint. I upload the GIF to Photobucket.com and when I load up my page, the image repeats vertically perfectly, but appears "squashed" in the center, and on either side of the background are big spaces of white. Now, when I look at HER link for her finished product, the background looks perfect. I even tried saving her background image, uploading it to Photobucket, using it in my code, and even hers appears messed up then. Maybe it's Photobucket? I'm terribly confused.
Any help is much appreciated.
Megan