Hi guys i have a problem my content page,inhereted from my master page has two content place holders one head (for css style ,js etcc) and another to put page specific content.
I have and issue first with trying to input html and css for page specfic content for example i would like to input this,
http://cssdeck.com/labs/sleek-sign-up
,
my asp.net page will render it as follows
http://imgur.com/gallery/aIAOy3S/new
i have the html code in a content panel,the css seems to be working just fine asp.net as seen from the different page fonts does not seems to be rendering fine,if it helps i use the same html/css in the deck link just without the body tag for the css
secondly when i create a label and textbox in a simple table
with the code
<table>
<tr>
<td>Email:& ...
Go to the complete details ...