I want to create a background for a portion of my site that's an image, but cut into nine pieces ("spliced").
(Top Left) (Top Center) (Top Right)
(Middle Left) (Middle) (Middle Right)
(Bottom Left) (Bottom Center) (Bottom)
What code can I use to make this the background (preferably using div style=). I have the nine images uploaded as the nine different images, but how do I implement it?
Help.
(Top Left) (Top Center) (Top Right)
(Middle Left) (Middle) (Middle Right)
(Bottom Left) (Bottom Center) (Bottom)
What code can I use to make this the background (preferably using div style=). I have the nine images uploaded as the nine different images, but how do I implement it?
Code:
<div style="width: auto; height: auto; background:; overflow:auto; padding:8px; margin-left:9px; margin-right:9px;">{TEXT}</div>
Help.