View Full Version : AnyLink CSS Menu script- ? Dynamic Drive DHTML code library -Error
saintnic
11-07-2013, 06:16 AM
1) Script Title: AnyLink CSS Menu script
2) Script URL (on DD):
3) Describe problem: Why does this verbiage appear at the top of my website page when I first load it?
/*********************************************** * AnyLink CSS Menu script- ? Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/
jscheuer1
11-07-2013, 09:51 AM
Probably an HTML and/or javascript syntax error, most likely caused by a typo.
If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
saintnic
11-11-2013, 04:45 PM
Please look at the source code for the link:
http://www.dcyellowcab.com/
Thanks for your response.
jscheuer1
11-12-2013, 11:59 AM
Change:
<HTML>
<HEAD>
<TITLE>Yellow Cab Company of DC v2_1</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../anylink.css" />
/***********************************************
* AnyLink CSS Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
<script type="text/javascript" src="../anylink.js">
</script>
to:
<HTML>
<HEAD>
<TITLE>Yellow Cab Company of DC v2_1</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="../anylink.css" />
<script type="text/javascript" src="../anylink.js">
/***********************************************
* AnyLink CSS Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
The browser cache may need to be cleared and/or the page refreshed to see changes.
saintnic
11-12-2013, 06:14 PM
Sir you rock!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.