ShrimpCrackers
ShrimpCrackers

Reputation: 4532

ASP/HTML/CSS - Design View Different from Browser Preview

I'm getting a difference in my design view and what the actual preview displays. I'm pretty sure my code is correctly reflecting what appears in the design view, but incorrectly in the browser preview. Any suggestions on how I can fix this and why this is happening? The black content area should be below the header and buttons.

Master Page Design View: http://imageshack.us/photo/my-images/30/designview.jpg/

Browser Preview: http://imageshack.us/photo/my-images/638/browserpreviewz.jpg/

IE and Chrome both display the same behavior.

Here is the code of the master page:
(because of '<' I'm having getting asp code in here...how do I enter it in as code sample?)

Upvotes: 1

Views: 905

Answers (2)

JesusIsGod
JesusIsGod

Reputation: 1

Your CSS might be cached. When you are looking at the web preview, It is worth a try to reload the page and the CSS by clicking ctrl-F5 (not just F5). This worked for me a few times when I felt that my CSS changes are not being rendered in the web preview.

Upvotes: 0

xec
xec

Reputation: 18024

Personally, I find i can never trust the web preview in visual Studio, so while this is not really an answer to your specific question I recommend you always use an actual browser for preview. :)

Upvotes: 2

Related Questions