Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Borders around tables?

Reply
Thread Tools

Borders around tables?

 
 
Helen
Guest
Posts: n/a
 
      02-28-2006
OK, I have just redesigned my site [ www.amydumasfansite.net ] and I am
pretty happy with it but when I voew the site in IE there is a black border
around the table - as there is supposed to be- however, in firefox the
border doesn't show up. How do I get the border to show up in firefox?

Any help greatfully recieved.


 
Reply With Quote
 
 
 
 
Chris Beall
Guest
Posts: n/a
 
      02-28-2006
Helen wrote:

> OK, I have just redesigned my site [ www.amydumasfansite.net ] and I am
> pretty happy with it but when I voew the site in IE there is a black border
> around the table - as there is supposed to be- however, in firefox the
> border doesn't show up. How do I get the border to show up in firefox?
>
> Any help greatfully recieved.
>
>


Helen,

I see <table width=640 bordercolor=#000000
but the HTML spec does not contain any bordercolor attribute.

In Netscape and Opera, I see borders that have a 'recessed' styling,
i.e. the top and left sides are dark while the bottom and right sides
are light. In IE I see equally dark border all around. I deduce that
this is default styling, as I don't see anything specified.

In general, you will get more consistent results if you:
- Use a DOCTYPE.
- Use a 'Strict' DOCTYPE.
- Update your code to use CSS rather than style-related attributes on
the HTML tags.
More info at http://pages.prodigy.net/chris_beall/TC/index.html

Chris Beall

 
Reply With Quote
 
 
 
 
Helen
Guest
Posts: n/a
 
      02-28-2006
It don't matter now as I've made some adjustments and got rid of the border
after deciding I didn't really like it after all.


 
Reply With Quote
 
Jonathan N. Little
Guest
Posts: n/a
 
      02-28-2006
Helen wrote:

> It don't matter now as I've made some adjustments and got rid of the border
> after deciding I didn't really like it after all.
>
>


Wow, you can *that* close to possibly learning something!

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 
Reply With Quote
 
 
 
Reply

Thread Tools

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Frames and borders around specific frames meyousikmann@yahoo.com HTML 1 02-10-2006 11:12 PM
Tables with different color left and right borders, no top or bottom borders, etc. George HTML 9 10-25-2004 04:25 PM
Borders around links et ASP .Net 1 09-27-2004 05:35 AM
Borders around pictures HRosita Digital Photography 0 11-03-2003 05:38 PM
Borders around links Peter Campbell HTML 10 07-03-2003 03:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57