Computer problems,Computer help
*AX SOFT>>>Programming & Design

Is there a way to improve the speed of downloading of 10 of these html tables with CSS?


I used Selida 2 on it but didn't get anything significant.

<table cellpadding="0"
cellspacing="1">
<tbody>
<tr>
<td>聽/td>
</tr>
<tr valign="top">
<td class="c5">聽<br>
聽</td>
</tr>
</tbody>
</table>


Thanks,

Lisa

you don't need the <tbody> tag. You can put the table in an include file

<!-- #include file=" etc.

This way they only have to download the table once. You're table is pretty small and shouldn't take too long to download for them.

Adding a <tfoot> will help each table render faster, but it will still wait for one whole table to come in before moving on to the next.

A better solution might be to use <div> for things that aren't tabular data!

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • PHP and MYSQL newbie question!?

    mysql_connect("localhost", "dbusername", "dbpassword") or die ("Could not connect to database"); mysql_select_db("dbname") or die ("Could not...

  • Is there a way to encrypt an entire partition with existing files still stored on it?

    Truecrypt is a volume encryption method, not a file encryption method, so you have to start with an encrypted volume. However it's well worth the extra work, (saving the files somewhere else ...

  • How do i use megaupload?

    First open the file you want to download and then enter the three letter verification code on the top right hand side of the yellow screen and click submit or something simmilar and you should get ...

  • Centering with CSS ("margin: auto" not working...)?

    Wish I had your images to double check this with, but it centers in Firefox and IE for me: <style type="text/css"> #titlebar { width: 450px; margin: 0 auto; height: 100px; ...

  • Photoshop!!?

    try this: tutorialized.com there are a lot of photoshop techniques here

    ...
  • Voip and Sip with java?

    This is very hard if you do not know programming very well. However, to help you on your way, you will need to look at the java media framework (JMF): ...

  • Is there a free web page,Were I can learn to do graphics?

    To use Adobe Photoshop here a website with tutorials ...

  • Help with PHP web form submit message?

    Try: $numoferrors = count($errors); if ($numoferrors > 0) { echo $errors[0]; exit; } Then you are just printing out the first error in the array.So once they correct that and...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster