close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Large Gap on Result Pages

Thread began 9/21/2009 3:59 am by jenkolaka19379118 | Last modified 9/22/2009 6:06 am by jenkolaka19379118 | 1341 views | 2 replies |

jenkolaka19379118

Large Gap on Result Pages

I am getting a large gap on my results page, exactly as described on this thread;

showthread.php?t=2778&highlight=large

I just wondered if you had a solution.

Many Thanks

Sign in to reply to this post

tom92909Beta Tester

What you're seeing there relates to the <div class="WADAResults"> tag width just before your <?php do ?> statement, and the available width on your page in the [content] area, which is less than the space required to display the data in your resulting recordset (name, company, email and icons). This is all defined in your SiteAssist CSS...

Thus, forcing most browsers to display it with this huge amount of empty space... Notice where the results table starts? It starts just after your right hand navigation finishes...

A way that I've found to fix this is to place the entire result <div class="WADAResults"> inside its own <TABLE> outside your CSS (you'll have to hand code this)...

It might look something like this...

php:
<table width="450">

 <tr>
  <td>
    <div class="WADAResults">
     <table>
        <?php do { ?>
          <tr>
            <td class="WADAResultsTableCell"><?php echo $row_WADARecordset1['Name']; ?></td>
            <td class="WADAResultsTableCell"><?php echo $row_WADARecordset1['Company']; ?></td>
            <td class="WADAResultsTableCell"><?php echo $row_WADARecordset1['Email']; ?></td>
            <td class="WADAResultsTableCell">ICONS GO HERE</td>
          </tr>
        <?php } while ($row_WADARecordset1 mysql_fetch_assoc($WADARecordset1)); ?>      
     </table>
    </div>
  </td>
 </tr>
</table>





Start off by forcing the new table to be 450 in width. Play with the width a bit until you get the display your looking for... It might be a little more, or a little less than 450, but it should be ok in that range I think.

:)

Sign in to reply to this post

jenkolaka19379118

Thank You!!!!!!!!!!!!

Thaaaaaaaaaannnnnnnks a million Tom, that works perfectly.

God Bless :)

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...