Border problem

S

Stefan B Rusynko

Caused by your absolute postioned DHTML menu Divs
<div id=DMBRI style="position:absolute;">
<img src="DMBTutorial/images/dmb_i.gif" name=DMBImgFiles width="1" height="1" border="0" alt="">
<img src="DMBTutorial/menus/dmb_m.gif" name=DMBJSCode width="1" height="1" border="0" alt="">
</div>
before your page content starting with
<div align="center">

Contact the DHTML script provider
(also set your page margins to 0)

PS
Remove the favicon from your table cell - illegal html
Delete:
<!--webbot bot="HTMLMarkup" startspan --><LINK REL="SHORTCUT ICON" HREF="http://www.saxlessons.com/favicon.ico"> <!--webbot
bot="HTMLMarkup" endspan -->

And just add the link ref in your HEAD section in code view as
<LINK REL="SHORTCUT ICON" HREF="http://www.saxlessons.com/favicon.ico">



| At my site, www.saxlessons.com I cannot figure out how to get the black
| margin at the top to match the rest. I use FP2003. Any help would be greatly
| appreciated. Thanks.
|
| Alastair Ingram
| www.saxlessons.com
|
|
 
G

graycat

Stefan B Rusynko said:
Caused by your absolute postioned DHTML menu Divs
<div id=DMBRI style="position:absolute;">
<img src="DMBTutorial/images/dmb_i.gif" name=DMBImgFiles width="1"
height="1" border="0" alt="">
<img src="DMBTutorial/menus/dmb_m.gif" name=DMBJSCode width="1" height="1"
border="0" alt="">
</div>
before your page content starting with
<div align="center">

Contact the DHTML script provider
(also set your page margins to 0)

PS
Remove the favicon from your table cell - illegal html
Delete:
<!--webbot bot="HTMLMarkup" startspan --><LINK REL="SHORTCUT ICON"
HREF="http://www.saxlessons.com/favicon.ico"> <!--webbot
bot="HTMLMarkup" endspan -->

And just add the link ref in your HEAD section in code view as
<LINK REL="SHORTCUT ICON" HREF="http://www.saxlessons.com/favicon.ico">



| At my site, www.saxlessons.com I cannot figure out how to get the black
| margin at the top to match the rest. I use FP2003. Any help would be
greatly
| appreciated. Thanks.
|
| Alastair Ingram
| www.saxlessons.com
|
|

Thanks very much Stefan.
 
Top