I have a specific Content Page (with an existing Master Page) that pretty much just has basic text wrapped with some <p>, <ul>/<li>, <h3>, <h4>, <blockquote> tags…like a blog post.
Is this ok to hardcode all of this html into my content page? Is there a better way (design-wise) to put text into an ASP.NET web page?
I have a specific Content Page (with an existing Master Page) that pretty much
Share
Yes, that’s fine. Just make sure that if you’re actually using a Content Page (in that it’s a child to a Master Page), you keep all your HTML within the ContentPlaceHolders.