How to make fixed height sheet?


Author Message
Dan Bollinger

Posted: 4/16/2009
Quote message 

I would like the sheet to stay exactly the same size page to page, like a window pane. how to accomplish that?
 
Tess

Posted: 5/4/2009
Quote message 

:-) I want to know that to!!! Anone????
 
Lance

Posted: 5/4/2009
Quote message 

One simple work around would be to edit your CSS and under .Post-body you could add a fixed height like height: 250px; or what ever height you want.


artisteerhelp.com
 
niels

Posted: 5/7/2009
Quote message 

This is a good question, Cant find .Post-body, only i have seen two times the word body. And then where to put it? at the upper table or lower table
 
Lance

Posted: 5/7/2009
Quote message 

It should be near line 860 in your style.css file

.Post-body
{
position: relative;
z-index:1;
padding: 15px;
height: 250px; <<< Insert your desired height
}
 
Garry

Posted: 5/7/2009
Quote message 

Quote niels:

This is a good question, Cant find .Post-body, only i have seen two times the word body. And then where to put it? at the upper table or lower table


You should find it in style sheet

 
twhcreations

Posted: 12/13/2009
Quote message 

O:)
This seems like a feature used a lot to me. How hard would it be for Artisteer to include this as a standard feature?
Sheet tab already has a width, could you guys add the height as an option also?