Hi How can I can put a image at the beginning of "#column" (menu left) without any repetition, and retaining "two-columns.gif" image? , A file with the template of what I do http://www.adicam.net/imagen/template.jpg
picachu - try to add this in your css file: #column { background: top left url(yourimage.gif) no-repeat;} You can enter values instead of "top" and "left" to put your image in the location you want.