| | |
|
|
|
Topmargin="0", LeftMargin="0" doesnt' do it... |
| message from Micro Angelo on 15 Jul 2004 |
Well, not completely. At http://atthebanks.com, the homepage (with
topmargin="0" leftmargin="0" set) I have a pretty tight fit to the top
margin, and flush with the left. But, on the Listings page (click the
menu link) I can't get the table to position at tightly to the top of
the page as on the home page. Page properties are set the same on both
pages. Can anyone help wit this?!!
Thanks,
MA
|
| Murray *TMM* replied to Micro Angelo on 15 Jul 2004 |
1. You have a javascript error on that page. The code required by this
call to MM_proloadImages -
<body bgcolor="#999966" leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0" onLoad="MM_preloadImages(
is not present on the page. To solve this, open the page in DW, select the
<body> tag on the Tag Selector, and double click on the PreloadImages
behavior as shown in the Behaviors panel. Just click OK and exit the edit
without making any changes. Now the necessary code will have been written
to the head of that page.
2. Your spacing problem is caused by this named anchor -
about_btn.gif')">
<a name="Top"></a>
<table width="85%" height="613"
present on the Listings page, but not on the index page....
about_btn.gif')">
<table width="85%" height="715"
Delete it from one, or add it to the other.
|
|
Archived message: Topmargin="0", LeftMargin="0" doesnt' do it... (Macromedia Dreamweaver)