navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

mysterious black space on index top section

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Dreamweaver Help >> mysterious black space on index top section
Page: [1]
 
smaug

 

Posts: 10
Joined: 11/22/2006
Status: offline

 
mysterious black space on index top section - 2/20/2007 21:23:38   
greetings. I am a real newbie to DW8. was given a DW site to fix that I thought was going to be a FP site and am having trouble with the top section.
www.covatorealty.com is the site. the offending black space is on either side of the top image on the index page. I can't seem to find it in the code. ppppplllllease help.
rubyaim

 

Posts: 757
Joined: 6/22/2005
Status: offline

 
RE: mysterious black space on index top section - 2/20/2007 21:39:58   
Hi, if you make the two top tables 100% wide it will probably fix the black space.

When that's done, you may need to look at the fixed widths on the cells - one thing always seems to lead to another :)


_____________________________

Sally

(in reply to smaug)
smaug

 

Posts: 10
Joined: 11/22/2006
Status: offline

 
RE: mysterious black space on index top section - 2/20/2007 21:50:21   
sorry for being so density, Sally, but which two top tables do you mean? the ones in the center, lets call it text area? or the ones right under the image?

The tables under the image are in the section-top.php file
the others are in the index.php

can we PM on this?

(in reply to rubyaim)
rubyaim

 

Posts: 757
Joined: 6/22/2005
Status: offline

 
RE: mysterious black space on index top section - 2/20/2007 22:00:18   
Hey smaug, I'm afraid I'm not much use with PHP but here is a guess.

====

EDIT: I think you will have to open both files, find where the table width is 760 and amend it to 100%.

====

Look at the code of the page and you should see this at the top (just under the <body> tag)

<table width="760" align="center" cellspacing="0" cellpadding="0">
 


Change the width on those two table to 100% like:
<table width="100%" align="center" cellspacing="0" cellpadding="0">
  


If that's no good holler and I'll open up DW to see how to do it in wysiwyg view.

_____________________________

Sally

(in reply to smaug)
jurgen

 

Posts: 385
Joined: 1/9/2007
From: Castle Rock, Colorado
Status: offline

 
RE: mysterious black space on index top section - 2/20/2007 22:07:39   
      <table width="700" border="0" cellpadding="6">
        <tr>
          <td><div align="center"><a href="real-estate-news.php">Real Estate News </a><br> 
          </div></td>
        </tr>
      </table>
      <table width="700" border="0" cellpadding="6">
        
      </table>


Try to change the width of "700" to 100% that should help shrinking the page.....

(in reply to rubyaim)
smaug

 

Posts: 10
Joined: 11/22/2006
Status: offline

 
RE: mysterious black space on index top section - 2/20/2007 22:15:36   
nice try no cigar. Sally, this is probably a real estate template.

I have changed the table widths on the section-top to 100%, no change.

If I select table, the whole page is selected, but I cannot find where to reset the page width from 1200 to 760, which is the width of the top image.

I really appreciate your helping, cause I am losing sleep over this one

(in reply to rubyaim)
rubyaim

 

Posts: 757
Joined: 6/22/2005
Status: offline

 
RE: mysterious black space on index top section - 2/20/2007 22:18:22   
Don't give up yet, change it on the index.php page as well and we will see what happens.

It's difficult when you inherit a site.

_____________________________

Sally

(in reply to smaug)
smaug

 

Posts: 10
Joined: 11/22/2006
Status: offline

 
RE: mysterious black space on index top section - 2/20/2007 22:30:02   
if this is a locked area of the template, how can it be unlocked? do I have to dump the page and recreate?

can I put the <? include("section-left.php") ?> , top, bottom and right, anywhere in the <body> and then once the borders are there, recreate the page piece by piece?

btw, here is the offending code: <table width="1215" align="center" cellspacing="0" cellpadding="0">
<tr bgcolor="#000000">

I have changed the width to 100%, to 760 and it changes back.

(in reply to rubyaim)
rubyaim

 

Posts: 757
Joined: 6/22/2005
Status: offline

 
RE: mysterious black space on index top section - 2/20/2007 22:32:40   
smaug, I opened DW .... in design view, you should be able to change the table width in the dropdown in 'Properties' - screenshot attached.




Thumbnail Image
:)

Attachment (1)

_____________________________

Sally

(in reply to rubyaim)
rubyaim

 

Posts: 757
Joined: 6/22/2005
Status: offline

 
RE: mysterious black space on index top section - 2/20/2007 22:39:18   
quote:

if this is a locked area of the template, how can it be unlocked


You could try selecting the table and then Modify > Templates > Make Attribute Editable.

Take a look at 'Site' as well and see if 'check in' is being used (probably not...but worth checking).

_____________________________

Sally

(in reply to smaug)
smaug

 

Posts: 10
Joined: 11/22/2006
Status: offline

 
RE: mysterious black space on index top section - 2/20/2007 22:47:33   
been there done that. it 1) doesn't change the physical width and 2) it changes back to 1200

I am convinced it is a locked template and I have to nuke it from orbit and start anew.

your thoughts

(in reply to smaug)
rubyaim

 

Posts: 757
Joined: 6/22/2005
Status: offline

 
RE: mysterious black space on index top section - 2/20/2007 22:55:01   
Well, if the attribute refuses to become editable, I'd be inclined to nuke it. Before you do that though, do a quick search in the DW Help for 'unlock' as well as 'editable regions' and try a few things to see if you can edit the tables.

Will you be responsible for this from now on? If so, and if it were me, I'd be inclined to start again as there is a fair bit of code in there that could be streamlined. In the long run a fresh start may be easier for long term management.



_____________________________

Sally

(in reply to smaug)
smaug

 

Posts: 10
Joined: 11/22/2006
Status: offline

 
RE: mysterious black space on index top section - 2/20/2007 23:10:05   
thank you for confirming what I had already decided. The owner was real antsy to get the site functioning and I neglected to warn of possible fubars.

It was great talking with you, thanks again for your help and I hope to get you again when I need a hand. :)

(in reply to rubyaim)
Page:   [1]

All Forums >> Web Development >> Dreamweaver Help >> mysterious black space on index top section
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts