
01-07-2009, 04:22 PM
|
|
|
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by abdelghani68
Can you made for the widh is 100% of the page please and there is a font with a color for the question...? thanks
|
To change the width of form to 100%:- Open template form_view
- Find:
HTML Code:
<div style="width:640px" align="left">
- Replace with:
HTML Code:
<div style="width:100%" align="left">
You can use bbcode in question to make them coloured: - Example Code:
HTML Code:
[color=red]Question[/color]
- Example Output:
Question
|