Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
FMikeHugo #1
Solid black border around table
How can I get a solid black border around a table in DW?
bordercolor="#000000" leaves half black and half gray.
TIA
Mike Hugo
FMikeHugo Guest
-
PDFs print solid black text at 92%K-HELP!
I posted a message yesterday that went unanswered. I searched thru the forum for similar threads and saw a few who had similar problems. I've tried... -
Solid Black SWF Rather Than Flash On My Website
I was having problems with Flash displaying on certain sites, so i installed Flash Player 9, and everything was good again. However, now when i... -
Blacks Not Distilling As Solid Black
I'm trying to create a PDF of a Quark document, but no matter how I output it, the blacks come out as dark grey. I'm using Quark's default black, 0C... -
Solid black TIFF should overprint.
I have a Solid 100% greyscale Tiff file with a path that is knocking out of my CMY plates. I want it to overprint but the only option in the... -
Images appear solid black when imported
I am saving an eps file that looks fine when opened in Photoshop. However, when imported into Word (or any other application) the image is all black,... -
Murray *TMM* #2
Re: Solid black border around table
Don't use HTML styles for tables at all. Use CSS -
<table style="border:1px solid black">
This might be just what you are looking for.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"FMikeHugo" <webforumsuser@macromedia.com> wrote in message
news:dan9a0$65$1@forums.macromedia.com...> How can I get a solid black border around a table in DW?
>
> bordercolor="#000000" leaves half black and half gray.
>
> TIA
> Mike Hugo
>
>
Murray *TMM* Guest
-
FMikeHugo #3
Re: Solid black border around table
Murray-Thanks, but I use plain HTML. Will post on other board.
FMikeHugo Guest
-
Murray *TMM* #4
Re: Solid black border around table
With plain HTML (why?) you can create a single-cell table with cellpadding
of one, cellspacing and border of zero. Give this table a black background
color, and nest your content table within this cell. The cellpadding will
give you the border around the outside. It's a ton of markup to achieve a
simple effect, though.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"FMikeHugo" <webforumsuser@macromedia.com> wrote in message
news:dap39j$c0l$1@forums.macromedia.com...> Murray-Thanks, but I use plain HTML. Will post on other board.
>
Murray *TMM* Guest
-
FMikeHugo #5
Re: Solid black border around table
Murray - This doesn't work. Black BG of outer table covers text in inner table.
FMikeHugo Guest
-
Murray *TMM* #6
Re: Solid black border around table
You have to give the inner table a background color of <whatever> that will
block the black from shining through.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"FMikeHugo" <webforumsuser@macromedia.com> wrote in message
news:das1tg$fbb$1@forums.macromedia.com...> Murray - This doesn't work. Black BG of outer table covers text in inner
> table.
>
Murray *TMM* Guest



Reply With Quote

