954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

BackImageURL= " img.jpg"

guys, i need some help here regarding on the appearance of my background image for my table. i tried to place the image already inside the folder "WebApplication1" where my project is located but the image still is not visible in my table. im using the Mozilla Firefox as my browser in running my program.

example: C:\MyDocuments\MVS2008\Projects\WebApplication1

here is code:
Font FamilyTableHeaderCell>

Sample Text

The errors says " "img.jpg" cannot be find" even though its in the right folder already.

can you guys please give some suggestion on how i can fix this problem..
any replies will be fully appreciated! THANKS!!

butz17
Newbie Poster
6 posts since May 2011
Reputation Points: 10
Solved Threads: 0
 

You have one of the following issues.

if the compiler gives you an error : make sure you right click on the image and choose "include in project"

the path to your image might also be wrong, i recommend using "~/img.jpg"

please make sure you dont have an absolute path to the image. the path should be relative.

ABSOLUTE PATH : "C\Documents\wadawada....\img.jpg"
RELATIVE PATH : "~/img.jpg"

crazyvonzipper
Newbie Poster
11 posts since Feb 2011
Reputation Points: 10
Solved Threads: 1
 

crazyvonzipper thanks alot for the advice... i really appreciate it... hope you can help me again if ever i have another problem in ASP.NET..

THANKS A LOT! :)

butz17
Newbie Poster
6 posts since May 2011
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: