need help - web page errors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

getting error on alot of my pages not sure why. can anyone help. i started
the code at line 42.

http://www.tcvalpak.com/contact.html

line: 42
char: 2
error: object expected
code: 0

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="
MM_preloadImage('images/btn_home_dn.gif','images/btn_products_dn.gif','images/btn_services_dn.gif','images/btn_moreinfo_dn.gif','images/btn_contact_dn.gif')">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="61" background="images/topbg.gif" colspan="3">
 
Starting new threads on the same problem when you've been told multiple times how to correct it won't change the solution
Once again
Change the body tag in code view to Just be
<body style="margin: 0px;">

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| getting error on alot of my pages not sure why. can anyone help. i started
| the code at line 42.
|
| http://www.tcvalpak.com/contact.html
|
| line: 42
| char: 2
| error: object expected
| code: 0
|
| <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="
|
MM_preloadImage('images/btn_home_dn.gif','images/btn_products_dn.gif','images/btn_services_dn.gif','images/btn_moreinfo_dn.gif','images/btn_contact_dn.gif')">
| <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
| <tr>
| <td height="61" background="images/topbg.gif" colspan="3">
|
|
 
Do you see anything in the head of the page (between <head> and </head>)
called "MM_preloadImage"?
 
Murray said:
Do you see anything in the head of the page (between <head> and
</head>) called "MM_preloadImage"?

If this is the thread I am thinking of, then I sure as hell didn't see it. I
wondered why it was referenced , but then shrugged my shoulders - leave it
to the experts :-))
 
Back
Top