ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Check boxes

(1/1)

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

Davidtheo:
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:
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:
Thanks I did not think of using a table.  :-[ I will try it.  :Thmbsup:

Navigation

[0] Message Index

Go to full version