 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

July 18th, 2006, 05:24 AM
|
|
Registered User
|
|
Join Date: Jul 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Border help!
Hey everyone, Im having trouble with table borders. When I view my page in Dreamweaver it seems ok but then when I publish it , it looks like this:
http://img90.imageshack.us/img90/9987/1br3.jpg
but should have the borders. also its even different when I open it from my c:// drive, it looks like this
http://img100.imageshack.us/img100/1993/2pa7.jpg
My question is, how do I get the table borders to appear around the edge, I only want thin black lines as in the second picture on the left column.
Please help!
|
|

July 18th, 2006, 10:41 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
It's hard to see what's going on, especially because the images differ so much and you haven't provided any code.
I think you're better off posting this in one of the HTML or CSS forums here at p2p.wrox.com. If you do, be sure to post the relevant parts of your code.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

July 19th, 2006, 05:07 PM
|
|
Registered User
|
|
Join Date: Jul 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
the red bits are where the borders should be
|
|

July 19th, 2006, 11:49 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Hi there,
That link doesn't work for me....
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
|
|

July 20th, 2006, 10:45 AM
|
|
Registered User
|
|
Join Date: Jul 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
|

July 20th, 2006, 01:07 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
That's only one CSS file which, I am sure will be the same for both screen shots and doesn't tell us much. Although it could be that in on location you're looking at a cached version of the file.
It is, however, the run-time HTML of the two different scenario's that's interesting. Maybe one runs on a case sensitive server so your style sheet isn't loaded. Maybe you link to a local file that cannot be found on the remote server. Maybe your security software blocks part of the HTML for the one from the remote server etc etc etc...
If you do post your HTML, again, I think you're better off posting this in the HTML or CSS forum.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
While typing this post, I was listening to: Meds (feat. Alison Mosshart) by Placebo (Track 1 from the album: Meds) What's This?
|
|

July 20th, 2006, 03:28 PM
|
|
Registered User
|
|
Join Date: Jul 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I uploaded a different site top a different host and it worked fine, I guess either my dsl space didnt like capital letters or something else happened. anyway thanks for the help, its sorted now. next time i will post in the other forum as you requested
Cheers.
|
|

July 20th, 2006, 03:34 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
Yeah, that's quite possible. If you end up on a Windows host, your file names are not case sensitive. So, src="SomeFile.css" matches both SomeFile.css and somefile.css. However, if you have a Unix or other case-sensitive host, this will be seen as two different files, so it's possible your CSS file is never seen and thus not loaded.
Glad it's sorted out now.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of ASP.NET 2.0 Instant Results and Beginning Dreamweaver MX / MX 2004
While typing this post, I was listening to: Song to say goodbye by Placebo (Track 13 from the album: Meds) What's This?
|
|
 |