Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to remove white space at the top of my form?
    primarykey
    data
    text
    <p>I'm getting white spaces at the top of my form and I believe I have tried everything but, it's still there. Can someone give some sugesstions at to how to get rid of the white space at the top? When I open the form in firefox it seems to be okay but, when I use IE I get white space. Also, it is a .cfm form. Thanks.</p> <p>Here is my code.</p> <pre><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt; &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt; &lt;title&gt;Untitled Document&lt;/title&gt; &lt;style type="text/css"&gt; .body { margin-top:0px; padding-top:0px; } .mytable1 { border-collapse:collapse; border-color:#000000; border-style:solid; border-width:2px; } .mytable1 th { border-color:#333333; border-style:solid; border-width:1px; } .mytable1 td { border-color:#333333; border-style:solid; border-width:1px; } .mytable1 { border-collapse:collapse; border-color:#000000; border-style:solid; border-width:2px; } &lt;/style&gt; &lt;/head&gt; &lt;body lang=EN-US style='tab-interval:.5in'&gt; &lt;div id=Section1&gt; &lt;cfoutput&gt; &lt;form name="reportform" action="UpdateFormStatus.cfm" method="post"&gt; &lt;input type="hidden" name="UserEmail" value="#search_review.UserEmail#"&gt; &lt;table class="mytable1"&gt; &lt;tr&gt; &lt;td valign="top" class="blacktext" align="center" colspan="14"&gt;&lt;strong&gt;Review Form&lt;/strong&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td valign="top" class="blacktext" colspan="4"&gt;&lt;strong&gt;Type:&lt;/strong&gt; #form.Type# &lt;/td&gt; &lt;td valign="top" class="blacktext" colspan="4"&gt;&lt;strong&gt;Number: &lt;/strong&gt; #form.Number# &lt;/td&gt; &lt;/tr&gt; &lt;cfif not search_results.RecordCount&gt; &lt;tr&gt; &lt;td class="blacktextbold" colspan="2"&gt; No results match those criteria.&lt;/td&gt; &lt;td align="left" colspan="1"&gt;&lt;a href="search_form.cfm"&gt;Search Again&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;cfelse&gt; &lt;tr&gt; &lt;td valign="top" colspan="3" class="blacktext"&gt;&lt;strong&gt;Name:&lt;/strong&gt; #form.Name# &lt;/td&gt; &lt;td valign="top" colspan="3" class="blacktext"&gt;&lt;strong&gt;Project Code: &lt;/strong&gt; #form.ProjectCode# &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/form&gt; &lt;/cfoutput&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    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