473,387 Members | 1,548 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,387 software developers and data experts.

Remove column borders?

14
Hey all - just wondering does anyone know how to remove and/or change the column colour or borders?
Basically my sketchy site:
http://homepage.eircom.net/~egoman/mysite2.html

has 1 main table with 3 columns - I want to remove the column borders from the centre cell - any suggestions?

Thanks
Oct 8 '06 #1
4 27338
JohannC
15
Hey all - just wondering does anyone know how to remove and/or change the column colour or borders?
Basically my sketchy site:
http://homepage.eircom.net/~egoman/mysite2.html

has 1 main table with 3 columns - I want to remove the column borders from the centre cell - any suggestions?

Thanks
Hi , The Table , Table Row and Table Cell have a property that you can set just say : <table border=0 id ="mytable" ></table>

hope you get it
Oct 8 '06 #2
le007
14
Thanks buddy but I still have the lines going throught the middle of the page - I want them to sink into the bgcolor?
Oct 8 '06 #3
<td style="border-color:#FFFFFF;"> will put a white border around the table cell.

<td style="border:0;"> will get rid of the border.
Oct 9 '06 #4
le007
14
Thanks buddy
Oct 9 '06 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Jacob | last post by:
I'm trying to create an MDI form where the MDI area dosn't have the traditional 3D borders. I thought at one point the code I had in the form constructor was working, but now I'm getting an MDI...
5
by: perspolis | last post by:
hi everyone I used a column expression like "UnitPrice*Quantity" for a cloumn named Total. but when I want to update my dataset by SqlDataAdopter, it gives me error. The column Total is just for...
1
by: Bruce W.1 | last post by:
I've got a dataset with a couple of table columns that I don't want to show in a DataGrid. But I want to leave the columns in the dataset. I passed the DataSet thru a DataView, but I can't...
0
by: Lars Netzel | last post by:
Hey! In XP if you use the XP style... the Comboboxes have a small blue border... that takes up space when I have it in my datagridcell and I need to make it smaller.. I tried Changing the...
1
by: Glen Vermeylen | last post by:
Hi, For a project at school we have to automate the assignment of seats in classrooms to students during the exams. The lady who previously did everything manually kept the layouts of the...
5
by: matthewtec | last post by:
I see that it is possible to have a multicolumn ListBox: lstOne.MultiColumn = True lstOne.ColumnWidth = 10 but the only way I have seen to have the items in the listbox print in the next...
1
by: Chuck Foster | last post by:
can anyone help me with this? sorry for the cross-posting... "Chuck Foster" <chuckdfoster@hotmail.com> wrote in message news:eldp14THGHA.1628@TK2MSFTNGP12.phx.gbl... >i am trying to get rid...
1
by: bbatson | last post by:
Hello, Does anyone know how to remove chart borders in reports? I have formatted the chart to have no border but it still always appears with a border (when the border is clicked "yes" there are...
1
by: tess1243 | last post by:
How to hide all the table borders using CSS? Borders are coming from the html code. I want to remove the borders using CSS. Is that Possible ??
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.