Jump to content

Cant eliminate empty space


mat420

Recommended Posts

well I have no idea either other wise than your html looks like one big organised mess with loads of white space.

right click view source do you see all the white space everywhere?

Use indentation instead of a new line to bring structure. And maybe your processor code is producing this. I have no idea what you use, but it just produces the space, which both chrome and firefox seems to interpret as a <br>

 

Just to show what i see when i do "view source"

All i can say is clean your whole script up

            <div class="box margin_r30 box_border">
    

                <h2><object
        classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
        codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
        id="speed"
        width="315" height="29"
      >

        <param name="movie" value="reqcallback.swf">
        <param name="bgcolor" value="#FFFFFF">
        <param name="quality" value="high">
<param name="wmode" value="transparent">
        <param name="seamlesstabbing" value="false">
        <param name="allowscriptaccess" value="samedomain">
        <embed
          type="application/x-shockwave-flash"
          pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
          name="Doctor PC Repair - Request a call back"
          width="315" height="29"
          src="reqcallback.swf"
          bgcolor="#FFFFFF"
          quality="high"
          seamlesstabbing="false"
          allowscriptaccess="samedomain"
   wmode="transparent"
        >
          <noembed>
          </noembed>
        </embed>

      </object></h2>
<div class="box_image_wrapper">
                </div>
<table style="width:250px"
<form method="POST" action="#form"> 

<tbody><tr><td valign="top" style="width:115px;">
  <label for="name">Phone #:</label>
</td>
<td valign="top" style="width: 115px;">
  <input type="text" name="email1" id="email1" MAXLENGTH=12 size=16 value="" />
</td>

</tr><br>
<tr>
<td valign="top" style="width: 115px;"> 
<label for="phone">Verify Phone #:</label>
</td>
<td valign="top" style="width: 115px;">

  <input type="text" name="email2" id="email2" MAXLENGTH=12 size=16 value="" />
</td>
</tr><br><br></table>
<table style="width:250px">

<tbody><tr><td valign="top" style="width:145px;">
  <label for="Message">Enter letters below:</label>
</td>
<td valign="top"><input name="captcha2" size="8"/>
</td> 
</tr><br>
<tr>
<td valign="top"><span class="class2">
  <label for="Message"><a href="/contact.php?captchawav=1&captchasalt=1706340">Listen To This</a> / <a href="javascript:location.reload(true);">Refresh</a></label></span>

</td>
</tr>
<tr>
<td colspan="2" style="text-align:center">
<img style="vertical-align: middle" src="/contact.php?captchaimg=1&captchasalt=1706340">  

  <input type="submit" name="send2" value="Submit"/>
<font color="red"><b></font></b></p>

</td>
</tr>
</tbody>
</table>

</form>



<div class="cleaner_h10"></div>
            </div>

 

 

maybe consider to put the flash text on one line instead of multiple ones. I assume you never have to change that code ever, so who cares about the readability of it.

 

And if you are not eager learning, at least that is what i make up from:

"i don't feel like learning"

You will stick with these tabular designs.

 

May  I ask what CMS or code is producing this page or did you create it yourself. IF it's a cms i would say choose another, becuase it aint clean.

Link to comment
Share on other sites

-sigh

so not only did that not work

but somehow in this process ive managed to break my once request call back form. haha

 

fml.

i put it back to the messy code btw because for some reason ur code always seems to be missing my PHP error ..label...thing. was afraid something else might be missing too.

just fyi whatever ur browsing source codes with is leaving out code...idk if its cuz its php or what.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.