As a new member to the forum I would first of all like to say a big hello to everyone in the forum and to all its members
i am currently trying to develop a simple website just using basic
HTML(
XHTML) with a simple text editor, although i have done some web design/development before it has been a while and i am very rusty.
At the moment i am having a problem with cascading style sheets (
CSS). When i link my web page to a background image in an external folder containing the
CSS, the image fails to appear. All the other
CSS styling works relatively fine but as soon as i want to use an image from the external
CSS folder, it does not work.
However when i cut and paste the code from external
css file and place directly in a td tag element it works fine. can anybody tell me what i am doing wrong. i have placed a sample of the code below
" <td style = "background-image:url(image/bgBrownSlice.jpg);background-repeat:repeat-x"
width = "250px" height= "400px">Right Cell </td> "
many thanks, 1databyte