Jump to content

[SOLVED] Radio Buttons Problem


ballouta

Recommended Posts

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

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

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.