Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Can you point out the error?
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

Alfred
Senior Member

USA
1527 Posts

Posted - 09 January 2003 :  22:56:55  Show Profile  Visit Alfred's Homepage
Yes.
I do copy and paste what you write, but I will try again.

Alfred
The Battle Group
CREDO
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 09 January 2003 :  23:09:02  Show Profile
Post a link to the modified file and link to the actual page.
Go to Top of Page

Alfred
Senior Member

USA
1527 Posts

Posted - 09 January 2003 :  23:17:18  Show Profile  Visit Alfred's Homepage
It's there, it's there!!!

It was my Dreamweaver that screwed up, not saving when I told it to!
I noticed it was getting sluggish, and I had to shut it down and reopen to find out.

Thanks so much for walking me through this!

I would like to continue now on my own, but still don't understand what line determines into which column the data goes?
For instance, if I want to eliminate a column, or add other data...

Alfred
The Battle Group
CREDO

Edited by - Alfred on 09 January 2003 23:18:20
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 09 January 2003 :  23:28:40  Show Profile

<table>container
 <tr>Row 1 begin
  <td>column1</td>
  <td>column2</td>
  <td>column3</td>
  <td>column4</td>
 </tr>Row 1 end
 <tr>Row 2 begin
  <td>column1</td>
  <td>column2</td>
  <td>column3</td>
  <td>column4</td>
 </tr>Row 2 end
</table>container end


All data should be within <td></td> tags. The data out side td></td> tags will show above the table. All rows must have equal number of columns. Columns can be merged together with colspan property and column can span multiple rows with rowspan property. Statistics section in default.asp uses both

Edited by - GauravBhabu on 09 January 2003 23:31:10
Go to Top of Page

Alfred
Senior Member

USA
1527 Posts

Posted - 10 January 2003 :  00:58:38  Show Profile  Visit Alfred's Homepage
Ah yes - of course, just like in html!
I will have to carefully sift through the lines and insert the data I want...

But that's for tomorrow - for today I am exhausted.
Thank you again for your patience!

Alfred
The Battle Group
CREDO
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07