Knowledge Base |
|
|
| TID | 141 ( s141 ) |
| QuickLink | http://www.stone-ware.com/swql.jsp?kb=s141 |
| Category | Profile |
| Summary | Customize login page |
| Details | 1) How would you display text next to Logo1 in the headertable row?
2) Where can I change the background color of the white space on the left and right side of the tabbed, top menu? 3) When using the editor inside webAdmin Dashboard, the Client Frame shows grey (the new background color I want); however, when I log back in, it's back to white? Where do I change the background color of the Client Frame? 4) How do you customize the scrolling message at the bottom of the screen where it currently shows "SW username SW date SW Stoneware, Inc. 1999-2006"? |
| Resolution | 1) That would require changing FinishLogin.jsp, or using a logo that has the text already in it.
2) That white color is part of the image, so you'll have to edit those images to use the color you want. They are located in /webserv-sec/profile/images. The file names are leftround.gif, and rightround.gif 3) There currently is no css rule to edit that iframe, we had added it to the enhancement list. To do that add 'style='background-color:colorname' to the <iframe /> element for the client frame. Keep in mind that if a background color is defined on any page that goes in the client frame, it will override the iframe's background color. 4) You would have to edit newsMarquee.jsp in the profile directory. |