Skip to content

Category Archives: css

Form tag & Extra Vertical Space Problem

Fix: form style=”margin-top: 0px;margin-bottom: 0px;”

Share

textbox image alignment problem

Problem: [code] text_field(:member, :dob,:size=>"20", :maxlength => "50",:tabindex=>"22") img_tag [/code] Fix: [code] text_field(:member, :dob,:size=>"20", :maxlength => "50",:tabindex=>"22") img_tag {:style="position:absolute"} [/code]

Share