HtmlControl

Started by velasquez · 2009-04-01 17:51 UTC · 2 replies · SMF topic #690

Hi Owen 
It is possible to include the property DisableNoScroll in HtmlControl. 
The appearance is better for small files.
Attachments
Try adding this to the head of your HTML file:





Html, body {
Overflow:auto;
}



Thank you once again Bazz, 
Your code worked well.

Velasquez
Attachments