need help - web page errors

T

tcvalpak

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">
 
S

Stefan B Rusynko

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">
|
|
 
M

Murray

Do you see anything in the head of the page (between <head> and </head>)
called "MM_preloadImage"?
 
T

Trevor L.

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 :))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top