HighDots Forums  

Table Problems

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Table Problems in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
top_dog
 
Posts: n/a

Default Table Problems - 07-02-2004 , 06:26 PM






I had my table set up like this:

<table width="825" height="482" border="1" cellpadding="15" cellspacing="0"
bordercolor="#BFBF8F" bgcolor="#11262E">

But when I ran the 'check target browser' report it said the height and
bordercolor attributes would not work in Netscape Navigator 7.0, so I changed
it to this:

<table style='width: 824px; height: 1362px; border-width: thick;
border-color:#BFBF8F; background: #11262E;'>

And now the borders won't show up.

Can someone please help me fix this


Reply With Quote
  #2  
Old   
Michael Fesser
 
Posts: n/a

Default Re: Table Problems - 07-02-2004 , 06:47 PM






.oO(top_dog)

Quote:
But when I ran the 'check target browser' report it said the height and
bordercolor attributes would not work in Netscape Navigator 7.0, so I changed
it to this:

table style='width: 824px; height: 1362px; border-width: thick;
border-color:#BFBF8F; background: #11262E;'

And now the borders won't show up.
The border-style is missing (defaults to 'none'). Either use

border-style: solid

or the shorthand property

border: thick solid #BFBF8F


HTH
Micha


Reply With Quote
  #3  
Old   
:. Nadia .:
 
Posts: n/a

Default Re: Table Problems - 07-02-2004 , 06:56 PM



Table height is invalid html, you shouldn't use it.

Try pasting the following into the head of your document, just before the
</head> tag

<style type="text/css">
<!--
..mytable {
border: 1px solid #BFBF8F
padding: 15px;
background-color: #11262E;
width: 825px;}
-->
</style>


and apply the class to your table.
--
Nadia
---------------
:Free Templates !! Dropdown Menu Designs:
http://www.DreamweaverResources.com
:Templates: Free Nav Bar Sets:
:Table / Background Image Tutorials:
Ecommerce : SEO Articles :
-----------------


"top_dog" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I had my table set up like this:

table width="825" height="482" border="1" cellpadding="15"
cellspacing="0"
bordercolor="#BFBF8F" bgcolor="#11262E"

But when I ran the 'check target browser' report it said the height and
bordercolor attributes would not work in Netscape Navigator 7.0, so I
changed
it to this:

table style='width: 824px; height: 1362px; border-width: thick;
border-color:#BFBF8F; background: #11262E;'

And now the borders won't show up.

Can someone please help me fix this



Reply With Quote
  #4  
Old   
top_dog
 
Posts: n/a

Default Re: Table Problems - 07-02-2004 , 09:33 PM



Thanks, that got me borders around the outside, but it is the ones in the
inside that I want.
Imagine this....

There are four cells in this table, I want the lines in between the boxes to
be #BFBF8F, the outer border does not worry me because you cannot see it anyway.


Reply With Quote
  #5  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Table Problems - 07-02-2004 , 09:55 PM



Yo got empty cells in dat table?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"top_dog" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Thanks, that got me borders around the outside, but it is the ones in the
inside that I want.
Imagine this....

There are four cells in this table, I want the lines in between the boxes
to
be #BFBF8F, the outer border does not worry me because you cannot see it
anyway.




Reply With Quote
  #6  
Old   
top_dog
 
Posts: n/a

Default Re: Table Problems - 07-03-2004 , 03:43 AM



No, all four cells have something in them,

Top left: text
Top right: text
Bottom left: clear.gif
Bottom right: text

Reply With Quote
  #7  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Table Problems - 07-03-2004 , 08:07 AM



I suppose a look at your code would help, then....

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"top_dog" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
No, all four cells have something in them,

Top left: text
Top right: text
Bottom left: clear.gif
Bottom right: text



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.