-
Notifications
You must be signed in to change notification settings - Fork 14
AskThem Button HMTL
David Moore edited this page Jun 19, 2014
·
1 revision
Button and tagline, 220 px wide, links to homepage ::
<div id="askthem-simple-button" onClick="window.location = 'http://www.askthem.io';"
style="width:220px; background-color: #d8f2f6; font-family: Roboto, Helvetica, sans-serif; color: #32515a; padding: 5px; border-radius: 10px; text-align: center">
<a href="http://www.askthem.io"><img src="http://www.askthem.io/assets/logo.png" alt="AskThem.io logo. "></a> </div>
Button only, also 220 px wide ::
<div id="askthem-simple-button" style="width: 220px; background-color: #d8f2f6; font-family: Roboto, Helvetica, sans-serif; color: #32515a; padding: 5px; border-radius: 10px; text-align: center;"><a href="http://www.askthem.io"><img src="http://www.askthem.io/assets/logo.png" alt="AskThem.io logo. " /></a></div>
Customization welcome, email david at ppolitics.org, #opengovernment on Freenode in IRC.