hi
page has size of height example 1600px so export html+css:
css:
body {
...
...
...
height: 1600px;
}
i wish to add height in body (automatic export all my pages (different height) how?
but i don't find option or setting..
body: height: [size of page], how?
Re: body: height: [size of page], how?
the height of your page is determined by the objects on the page. There is no height usually given to the body tag. If you are wanting to set a height, then you will need to manually add the CSS code for it I believe. Why are you wanting to specify a particular height? what about possible overflow?
-
-
- Posts: 220
- Joined: Tue May 30, 2017 8:47 pm
Re: body: height: [size of page], how?
crispy68: hi
that i want to be automatic exporting html and i will take all code html in Wordpress so i need this tag height in body this is very helpfully for me for different page height ok?
maybe wwb has not this option, i'm right?
that i want to be automatic exporting html and i will take all code html in Wordpress so i need this tag height in body this is very helpfully for me for different page height ok?
maybe wwb has not this option, i'm right?
- BaconFries
-
- Posts: 5933
- Joined: Thu Aug 16, 2007 7:32 pm
Re: body: height: [size of page], how?
Going to move this to the "Off Topic Section" as really unrelated to WWB as it is for Wo*dPre** which there is no support for.
Re: body: height: [size of page], how?
The software (intentionally) does not include the page height because in modern websites, the height of the page depends on the content (and width) of the page.
Also, the height will never the exactly the same in different browsers anyway. So, there will either be overflow or clipping if you set it to a fixed size.
Also, the height will never the exactly the same in different browsers anyway. So, there will either be overflow or clipping if you set it to a fixed size.