T O P I C R E V I E W |
mariah |
Posted - 18 Sep 2004 : 11:34:28 I've been using images now for my background because I find nothing else works for me. Every time I try with a background it automatically gets divided into like 50 small pieces and not in one as I want it to be. But putting an image as a background is getting me in trouble because other may not have the same 'window-size' as I do, and white edges appear where I don't want it to be (even if it doesn't show in my window).
Is there a way to make a background out of a image I have and also adjust the size of my page? Please respond. |
4 L A T E S T R E P L I E S (Newest First) |
mariah |
Posted - 19 Sep 2004 : 12:39:44 quote: Originally posted by s.dav
The actual version (1.8) doesn't support this :-(
Hmm okay that sucks. But I got this code from someone on a html-forum somewhere:
<head> <style type="text/css"> body { background-image: url("your background.gif"); background-repeat: no-repeat; background-attachment: fixed } </style> </head>
For some reason this code doesn't work in my Dynamic HTML Editor when using the html. Do you have any suggestions? |
s.dav |
Posted - 19 Sep 2004 : 10:59:08 The actual version (1.8) doesn't support this :-( |
mariah |
Posted - 18 Sep 2004 : 18:13:30 quote: Originally posted by s.dav
By default the body background is tiled across the window size; so if you have a small picture your picture will be repeated.
Dynamic HTML Editor v.2.0 will permits you to block the repeating mode of HTML using a CSS sytle property.
Very often, programmers make a very large picture with a height of 1 pixels; so the background will be repeated only vertically.
So how can I do that in Dynamic HTML Editor than? The editor don't really tell you much.. |
s.dav |
Posted - 18 Sep 2004 : 17:29:33 By default the body background is tiled across the window size; so if you have a small picture your picture will be repeated.
Dynamic HTML Editor v.2.0 will permits you to block the repeating mode of HTML using a CSS sytle property.
Very often, programmers make a very large picture with a height of 1 pixels; so the background will be repeated only vertically. |