If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > header in multiple columns

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-31-10, 00:10
baludivi baludivi is offline
Registered User
 
Join Date: Apr 2010
Location: hyderabad
Posts: 4
header in multiple columns

header in multiple columns
-------------------------------------
Head1 | Head2
-------------------------------------
Col1 |Col2 | Col1 | Col2
-------------------------------------
Reply With Quote
  #2 (permalink)  
Old 06-02-10, 04:30
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Is this a question?
__________________
George
Twitter | Blog
Reply With Quote
  #3 (permalink)  
Old 06-05-10, 13:33
alski alski is offline
Registered User
 
Join Date: Dec 2002
Posts: 24
If this is an HTML question, then:

Code:
<TABLE>
<TR><TH colspan="2">Head1</TH><TH colspan="2">Head2</TH><TR>
<TR><TD>Col1</TD><TD>Col2</TD><TD>Col1</TD><TD>Col2</TD><TR>       
</TABLE>
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On