Hello,
I want to create a slideshow and used the WOW slider free software to reate the slideshow and then to insert it in mymaster page.
I get the error:
Error Unexpected end of file looking for </head> tag.Here is my code of my master page . the slideshow will be used by a page that is based on this master page. I have in
bold what the free software inserted on its own...this is what causes the problem I guess....please help!
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Frontend.master.cs" Inherits="MasterPages_Frontend" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link id="Link1" ...
Go to the complete details ...