invalid character

R

Richard

This code is giving me an invalid character error. Can someone please help
finding why this code will not work? Thanks in advance!!
<html>

<head>
<style type="text/css">

img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: none;
vertical-align: top; /*top aligns image, so mouse has less of a change of
moving out of image while image is expanding*/
}

</style>

<script type="text/javascript" src="expando.js">

/* Expando Image Script ©2008 John Davenport Scheuer
as first seen in http://www.dynamicdrive.com/forums/
username: jscheuer1 - This Notice Must Remain for Legal Use
*/

</script>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
</head>

<body>

</body>

</html>
 
R

Ronx

What is the code in expando.js? The error may be coming from there.
If you post a link to the published page it will help.

--
Ron Symonds
Microsoft MVP (Expression)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 

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