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
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

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.