Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
How to disable a table
Old 07-14-2007, 03:04 AM How to disable a table
Average Talker

Posts: 28
Name: Punitha
Trades: 0
Hi,
Here i pasted one table design in that if i run this html page i dont want show this table with field i want to show blank page only so how to do this in html or otherwise how to disable this table.



<table width="3" border="1" align="center"bgcolor="#FFFFFF" id="country">
<tr>
<td>Country</td>
<td><select name=""></select></td>
</tr>
</table>
kavithadevan is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-14-2007, 03:41 AM Re: How to disable a table
Monyet's Avatar
Average Talker

Posts: 23
Location: www.ProgrammersTalk.net
Trades: 0
don't even put the field then.. :-/
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Hang out place of novice and intermediate programmers
Monyet is offline
Reply With Quote
View Public Profile Visit Monyet's homepage!
 
Old 07-14-2007, 10:04 AM Re: How to disable a table
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,383
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
HTML Code:
<!--
<table width="3" border="1" align="center"bgcolor="#FFFFFF" id="country">
<tr>
<td>Country</td>
<td><select name=""></select></td>
</tr>
</table>
-->
Other than that, what are you actually asking?
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?

Last edited by chrishirst; 07-14-2007 at 10:05 AM..
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 07-17-2007, 12:02 PM Re: How to disable a table
Novice Talker

Posts: 6
Name: Sunil Saini
Trades: 0
Hi,

Just add this code in your head tag

<style type="text/css">
.table_disable{visibility:hidden}
</style>

and use this table

<table class="table_disable" width="3" border="1" align="center"bgcolor="#FFFFFF" id="country">
<tr>
<td>Country</td>
<td><select name=""></select></td>
</tr>
</table>



Sunil
sainisunil is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to How to disable a table
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.35650 seconds with 12 queries