Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Cascading Style Sheets _ CSS Issues After Converting HTML Page to ASPX Page

Posted by: ftbadolato Sep 15 2018, 03:47 PM

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:
http://propman.onepropertyway.com/login.html

The .aspx version of that same page is here:
http://propman.onepropertyway.com/login.aspx

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!

Posted by: pandy Sep 15 2018, 09:55 PM

I just get a login page.

Posted by: ftbadolato Sep 15 2018, 10:25 PM

QUOTE(pandy @ Sep 15 2018, 10:55 PM) *

I just get a login page.


Yes...that's the page with the CSS issue I want to resolve. I shared links to the HTML version and the ASPX version.

Posted by: pandy Sep 29 2018, 10:09 AM

I'm sorry, I didn't see your response. But it looks like you've fixed the problem on your own.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)