I want to put an image repeated vertically on the left side of my web page using perl 
code. the css file has the code as follows and the file i want to put vertically is 
say "p.gif". I have included the file in perl code and its working for all of the 
stuff in the main.css but not for background image...can anyone tell me how we do this 
background image thing!! 
#main.css#
body    { margin-left: 70px;
    background-color:#ccccff;
 font-style: italic;
color:#6600cc;
  }
div:first-letter
{
        color: #660099;
        font-size:xx-large
}
a.one:link {color: #cc6699}
a.one:visited {color: #0000ff}
a.one:hover {color: #6666cc}
a.two:link {color: #cc6699}
a.two:visited {color: #0000ff}
a.two:hover {font-size: 150%}
 


---------------------------------
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).

Reply via email to