Added by Малъ Скрылёвъ about 14 years ago
hello,
I've tried to add a view, similar to "Project/Settings/General". It shell contain a set of keyed valued (two columns), like that "Name [Project N...]" etc. The label (Name here) shell aligned to right, and its value (input box) shell align to left. But I'can do that, I thought that the feature of aligning is done by <div class="box">
, but I'd a misstake. So the quesstion is the follwwing:
How can I achieve the feature of aligning of the two columns?
My code is the following:
<div class='box'><p><label for="project_name">Лексема<span class="required"> *</span></label><input size=75 name=':слово' value='' /></p></div>
Put it in a div with a tabular
class.