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

How do I add table borders when they are not supported ?

Hi,

I just switched from FP to DW and am very very happy !

So whilst I'm mastering Dreamweaver (gonna be a while yet :-) - I
thought that I'd try and find out how to add borders for browers like
Firefox which don't support them.

Not sure if I've explained the above well but my borders display in IE
but not in Firefox.

I just played around for a half hour in DW using tables within tables
but it seemed overly complex (I could make a template) but still
couldn't get the result that I want.

Any help would be much appreciated.

thanks,

Mike

--
Posted via a free Usenet account from http://www.teranews.com

Dec 9 '06 #1
9 2910
Michael Redbourn wrote:
Hi,

I just switched from FP to DW and am very very happy !
Learn to write HTML, and you will be even happier.
So whilst I'm mastering Dreamweaver (gonna be a while yet :-) - I
thought that I'd try and find out how to add borders for browers like
Firefox which don't support them.
Firefox doesn't support borders? My copy of FireFox does.

Not sure if I've explained the above well but my borders display in IE
but not in Firefox.
Post a link. We can't fix HTML we can't see.
Dec 9 '06 #2
On Sat, 09 Dec 2006 20:48:12 +0200, Michael Redbourn
<re******@bezeqint.netwrote:!
>So whilst I'm mastering Dreamweaver (gonna be a while yet :-) - I
thought that I'd try and find out how to add borders for browers like
Firefox which don't support them.
Firfox supports border very well as a matter of fact. Better than IE in
my experience.
>Not sure if I've explained the above well but my borders display in IE
but not in Firefox.
Forget about dreamweaver and start learning to code in actual html. It
will save you tons of time in the long run.
>I just played around for a half hour in DW using tables within tables
but it seemed overly complex (I could make a template) but still
couldn't get the result that I want.
Tables should never be used merely for layout. They are useful and
appropriate for tabular data, but for mere layout they are an
abomination.

Start with some research on the web. Go here
http://css-discuss.incutio.com/

and here: http://www.csscreator.com/ - and read the "how to" forum.

Also here: http://pages.prodigy.net/chris_beall/TC/

That should give you a good start. They'll have links to other good
sites on web design and CSS.

You are wasting your time trying to master Dreamweaver in it's so-called
"Desing view" though it makes a decent html editor you might still use
because you've already bought it. But the "Design" view will only lead
you into lots and lots of trouble so far as desinging good web sites is
concerned.

Dec 9 '06 #3
On Sat, 09 Dec 2006 19:39:18 GMT, Ed Seedhouse <es********@shaw.ca>
wrote:
>Tables should never be used merely for layout. They are useful and
appropriate for tabular data, but for mere layout they are an
abomination.
And yet, many times they work fine. But, this comment, and yours, have
nothing to do with the OP's question. :(

--
Zilbandy - Tucson, Arizona USA <zi*@zilbandyREMOVETHIS.com>
Dead Suburban's Home Page: http://zilbandy.com/suburb/
PGP Public Key: http://zilbandy.com/pgpkey.htm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
Dec 9 '06 #4
On Sat, 09 Dec 2006 12:03:23 -0700, Scott Bryce
<sb****@scottbryce.comwrote:
>Michael Redbourn wrote:
>Hi,

I just switched from FP to DW and am very very happy !

Learn to write HTML, and you will be even happier.
>So whilst I'm mastering Dreamweaver (gonna be a while yet :-) - I
thought that I'd try and find out how to add borders for browers like
Firefox which don't support them.

Firefox doesn't support borders? My copy of FireFox does.

>Not sure if I've explained the above well but my borders display in IE
but not in Firefox.

Post a link. We can't fix HTML we can't see.
Thanks, but I believe that Firefox only supports borders if one uses
CSS.

I just tried using CSS and they now display in Firefox.

regards,

Michael

--
Posted via a free Usenet account from http://www.teranews.com

Dec 9 '06 #5
On Sat, 09 Dec 2006 19:39:18 GMT, Ed Seedhouse <es********@shaw.ca>
wrote:
>On Sat, 09 Dec 2006 20:48:12 +0200, Michael Redbourn
<re******@bezeqint.netwrote:!
>>So whilst I'm mastering Dreamweaver (gonna be a while yet :-) - I
thought that I'd try and find out how to add borders for browers like
Firefox which don't support them.

Firfox supports border very well as a matter of fact. Better than IE in
my experience.
>>Not sure if I've explained the above well but my borders display in IE
but not in Firefox.

Forget about dreamweaver and start learning to code in actual html. It
will save you tons of time in the long run.
>>I just played around for a half hour in DW using tables within tables
but it seemed overly complex (I could make a template) but still
couldn't get the result that I want.

Tables should never be used merely for layout. They are useful and
appropriate for tabular data, but for mere layout they are an
abomination.

Start with some research on the web. Go here
http://css-discuss.incutio.com/

and here: http://www.csscreator.com/ - and read the "how to" forum.

Also here: http://pages.prodigy.net/chris_beall/TC/

That should give you a good start. They'll have links to other good
sites on web design and CSS.

You are wasting your time trying to master Dreamweaver in it's so-called
"Desing view" though it makes a decent html editor you might still use
because you've already bought it. But the "Design" view will only lead
you into lots and lots of trouble so far as desinging good web sites is
concerned.
thanks very much.

I will check out the links,

Mike

--
Posted via a free Usenet account from http://www.teranews.com

Dec 9 '06 #6
Michael Redbourn wrote:
Thanks, but I believe that Firefox only supports borders if one uses
CSS.
That isn't true. Something is wrong with your HTML.
Dec 9 '06 #7
On Sat, 09 Dec 2006 20:48:12 +0200, Michael Redbourn
<re******@bezeqint.netwrote:
>Hi,

