Forum Moderators: open

Message Too Old, No Replies

html table and asp table placement problems

         

rdenny

3:03 pm on Oct 20, 2004 (gmt 0)



I have a page that consists of 2 html tables and then below them a table generated from asp. (Recordset from MS Access database whose size will vary) I would like a 4th html table that appears below the asp generated table but am having trouble. It appears the html table does not recognize the dynamic asp table (generated with respons.write commands) and the last table is placed on top of the asp table. Any help would be appreciated.
Thanks,
Ron

Lance

4:10 pm on Oct 20, 2004 (gmt 0)

10+ Year Member



Just a SWAG, but try:

<% Response.Buffer = True %>

Somewhere in the top of your ASP page.

Florida88

1:27 pm on Oct 28, 2004 (gmt 0)

10+ Year Member



Just saw where a designer on our site has included some
viewable links (internal and external) that appear below the

</body>
</html>

tags. This does not seem right to me. I want google and others to see and follow those links. Shouldn't the links be placed above the tags for the SE to see and index or follow?

Thanks

tedster

5:14 pm on Oct 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Yes - placement of html mark-up after the html element is closed is a bad idea and definitely not valid, even if some browsers do render it.