first real website. Need some critique.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I found another problem now.  My privacy page is messed up.  Every other page is okay.  Why is this?  I also have a little overlap in the contact us page.   I also think I am referencing 2 style sheets when I don't need to be even though they are the same one.  I guess I should of slept last night so I would remember what I did.
13 years ago
just the contact form now
13 years ago
thrifty34 wrote:
just the contact form now

You just need to adjust the width of the textarea which can be done by editing the skin file in your theme (App_Themes/darkOrange/publicStore.skin). Look for the following line:
<asp:TextBox runat="server" SkinID="ContactUsEnquiryText" Height="150px" Width="500px"/>
and change the 500px to 425px.

.
13 years ago
Got it thanks.  Was always curious about the skin file.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.