I'm updating our website, as I do once a year.
This year's website the coding is much more simple than previous years. It's all done with <div> statements. You can see the new design here (I just need to replace graphics with new ones when I get/make them):
Sonali Corporation
It's a little plain looking. On the sides I'd like to add a wavy border. Let's say I take this image:
http://www.peppermint-bay.com/htmltemp/curvy.gif
That's a transparent .gif I made that will tile down the sides of the page nicely.
How and where exactly do I add code in for that graphic to go down the sides. I'll make one rotated for the right side also. I want it to go down the white section on the page.
Maybe I need to edit the file css.css and insert the graphic there in one of the sections?
Maybe I need to make a larger image that contains both sides of the curvy background in one image?