Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Few CSS questions
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Few CSS questions
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01530195
Message ID:
01530195
Views:
109
Hi everybody,

In ASP.NET MVC project I added an image in Images folder (I created that folder). I'm trying to do this in the site.css
h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
    background-image: '~/Images/ChangeInfo.jpg';
}
However, I don't see my image at all. Do I reference this image correctly?

Also, I want to display this info at the top

My Application .....................Version ... Date

By just using h1 tag the info is not shown as I want, all shown together. So, I assume I need to create a new class for the date, right? And what do I need to do for the version?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform