473,395 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Hidden column in HTML page

Hi,

I'm trying to define an extra column in an HTML table. The extra
column should not be displayed.

I added style="width:0%;visibility:hidden;" to its tag.

Although I don't see the actual column I can see a large space at the
end of the table (where the extra column was supose to be drawn).

Any Idea what I'm doing wrong?

Thanks a lot,

Yaara.
Jul 23 '05 #1
2 17848
In our last episode,
<bf*************************@posting.google.com> ,
the lovely and talented yaara
broadcast on comp.infosystems.www.authoring.html:
Hi, I'm trying to define an extra column in an HTML table. The extra
column should not be displayed. I added style="width:0%;visibility:hidden;" to its tag.
Although I don't see the actual column I can see a large space at the
end of the table (where the extra column was supose to be drawn). Any Idea what I'm doing wrong?


You are not reading the CSS spec. What you want is
"display:none;". This has nothing to do with html.
Get the CSS spec. Subscribe to the style newsgroup.

--
Lars Eighner -finger for geek code- ei*****@io.com http://www.io.com/~eighner/
If it wasn't for muscle spasms, I wouldn't get any exercise at all.
Jul 23 '05 #2
In message <bf*************************@posting.google.com> , yaara
<ya****@amdocs.com> writes
Hi,

I'm trying to define an extra column in an HTML table. The extra
column should not be displayed.

I added style="width:0%;visibility:hidden;" to its tag.

Although I don't see the actual column I can see a large space at the
end of the table (where the extra column was supose to be drawn).

Any Idea what I'm doing wrong?

Thanks a lot,

Yaara.


A url would help.

Anyway:

'visibility:hidden' will not affect page layout.

Try 'display:none' .

regards.
--
Jake
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Jon Haakon | last post by:
Hi, I'm developing a websolution using ASP and DHTML technology that's running on a MS IIS webserver. My solution is frame based with a toolbar on top, a hidden frame for scripts in the...
0
by: Wim Verhavert | last post by:
Hi all, I'm having this little problem here. I want to build a database which contains a list of books I want to read. What I want to do is, to make MS-Access get all relevant information from...
2
by: Brent V | last post by:
Hopefully someone has had to handle this type of situation in .NET before. I have an ASP.NET (VB.NET) that has an interface to an API CGI script program. I send a credit card number, amount, etc to...
4
by: Nicky | last post by:
hi, all I got another quesiton, in my DataGrid control, I want to have a hidden column which will contian an ID value, I don't want to display this ID value to user, but I need it when user click...
4
by: Nehmo Sergheyev | last post by:
After reading about text line length http://psychology.wichita.edu/surl/usabilitynews/72/columns.htm , I'm thinking about experimenting with columns of text on a page. Is it possible on an HTML...
3
by: Tom | last post by:
I have a gridView with a hidden column, I need to get that value from that hidden column and pass it to another page. is that possible if so how?
2
by: x taol | last post by:
i want to maintain a hidden column in datasheet. Anybody can show the hidden column how drag column heading with mouse. i want to prohibit the method from anybody. *** Sent via Developersdex...
2
by: justplain.kzn | last post by:
Hi, I have a table with dynamic html that contains drop down select lists and readonly text boxes. Dynamic calculations are done on change of a value in one of the drop down select lists. ...
7
by: Mariusf | last post by:
I am a novice Perl programmer and need to change a perl script that I use to create web pages with thumbnail images and some text. Currently the script created a web page for each artist / category...
7
by: cartercc | last post by:
I think I already know the answer to this one, but I'm giving it the old college try. My problem is this: I have an HTML form that sends a bunch of data to a Perl script, where it is validated...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.