Backgrounds Using VSD... How??? -...
If I have a background (not the "solid color" option)... How do I get it to spread across the entire page? Using the "continue" option, I only get solid or gradiant when my background is an image file. Thanks.
Hi Virginia,
when I use a background image I usually place this code in the head section.
just change the image name, works great as it makes the image stationary and wont tile the image. give it a go and let us know.
go to edit>edit header and paste it in.
when I use a background image I usually place this code in the head section.
<style type="text/css">
BODY {
background: url("VSDBG.jpg");
background-repeat: repeat-y repeat-x;
background-attachment: fixed;
}
</style>
BODY {
background: url("VSDBG.jpg");
background-repeat: repeat-y repeat-x;
background-attachment: fixed;
}
</style>
just change the image name, works great as it makes the image stationary and wont tile the image. give it a go and let us know.
go to edit>edit header and paste it in.
Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.