Search The ForumSearch   RegisterRegister  LoginLogin

AfterLogic WebMail Pro

 AfterLogic Forum : AfterLogic WebMail Pro
Subject Topic: Setting Page Widths to differ from 100% Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
Bryan
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 09 September 2004 at 1:55am | IP Logged Quote Bryan

Again I must say what a GREAT product

I am currently using WebMail Lite with plans to upgrade to Pro in the near future.

I am no ASP pro but useally can at least figure out how to set the Table/Page width in ASP pages, but struggling like crazy doing this on a beta site, I need to change from 100% width to 780px on all the pages webmail produces, I checked the CSS, and tried a number of ways in default.asp to start with not success.

Any ideas how I go about doing this? Maybe I am just brain fart'n

Thanks

Bryan Webster
Digital Backups
Back to Top View Bryan's Profile Search for other posts by Bryan
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 09 September 2004 at 6:13am | IP Logged Quote Alex

Width of WebMail's tables is controlled by "width" CSS attribute of styles.css file of the current skin. E.g. if HotMail style is selected, you should edit webmail/skins/HotMail style/styles.css file.

To change overall page width, modify width attribute in the following styles: wm_accountslist, wm_table_border.

Code:

.wm_accountslist
{
... other attributes
     
     width: 780px;
}
...
.wm_table_border
{
... other attributes
     
     width: 780px;
}


Regards,
Alex
Back to Top View Alex's Profile Search for other posts by Alex
 
Bryan
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 10 September 2004 at 2:23am | IP Logged Quote Bryan

Worked like a charm,   Thanks

Bryan Webster
Back to Top View Bryan's Profile Search for other posts by Bryan
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide