Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Tips
Old Forum
Sawtooth Software Home
Most popular tags
ssi-web
ssi-web-8
ssi-web-7
cbc
maxdiff
javascript
cbc-hb
constructed-list
acbc
free-format
smrt
grid-question
conjoint-simulator
aca
capi
mbc
skip-logic
ssi-web-6
perl
alternative-specific-design
latent-class
constant-sum
conditional-pricing
web-server
acbc-hb
Font size/color located in the HTML section on the Variable/Question HTML tab
Hi All,
Going to Survey Setting – Page Format tab – Question Format section, I can change the font color and size for Header1, Header2, Question and Footer. But none of these will affect the font for text placed in a free format question in the HTML section on the Variable/Question HTML tab.
I would like to change it for all questions in one location. Do I do this is the CSS and where in the CSS do I place it? I’m still learning how CSS works. Or is there a setting in SSIWeb version 7.0.26 I can make this change? I’m using earth from the styles library. Did I miss a simple step?
Thanks in advance for help and ideas,
Greg
ssi-web
free-format
asked
Nov 15, 2011
by
Greg
(
800
points)
Your comment on this question:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
Your answer
Please only use this to answer the original question. Otherwise please use comments.
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
2 Answers
0
votes
I suppose it is (in Css)
.free_format
{
font-size:18px;
width:95%;
padding-left: 30px;
}
But i am not shure/
answered
Nov 16, 2011
by
anonymous
note: enclose above in: <style type="text/css"> [your css goes here] </style>
and put in in the header/footer html area under survey settings
Sorry for the slow response.
About the .free_format: It may be because I don’t know what I’m doing, but this didn’t work.
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
0
votes
In the Earth CSS file, under the .question_body section, this is where I changed the color and font size.
answered
Nov 23, 2011
by
Greg
(
800
points)
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
[captcha placeholder]
To avoid this verification in future, please
log in
or
register
.
and put in in the header/footer html area under survey settings
edited Nov 16, 2011 by Walter Williams