Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Height 100%

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
T00N Posted - 24 Mar 2006 : 20:10:08
I want an object to be 100% of the height of the browser.
I googled a little and found that in the html of the page I have to insert the following code:

body {
margin:0;
padding:0;
height:100%;
}

Is there a way to do this in Dynamic HTML Editor or do I have to export the files first and then add it with notepad to the htm file?
3   L A T E S T    R E P L I E S    (Newest First)
s.dav Posted - 25 Mar 2006 : 13:58:33

Sorry but Dynamic HTML Editor cannot manage % coordinates :-(
I think you should do this by hands ;-)

I suggest you to forget the % and use the "center page" option instead ;-)
T00N Posted - 25 Mar 2006 : 07:19:00
I'm aware of that but it looks so nice :)

How about width at 100%?

With tables it's really easy but I'm completely new to css so if you could help me on me way...
s.dav Posted - 24 Mar 2006 : 20:41:14
I suggest you not to use "height:100%" because many browser don't support this feature.

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000