473,661 Members | 2,449 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2920
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******@bezeq int.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********@sha w.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*@zilbandyRE MOVETHIS.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****@scottbr yce.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********@sha w.ca>
wrote:
>On Sat, 09 Dec 2006 20:48:12 +0200, Michael Redbourn
<re******@beze qint.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******@bezeq int.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****@scottbr yce.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
24464
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 'stretch'</td> <td valign="top" width="300">some data that won't 'stetch'</td> </tr> </table>
4
5501
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 browser (Mozilla) as raised with a slight shadow to the right and below. The borders are specified with the "border" attribute in the <table> tag: <table border cellpadding=2 width="100%"> and not via a style sheet. If I add a DOCTYPE...
7
41730
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
2583
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 table to "slim"? Thanks Sam
11
3570
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 but not in height calculations. Oh, and Opera version 8.02 does the same thing. |<-->| |<-->| <------ border |<------------>| <------ table contents
10
11039
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 to do that in CSS without having to code in extra dummy columns in HTML to create gutters? -- ----------------------------------------------------------------------------- | Phil Howard KA9WGN | http://linuxhomepage.com/ ...
10
3732
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 ------------------------------------------------------------------------ harish's Profile: http://www.highdots.com/forums/m11 View this thread: http://www.highdots.com/forums/t174579
0
2607
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. It does not do this in Safari, but then Safari also does not include the background colours when printing. (When I print, I'm missing the borders between columns 5 & 6, 8 & 9, and 10-12. All the other borders appear correctly) Is this some...
5
3024
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 figure out why the chart borders aren't showing up. <html><body> <table border=”1”> <tr> <td>Measurement locations</td><td>Description</td><td>elapsed time, </td><td>Data: Dock A (AFF) </td><td>Model: min. T_mix</td><td>Model: ...
0
8432
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8343
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8758
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8545
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7364
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6185
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4179
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4346
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1986
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.