Question: Can anyone please tell me what I'm doing wrong on this code? .auto-style1 { width: 100%; } .auto-style2 { } .auto-style3 { height: 40px; }
Can anyone please tell me what I'm doing wrong on this code?
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
.auto-style1 {
width: 100%;
}
.auto-style2 {
}
.auto-style3 {
height: 40px;
}
The code works, but I was tasked to add a theme, when I add the theme it breaks the code.. Gets the error variable is not declared it may be inaccessible due to it's protection level.
Thanks,
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
