mark048 Posted August 13, 2010 Report Share Posted August 13, 2010 Hello, Does anyone know how to change the width of a details page? I am inserting a parameter for a field into an HTML BLOCK on the datapage. The width goes to the full width of the page and I cannot figure out how to change that in the styles menu. I changed the results page just fine, but I cannot figure out the details page. Thanks, Mark Quote Link to comment Share on other sites More sharing options...
mark048 Posted August 13, 2010 Author Report Share Posted August 13, 2010 I found the answer to my question from a previous post from Bahar M... "In regards to your second question, you can set a fixed width in styles: Edit the style, enable Advanced options so CSS tab displays in the settings screen, Forms/Details >> Layout In the class called .cbFormTable add the following line: width: 400px;" That did not fix my problem, so I added it under: .cbHTMLBlockContainer so it looks like this: .cbHTMLBlockContainer { /*HTML Block Container Cell*/ width: 400px; text-align: left; vertical-align: top; padding: 0px 20px 0px 20px; } Just thought I would post it in case others have this question.... Take Care! Mark Quote Link to comment Share on other sites More sharing options...
Barbara Posted August 13, 2010 Report Share Posted August 13, 2010 Thanks for sharing this Mark! Cheers, Barbara Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.