Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Few CSS questions
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Few CSS questions
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01530195
Message ID:
01530195
Vues:
101
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform