Arduino Forum
>
Topics
>
Home Automation and Networked Objects
>
html font size
Print
Go Down
Pages:
[1]
Topic: html font size
(Read 2107 times)
previous topic
-
next topic
natemont1991
Guest
html font size
Nov 07, 2012, 03:48 am
Im having some trouble changing the font size of the word START tried a few things but couldn't seem to get it to work. Any ideas?
client.print("<input type=submit value=START style=width:500px;height:250px onClick=location.href='/?on2'>");
Coding Badly
Global Moderator
Brattain Member
Posts: 19,928
Karma: 1231
[add]
http://code.google.com/p/arduino-tiny/
Re: html font size
#1
Nov 07, 2012, 06:05 am
Try
font-size
.
width
and
height
control the bounding box not the font.
Print
Go Up
Pages:
[1]
Loading...