ballouta Posted September 10, 2008 Share Posted September 10, 2008 Hello I bought a template from template help.com. I am trying to add two radio buttons in the main page form but they are not appearing! I tried to give these buttons one of the following CSS styles, they appear but they look very wide and not suitable as I want (the attributes are not suitable) The existing code is: .myform {width:214px; margin:0; padding:0 0 0 3px; height:20px; vertical-align:middle; font-size:12px;font-family:Arial; color:#333333; background:#ffffff;} .myform2 {width:209px; margin:0; padding:0 0 0 3px; height:20px; vertical-align:middle; font-size:11px;font-family:Arial; color:#333333; background:#ffffff;} how i can make them appear thank you Link to comment https://forums.phpfreaks.com/topic/123585-solved-radio-buttons-problem/ Share on other sites More sharing options...
ngreenwood6 Posted September 10, 2008 Share Posted September 10, 2008 What is the actual code of the page where the form is? Link to comment https://forums.phpfreaks.com/topic/123585-solved-radio-buttons-problem/#findComment-638489 Share on other sites More sharing options...
ballouta Posted September 10, 2008 Author Share Posted September 10, 2008 Hi here's my form code: <form method="POST" action="sub.php"> <p> </p> <p align="center" style="margin-bottom: 20px"> <font color="#44A30F" style="font-size: 14pt"><b>Newsletter</b></font></p> <p align="center"> <input type="text" name="T1" size="20" tabindex="1"></p> <p align="center"> </p> <p align="right" dir="rtl" style="text-indent: 25px"> <input type="radio" value="V1" checked name="R1"><font face="Tahoma"><span style="font-size: 9pt">subscribe</span></font></p> <p align="right" dir="rtl" style="text-indent: 25px"> <input type="radio" name="R1" value="V2"><font face="Tahoma" style="font-size: 9pt">unsbscribe</font></p> <p> </p> <p align="center" style="line-height: 100%"> <input type="submit" value="Go" name="B1" tabindex="3"></p> </form> or: www.DmcPublisher.com Link to comment https://forums.phpfreaks.com/topic/123585-solved-radio-buttons-problem/#findComment-638523 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.