2 spss and mrInterview template questions
Posted
by Donnied
on Stack Overflow
See other posts from Stack Overflow
or by Donnied
Published on 2010-06-06T17:50:37Z
Indexed on
2010/06/06
17:52 UTC
Read the original article
Hit count: 738
- How can I align the mrProgress bar to be the same size as the image at the top of the table? (I'd like it below the image.)
- How can I edit the .xml tables for the grid to show grid lines (preferably alternating colors)? (I do not have permissions to write actual scripts - I can only alter the .htm and .xml templates.)
The current code:
`
BODY {font-family:Verdana,Arial; font-size:10pt; color:000000}
TABLE {font-family:Verdana,Arial; font-size:10pt; color:000000}
.mrQuestionTable {BORDER-COLLAPSE: collapse}
.mrEdit {font-family:Verdana,Arial; font-size:10pt; color:000000}
.mrDropDown {font-family:Verdana,Arial; font-size:10pt; color:000000}
.mrListBox {font-family:Verdana,Arial; font-size:10pt; color:000000}
.mrErrorText {font-family:Verdana,Arial; font-size:10pt; color:red; font-weight:bold}
.mrNext {font-family:Verdana,Arial; font-size:8pt; color:000000}
.mrPrev {font-family:Verdana,Arial; font-size:8pt; color:000000}
mrBannerText
Questions here
<< Back
Next >>
mrBannerText
`
© Stack Overflow or respective owner