Note that there are some explanatory texts on larger screens.

plurals
  1. POvertical align of checkbox
    primarykey
    data
    text
    <p>I have this html code, i want to align vertically the checbox in it's span :</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;asdad&lt;/title&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8"&gt; &lt;link href="inner_css/account.css" rel="stylesheet" type="text/css" /&gt; &lt;/head&gt; &lt;body class="xxx"&gt; &lt;div class="fieldWrapper"&gt; &lt;span class="fieldHeader"&gt;C++&lt;/span&gt; &lt;span class="checkboxOfField"&gt;&lt;input style="text-align:center; vertical-align:middle" type="checkbox"&gt;&lt;/span&gt; &lt;div class="fildtablewrapper"&gt; &lt;table&gt; &lt;tr&gt; &lt;td&gt; 0-2 &lt;/td&gt; &lt;td&gt; 2-5 &lt;/td&gt; &lt;td&gt; 5 ומעלה &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td&gt; &lt;input type="radio" name="xxx" value="1"&gt; &lt;/td&gt; &lt;td&gt; &lt;input type="radio" name="xxx" value="2"&gt; &lt;/td&gt; &lt;td&gt; &lt;input type="radio" name="xxx" value="3"&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>and this css code:</p> <pre><code>.xxx{ direction: rtl; text-align: center; } .fieldWrapper{ display: inline-block; width: 140px; background-color: yellow; text-align: center; } .fieldHeader{ display: inline-block; width: 100%; direction: ltr; text-align: center; } .checkboxOfField{ display: inline-block; width: 100%; background-color: red; height: 40px; } .fildtablewrapper{ display: inline-block; width: 100%; text-align: center; } table{ width: 100%; } td{ width: 33.33%; } </code></pre> <p>and I still can't vertical align the checkbox, I have searched the we and could not find something that works for me. Please HELP!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload