Hi, I want a background-image top and background-image bottom, is this the best way to go about it.. Set the background-image top in my wrap div.. then have another div inside this with 0 margin and padding then set the background-image bottom inside this div?? Also while were on the subject has anybody got any links to some nice images for the bottom left/right of my content div like when people have those snazzy curls or a nice pattern cause tbh i'm **** with photoshop!
That is one way that would work. Make sure you set the background-repeat property correctly (no-repeat, repeat-x or repeat-y), and also set the background-position to something like "bottom center" on the div with the bottom background.