:-[] :-|| Vivek Khokhar rambles here :-O :-[]

June 1, 2007

Form tag
Extra Vertical Space Problem

Filed under: Uncategorized, css — Vivek Khokhar @ 3:48 am

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

April 19, 2007

textbox image alignment problem

Filed under: Ruby, css — Vivek Khokhar @ 12:40 am

Problem:

text_field(:member, :dob,:size=>”20″, :maxlength => “50″,:tabindex=>”22″) img_tag

Fix:

text_field(:member, :dob,:size=>”20″, :maxlength => “50″,:tabindex=>”22″) img_tag {:style=”position:absolute”}

October 9, 2006

HTML Page Breaks

Filed under: css — Vivek Khokhar @ 3:13 am

This is on page 1.

This is on page 2.

Or you can pick a tag where you want the page to break. In this example I used the H3 tag

In the header add this line

Wherever the

is in the body of your page it will produce a page break.

Powered by WordPress