The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> CSS Issues After Converting HTML Page to ASPX Page
ftbadolato
post Sep 15 2018, 03:47 PM
Post #1


Novice
**

Group: Members
Posts: 25
Joined: 21-June 17
Member No.: 26,440



Hello, I purchased a template from TemplateMonster.com. I need to convert the pages to .aspx pages so I can code the business logic. Upon doing so, however, I immediately noticed some of the CSS is not working. I am terrible at CSS and don't know how to properly resolve the issue.

The original template page can be found here:
Original

The .aspx version of that same page is here:
ASPX Page

You can quickly see the differences. I believe the issue is occurring because there is a form element in the HTML and you can't have nested forms. All .aspx web form pages start with a form tag.

The tag in the template looks like:
<form class="rd-mailform form-modern form-darker form-disabled">

I tried simply converting that to:
<div class="rd-mailform form-modern form-darker form-disabled">

...but that did not work. Any help you can provide is greatly appreciated!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 23rd April 2024 - 11:05 PM