Hello

I have a VB.NET project in Visual Studio 2013. I am hoping to customise the standard Register.aspx form and want to insert a background image. However, I can't see any 'images' folder in Solution Explorer and I wish to import an image from the desktop and then use something like

body {
    background: transparent url(../images/background.png) repeat;}
}

or

   body {
    background: transparent url(../images/background.png);
    background-repeat:repeat-x;
}

Where do I import the images to, please?

Recommended Answers

All 2 Replies

Right Click on Project Name, then go to Add and Click New Folder. It can attach a New Folder In your Solution Explorer. Rename it. Then Right Click On it and Open it with Windows Explorer and Copy and Pest Your Pictures In it.

That's great, many thanks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.