If I add in the BACKGROUND="" to the BODY tag manually, it works fine.
Everything else in DW seems to be working fine. I can insert images, etc..
no problem.
Here's the code DW generates:
<!--
.OilSlickBG {
background-image: url(images/BG_oil_slick.jpg);
background-repeat: no-repeat;
background-color: #FFFFFF;
}
-->
Even if I have this code in there along with EITHER-
< BODY BACKGROUND="image.gif">
OR if i type in this...
BODY {background:url(images/BG_oil_slick.jpg) background-repeat: no-repeat;}
...within the stylesheet tags, the image will appear but will still
tile/repeat if i go up to screen resolution 1152x864
Any ideas as to what could help me here?
Thanks in advance,
Matt
> Newsgroups: alt.html.editors.webedit,alt.html.tags,alt.html.webedit,
> comp.infosystems.www.authoring.stylesheets,macromedia.dreamweaver,
> microsoft.public.webdesign.html,
> microsoft.public.windows.inetexplorer.ie55.programming.css,
> netobjects.authoringserver2000.conn
A little excessive, don't you think? I would have suggested that only
comp.infosystems.www.authoring.stylesheets,macromedia.dreamweaver are
needed. (Why all the alt.html.*? The question is about CSS, not HTML. Why
microsoft.*? The question is about a Macromedia product, not a Microsoft
one.)
> BODY {background:url(images/BG_oil_slick.jpg) background-repeat: no-repeat;}
You are missing the semi-colon before 'background-repeat'.
--
Toby A Inkster BSc (Hons) ARCS | mailto:tob...@goddamn.co.uk | pgp:0x6A2A7D39
aim:inka80 | icq:6622880 | yahoo:tobyink | jabber:t...@jabber.linux.it
http://www.goddamn.co.uk/tobyink/ | "You've got spam!"
playing://(nothing)
Toby A Inkster <UseTheAddr...@deadspam.com> wrote in message news:<pan.2003.08.21....@goddamn.co.uk>...