I just switched from FP to DW and am very very happy !

So whilst I'm mastering Dreamweaver (gonna be a while yet :-) - I
thought that I'd try and find out how to add borders for browers like
Firefox which don't support them.

Not sure if I've explained the above well but my borders display in IE
but not in Firefox.

I just played around for a half hour in DW using tables within tables
but it seemed overly complex (I could make a template) but still
couldn't get the result that I want.

Any help would be much appreciated.

thanks,

Mike
I didn't express myself precisely enough in my original post and
should have said 'colored borders' and not just borders. My apologies.
I will try to be more precise in future postings.
Scott

thanks for the tip about giving a link. This was my first post to the
group and I tried to walk in quietly :-) But perhaps not very
intelligently :-(

http://www.yearinbrazil.com/misc/borders.html

My original question is perhaps simply academic now since CSS solved
my problem. I don't think that Opera would display the tables as seen
in either IE or Firefox but that is regretfully only one of it's
shortcomings. And I am not trying to start a browser war here :-)

(yes, the index page is me and I made the website about 6 years ago
but perhaps sadly have not maintained it)

Ed

please see the above regarding 'color borders'. As for 'hand coding I
wouldn't venture to get into the pros and cons as the issue has been
thrashed to death in so many places elsewhere. Of course it's
wonderful to know how to hand code but to build a whole complex site
from scratch using it ? I am amazed (particularly after having used FP
for years and seeing how terrible and bloated it's code is) at how
neat and concise DWs pages are. See the above link. The page took a
couple of minutes and I only started learning the program a few days
ago.

I wouldn't venture to argue a case either as to whether I should have
used html or xhtml either - or which versions :-)

Zilbandy - thanks. There are obviously some incredibly successful
pages on the web that rely heavily on tables.

thanks to you all - Mike


--
Posted via a free Usenet account from http://www.teranews.com

Dec 10 '06 #8
Michael Redbourn wrote:
I didn't express myself precisely enough in my original post and
should have said 'colored borders' and not just borders.
That totally changes things. For color anything, you want to use CSS. It
looks like you already found your solution.

please see the above regarding 'color borders'. As for 'hand coding I
wouldn't venture to get into the pros and cons as the issue has been
thrashed to death in so many places elsewhere. Of course it's
wonderful to know how to hand code but to build a whole complex site
from scratch using it ?
Absolutely! Hand coded HTML is much easier to maintain, if it is done
right. Most complex sites are database driven and use HTML templates.
Not every page is hand-coded. But just try to build a template out of
HTML crated from DW. It isn't easy. You wind up recoding most of it by
hand anyway.

My site will earn me about $70,000 USD this year. It is made up of
hundreds of pages. It is all hand-coded.
I am amazed (particularly after having used FP
for years and seeing how terrible and bloated it's code is) at how
neat and concise DWs pages are.
Hand coded pages will be even cleaner.
I wouldn't venture to argue a case either as to whether I should have
used html or xhtml either - or which versions :-)
That one has been argued in several places. Use HTML 4.01 strict, unless
you need to use transitional on a legacy page.

Zilbandy - thanks. There are obviously some incredibly successful
pages on the web that rely heavily on tables.
Yes, but that doesn't make it the right way to do things.
Dec 10 '06 #9
On Sun, 10 Dec 2006 07:58:35 -0700, Scott Bryce
<sb****@scottbryce.comwrote:
>My site will earn me about $70,000 USD this year. It is made up of
hundreds of pages. It is all hand-coded.
I checked out scottbryce.com which is a very nice site :-)

but is this the one that earns you $70K a year ?

regards,

Mike

--
Posted via a free Usenet account from http://www.teranews.com

Dec 16 '06 #10

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

Similar topics

61
by: Toby Austin | last post by:
I'm trying to replace <table>s with <div>s as much as possible. However, I can't figure out how to do the following… <table> <tr> <td valign="top" width="100%">some data that will...
4
by: David Ross | last post by:
In my <http://www.rossde.com/inflation.html>, I have a small table in the middle of the page. This page is composed without a DOCTYPE statement at the beginning. The table borders appear to my...
7
by: Bob Bedford | last post by:
I've an image in a cell of a table. I've this CSS: ..dbtable{ width: 600px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border-collapse: collapse; border: 1px solid #000000;
1
by: sam | last post by:
Hi, I want to use style on the grids of table. Currently it use default style of the html table, in which the grid size appeared very thick. How can I change the "thick" style of the default...
11
by: Norman L. DeForest | last post by:
Am I misunderstanding the CSS specifications or is Firefox (version 1.0.6) (and Opera) doing the wrong thing? It appears that Firefox 1.0.6 includes the border in width calculations for tables...
10
by: phil-news-nospam | last post by:
I have a table with 3 columns in 1 row. I want to increase the spacing _between_ the columns (gutter) _without_ increasing the spacing between those columns and the table itself. Is there a way...
10
by: harish | last post by:
Hi everyone, How to make a round corner dorders using div? with images or without images. Pls help me! -- harish ------------------------------------------------------------------------...
0
by: David Stone | last post by:
I have a page containing a table which displays as expected but which, when printed from either Firefox or Camino, loses some of the vertical borders between cells in both the table head and body. ...
5
by: sitko | last post by:
Hi, I'm done a little HTML here and there over the years...but nothing professionally. Now I'm working on a project which calls for some simple HTML. Here is my markup, for the life of me I can't...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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?
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...

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.