Why does my URL not display properly?

S

Steve Easton

Well, for starters:
The page has no opening <html> tag
It has two closing </head> tags.
It has no closing </body> tag
and no closing </html> tag.

Also your javascripts are repeated several times, but the first set has
no opening and closing <script></script> tags.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
P

p c

Where did you get the URL: http://bdmpartners.com/#Page_1?

#page_1 is a bookmark to a specific point in the page that has that
bookmark (in this case your default document index.htm). If you haven't
defined a bookmark with at reference on that page whn you tyep that URL
or use it as a link, you just go to the top of that page.

...{C
 
Top