diff --git a/Customers/LKWs.aspx b/Customers/LKWs.aspx index f46ead3..38f40c0 100644 --- a/Customers/LKWs.aspx +++ b/Customers/LKWs.aspx @@ -5,11 +5,7 @@ - - - - + <%@ import Namespace="MySql.Data.MySqlClient" %> diff --git a/Customers/Welcome.aspx b/Customers/Welcome.aspx index f63fdad..fdff391 100644 --- a/Customers/Welcome.aspx +++ b/Customers/Welcome.aspx @@ -7,11 +7,11 @@ - + - + diff --git a/css/Customers/MasterpageCustomers.css b/css/Customers/MasterpageCustomers.css index 61e4b56..b183736 100644 --- a/css/Customers/MasterpageCustomers.css +++ b/css/Customers/MasterpageCustomers.css @@ -1,7 +1,7 @@ body { font-family: 'Poppins', sans-serif; background: #fafafa; - background-image: src(../images/road.jpg); + background-image: url("../../images/road.jpg"); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; @@ -163,7 +163,7 @@ ContentPlaceHolder1 { body { font-family: 'Poppins', sans-serif; background: #fafafa; - background-image: src(../images/road.jpg); + background-image: url("../../images/road.jpg"); background-position: center center; background-repeat: no-repeat; background-attachment: fixed;