Posts: 457
Name: Randy
Location: Northern Wisconsin
|
I am not sure I understand the question fully, but by "pattern" I assume you mean the 2 images that make up the background of the header and footer?
If you mean the user can input their own images there...
I would just comment the CSS for the header and footer background image VERY clearly for the user to change the file name to their new image. And remind the user to make sure their image is the proper width and height.
#header {
background-image:url(header_image.jpg); /* REPLACE header_image.jpg WITH YOUR IMAGE NAME */
}
I realize you say they won't have clear knowledge of CSS but if someone uses a template and wants to customize it, their going to need some knowledge of CSS.
|