Mike,
I'm just using a display field for the letter and I added a bitmap and created a button for the A, B, C, D. on the left. I don't select the last on line, etc. so that I can continue on the same line
Next I add a filed from my diction which is a checkmark where I only display the value and the comment. And I selec the last on line option so that the next things will appear on the next line
The display value I use the following CSS
.BotonABCD {
width: 66px;
height: 72px;
margin: 3px 1px;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
cursor: hand;
padding: 0px;
text-align: center;
}
The checkmark and prompt I change between the following CSS
depending on whether the checkmark is on or off.
.formreadonly2 {
background-color: #FFFFFF;
font-size: medium;
padding-bottom: 12px;
}
.formreadonly3 {
background-color: #FFFFFF;
font-size: medium;
font-weight: bold;
padding-bottom: 13px;
}
Now I'm thinking maybe I should have some kind of table to keep the information together, but how do I integrate that into the the netwebform template...
Best Regards...
Roberto Renz