Weather by You!
Templates and Projects support => Html Templates => Topic started by: samwarn on March 15, 2013, 08:12:58 AM
-
Hi,
My first post here and would just like to take the opportunity to say thank you for the great templates.
I have chosen to use WB v1 due to my very limited knowledge. I have my site up and running but would appreciate some help with my Steel Series Gauge page. I cannot get the formatting correct.
My test page can be found here: http://www.users.on.net/~gixxer.sw/empty.htm
Again thank you for the great work!!
Sam.
-
Hi Sam,
For your problem, try to add height definition like this:
<div class="row" style="height: 50px;">
<canvas id="canvas_led" width="25" height="25"></canvas>
<canvas id="canvas_status" width="550" height="25"></canvas>
<canvas id="canvas_timer" width="70" height="25"></canvas>
</div>
Hope this help!
Regards,
Jacques
-
Thank you Jacques, Gauges now at correct height. However some radio buttons are hidden.
Thank you for your assistance.
Sam.