Jump to content

Details Page Width


Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...