Any way to fix this table/content to load at same time?

  • Thread starter Thread starter Patrick Fagan
  • Start date Start date
P

Patrick Fagan

http://workingpapers.org/bibliography/

On dial up connections, the 10 blue cells always pop up on the right side of
the screen unevenly. Then when the page is finished loading, these cells
move to the center of the screen where I actually want them. On fast
connections, you can hardly notice it though.

Also, the "Political Bibliography" graphic does not load at the same time. I
know I have each word in a different cell, but I did this so they would
display vertically. Now they do not load at the same time.

Any advice to fix these problems?
 
For starters, remove the extra set of <body></body>
tags which are located between the <head></head> tags
surrounding your scripts.

Second, there are no " " marks surrounding the url for this
src= tag
</script><noscript><img
src=http://x3.extreme-dm.com/z/?tag=danli&p=http://workingpapers.org%2
Fbibliography%2Findex.htm&j=n height=1 width=1></noscript>

Same with the image tag here:
/script><noscript><img
src=http://x3.extreme-dm.com/z/?tag=danli&p=http://workingpapers.org%2
Fbibliography%2Findex.htm&j=n height=1 width=1></noscript>

Other than that, it sure sems like a heck of a lot of html scripting
to display what your are displaying on the page.

hth

--
95isalive
This site is best viewed..................
...............................with a computer
http://workingpapers.org/bibliography/

On dial up connections, the 10 blue cells always pop up on the right side of
the screen unevenly. Then when the page is finished loading, these cells
move to the center of the screen where I actually want them. On fast
connections, you can hardly notice it though.

Also, the "Political Bibliography" graphic does not load at the same time. I
know I have each word in a different cell, but I did this so they would
display vertically. Now they do not load at the same time.

Any advice to fix these problems?
 
Thanks for input, but I am afraid none of that made any differences that I
can tell. As for the script, that was cut and pasted from Extreme
tracker.com just like they sent it to me......and without the quotation
marks. The script works just like it is supposed to.

BTW, that extreme tracker code was added long after I have had this problem
with the tables, so the two are definitely not related. I think what I will
do is use Screen Seize to take a pic of those two graphics and make it one
graphic. That will surely make the words "political" and "bibliography" load
at the same time.
 
Yep. I took each one of those Word Arts and made them into one jpg file.
Then I inserted that jpg file into one cell of the table. Now it loads just
fine and at the same time.
 
But I only have one table. What do you mean the "tables" still load first?
Did you mean "cells" or am I missing something here? I am on 31k dial
up--you can't get too much slower than that--and that table and its cells
pop up at the same time on my end.

Thanks for the feedback.
 
Do you think maybe you need to clean out your cache? Could your browser
still be loading the old page?
 
Yep, the cache is cleared.
Your page contains
10 tables, each one between div tags.
One table for each link.
 
Back
Top