Click here to Skip to main content
15,896,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: image link are broken in the article Pin
Sibeesh KV5-Oct-14 19:06
professionalSibeesh KV5-Oct-14 19:06 
QuestionASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 4:33
Member 876166721-Sep-14 4:33 
AnswerRe: ASP.NET project not 'seeing' css file Pin
jkirkerx21-Sep-14 8:57
professionaljkirkerx21-Sep-14 8:57 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 9:12
Member 876166721-Sep-14 9:12 
GeneralRe: ASP.NET project not 'seeing' css file Pin
jkirkerx21-Sep-14 10:05
professionaljkirkerx21-Sep-14 10:05 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 10:20
Member 876166721-Sep-14 10:20 
GeneralRe: ASP.NET project not 'seeing' css file Pin
jkirkerx21-Sep-14 10:45
professionaljkirkerx21-Sep-14 10:45 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 10:58
Member 876166721-Sep-14 10:58 
OK, I now have this in that logon.css file that I dragged into my tags in Site.master:

.nav a:link {color: #ffffff; text-decoration: none; }
.nav a:active {color: #ffffff; text-decoration: none; }
.nav a:visited {color: #ffffff; text-decoration: none; }
.nav a:hover { color: #ffffff; text-decoration: underline !important; }


a:visited, a:active, a:link
{
 color: rgb(255,255,255); 
 font-size: 1.0em;
 font-weight: bold;
}


http://www.bayingwolf.com/sameGrey.jpg[^]

Those two links are still that same grey colour.

Something, somewhere is simply preventing it from recognising my attempted to change the colour!

Thanks again for your time and patience.
GeneralRe: ASP.NET project not 'seeing' css file Pin
jkirkerx21-Sep-14 11:04
professionaljkirkerx21-Sep-14 11:04 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 11:18
Member 876166721-Sep-14 11:18 
GeneralRe: ASP.NET project not 'seeing' css file Pin
jkirkerx21-Sep-14 11:27
professionaljkirkerx21-Sep-14 11:27 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 11:38
Member 876166721-Sep-14 11:38 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 11:46
Member 876166721-Sep-14 11:46 
GeneralRe: ASP.NET project not 'seeing' css file Pin
jkirkerx21-Sep-14 11:54
professionaljkirkerx21-Sep-14 11:54 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166721-Sep-14 12:16
Member 876166721-Sep-14 12:16 
AnswerRe: ASP.NET project not 'seeing' css file Pin
Arvind Zamakia26-Sep-14 2:56
Arvind Zamakia26-Sep-14 2:56 
GeneralRe: ASP.NET project not 'seeing' css file Pin
Member 876166726-Sep-14 4:39
Member 876166726-Sep-14 4:39 
QuestionHow to add Items in DropDown List Programitically ??? Pin
Abhishek kumar12121-Sep-14 1:00
Abhishek kumar12121-Sep-14 1:00 
AnswerRe: How to add Items in DropDown List Programitically ??? Pin
M.Farrukh Abbas21-Sep-14 1:59
M.Farrukh Abbas21-Sep-14 1:59 
GeneralRe: How to add Items in DropDown List Programitically ??? Pin
Abhishek kumar12121-Sep-14 2:16
Abhishek kumar12121-Sep-14 2:16 
GeneralRe: How to add Items in DropDown List Programitically ??? Pin
M.Farrukh Abbas21-Sep-14 19:04
M.Farrukh Abbas21-Sep-14 19:04 
AnswerRe: How to add Items in DropDown List Programitically ??? Pin
Arvind Zamakia26-Sep-14 3:28
Arvind Zamakia26-Sep-14 3:28 
QuestionWhy is it so difficult to make search by dropdownlist value? (Solved) Pin
samflex20-Sep-14 15:10
samflex20-Sep-14 15:10 
AnswerRe: Why is it so difficult to make search by dropdownlist value? Pin
M.Farrukh Abbas21-Sep-14 2:02
M.Farrukh Abbas21-Sep-14 2:02 
GeneralRe: Why is it so difficult to make search by dropdownlist value? Pin
samflex21-Sep-14 4:08
samflex21-Sep-14 4:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.