|
New to the CF scene
Join Date: Jan 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
Template Modification - background image location
Hi All,
I have added and remove bg.jpg throughout the below and cannot get the image to display. I am hoping to have it shown on all as a border to the existing - Is there something simple that I have missed or am I in the complete wrong area
*Image is saved in image file of template folder as bg.jpg
*Code below came from
THANKS
CODE
/* Normal links ---*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background: url("../images/bg.jpg") repeat scroll 0 0 transparent;
border: 0 none;
font-size: 100%;
margin: 0;
outline: 0 none;
padding: 0;}
body {
color: #333333;
background: url("../images/bg.jpg") repeat scroll 0 0 transparent;
font-family: Arial,Helvetica,sans-serif;
line-height: 1.6;
font-size: 0.75em;
background:#FFF;
}
p {
line-height: 1.7em;
margin: 8px 0;
}
a { color: #333; text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: underline; color: #ED4B1B ; }
/* Readon links ---*/
a.readon {
display: inline;
width: 100%;
margin-bottom: 13px;
}
CODE
|
|