topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 8:42 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Check boxes  (Read 4519 times)

Davidtheo

  • Participant
  • Joined in 2008
  • *
  • Posts: 119
    • View Profile
    • Donate to Member
Check boxes
« on: January 08, 2009, 03:15 AM »
Ok I have a small problem.

I need the text on the second line of each checkbox to line up with the first line, I have tried using a div but it just puts the text on the line below and I do not want to use the space &nbs... command.

Does anyone have any ideas or will I have to use the space code.

Checkbox this is the text here that is
over two lines
Checkbox this is the text here that is
over two lines
Checkbox this is the text here that is
over two lines

« Last Edit: January 08, 2009, 06:03 AM by Davidtheo »

Davidtheo

  • Participant
  • Joined in 2008
  • *
  • Posts: 119
    • View Profile
    • Donate to Member
Re: Check boxes
« Reply #1 on: January 08, 2009, 03:17 AM »
And one more thing I do not have any more room so the text can not be on one line.

and this in HTM code

megatron

  • Participant
  • Joined in 2008
  • *
  • default avatar
  • Posts: 23
    • View Profile
    • Donate to Member
Re: Check boxes
« Reply #2 on: January 08, 2009, 03:27 AM »
just a example code, i am not sure if it helps but try it....

<html>
    <table>
    <tr width="5%">
   <td valign="TOP"> <input type="checkbox" > </td>
             <td> this is is a temp text this is is a temp textthis is is a temp textthis is is a temp textthis is is a temp textthis is is a temp textthis is is a temp textthis is is a temp textthis is is a temp textthis is is a temp textthis is is a temp textthis is is a temp textthis is is a temp textthis is is a temp textthis is is a temp textthis is is a temp textthis  a temp text</td>
   </tr>
   </table>
</html>

Davidtheo

  • Participant
  • Joined in 2008
  • *
  • Posts: 119
    • View Profile
    • Donate to Member
Re: Check boxes
« Reply #3 on: January 08, 2009, 05:59 AM »
Thanks I did not think of using a table.  :-[ I will try it.  :Thmbsup: