images in html templates By: Date: September 11, 2005
hi,
how do you put images in detailwide.htm ?
i tried via
body {
background-color: #666666;
background-image: url(image.jpg);
but that didn't work.
any suggestions ?
greetz
images in html templates By: He.Shiming Date: September 11, 2005
MediaMan doesn't process CSS stylesheet files nor <style> tags in HTML. Which means that the URL must be an absolute URL. Relative URLs in the context of HTML body will be processed though. And you are advised not to use CSS to display images.
images in html templates By: Date: September 11, 2005
thats what i call support. very quick. :lol:
tried with
<body BACKGROUND="image.jpg">
and several slash and folder variations but still no luck. how can i set an absolute path if the file is loaded from a temp dir. sorry i don't get it.
images in html templates By: He.Shiming Date: September 11, 2005
Well, sure it's loaded from the temporary directory, and that's why you can't use it. Internet Explorer's default directory is actually "about:blank", you can see the irony of that. And in the mean time, you'll have to use those non-CSS tags to specify images.
images in html templates By: Date: September 11, 2005
okay thanks man.
very nice to get all the info right from the source.
anyways here's a little preview of some schemes of my theme:
Apple-Store Black:

Apple-Store White:

Apple-Store Brushed Metal:

Christmas Scheme:

Its not real size as this are the shots for mediaman theme-selector.
more to come. hope u like it. i'll let u know when its finished.
Boxes so far are:
DVD
CD
Book
Generic
Generic-Big
Generic-Small
Gameboy
SNES
N64
PS
Dreamcast
XBOX
Magazine
greetz
images in html templates By: He.Shiming Date: September 12, 2005
Thanks.
