2 Topics

Member Avatar for
Member Avatar for garyjohnson

I have javascript code with displays the placeholder attributes on browsers which dont support HTML5, I am testing the code in IE. It works on every field which is type text. But when its type"password" it displays the placeholder as a password and not text. I need to it show …

Member Avatar for LastMitch
0
871
Member Avatar for techlawsam

So I have a placeholder question in the code that i am reviewing [CODE] { Console.Clear(); Console.WriteLine("{0,24}", "Calories Burned"); Console.WriteLine("\n{0,15}:{1,8:f1} hours", "Hours", hours); Console.WriteLine("{0,15}:{1,8:f1} minutes", "Minutes", minutes); Console.WriteLine("{0,6}:{1,8:f1} calories burned", "Calories Burned", CaloriesBurned); Console.ReadKey(); }[/CODE] I know the first half of the following code "{0,15}" , 0 is placeholder and …

Member Avatar for Mitja Bonca
0
127

The End.