Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Background-problems.
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

mariah
Practical

32 Posts

Posted - 18 Sep 2004 :  11:34:28  Show Profile  Visit mariah's Homepage  Reply with Quote
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.

s.dav
Site Admin

Italy
3364 Posts

Posted - 18 Sep 2004 :  17:29:33  Show Profile  Visit s.dav's Homepage  Reply with Quote
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.

Regards, Davide
Go to Top of Page

mariah
Practical

32 Posts

Posted - 18 Sep 2004 :  18:13:30  Show Profile  Visit mariah's Homepage  Reply with Quote
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..
Go to Top of Page

s.dav
Site Admin

Italy
3364 Posts

Posted - 19 Sep 2004 :  10:59:08  Show Profile  Visit s.dav's Homepage  Reply with Quote
The actual version (1.8) doesn't support this :-(

Regards, Davide
Go to Top of Page

mariah
Practical

32 Posts

Posted - 19 Sep 2004 :  12:39:44  Show Profile  Visit mariah's Homepage  Reply with Quote
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?
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000