Author |
Message |
16/11/2006 10:59:14
|
petergriffin
Newbie
Joined: 16/11/2006 10:55:23
Messages: 3
Offline
|
ok i've got everything just how i want it, poll is working fine
but how do you get just the question of the poll (i'm using the default template) to be bold. I don't want the options to be bold.
Here is the snippet of code from the template in the admin area...
<td height="40" valign="middle"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1" weight="strong"><b>$question</b></font></td>
As you see I've tried weight="strong", weight="bold"
Any ideas??
Thanks
|
|
16/11/2006 13:48:42
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
Just add the bold tags when adding the question.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
16/11/2006 14:24:42
|
petergriffin
Newbie
Joined: 16/11/2006 10:55:23
Messages: 3
Offline
|
thanks for replying but eh? i'm slow, can you show me the code to do so??
<td height="40" valign="middle"><font face="$pollvars[font_face]" color="$pollvars[font_color]" size="1"><b>$question</b></font></td>
That is the part of the script that calls the $question... do i add <bold></bold> tags somewhere??
i am stupid
|
|
16/11/2006 14:33:59
|
Carbonize
Master
Joined: 12/06/2003 19:26:08
Messages: 4292
Location: Bristol, UK
Offline
|
No I mean when you are putting the question in when making the poll. <b>YOUR QUESTION</b>. You can use HTML in both the question and answers.
|
Carbonize
I am not the maker of the Advanced Guestbook
get Lazarus |
|
16/11/2006 14:45:50
|
petergriffin
Newbie
Joined: 16/11/2006 10:55:23
Messages: 3
Offline
|
gotcha - thanks a lot
|
|
|