Click here to Skip to main content
15,888,351 members
Home / Discussions / Web Development
   

Web Development

 
QuestionUser Can't Get To Classic ASP Web Site Pin
GenJerDan24-Jun-15 5:34
GenJerDan24-Jun-15 5:34 
SuggestionRe: User Can't Get To Classic ASP Web Site Pin
Richard Deeming24-Jun-15 6:18
mveRichard Deeming24-Jun-15 6:18 
GeneralRe: User Can't Get To Classic ASP Web Site Pin
GenJerDan24-Jun-15 6:30
GenJerDan24-Jun-15 6:30 
AnswerRe: User Can't Get To Classic ASP Web Site Pin
Aladár Horváth3-Aug-15 3:40
professionalAladár Horváth3-Aug-15 3:40 
GeneralRe: User Can't Get To Classic ASP Web Site Pin
GenJerDan3-Aug-15 3:54
GenJerDan3-Aug-15 3:54 
QuestionAny one using spark API Pin
Rahul Singh Tomar19-Jun-15 23:36
Rahul Singh Tomar19-Jun-15 23:36 
Questionfeeling frustrated please help me Pin
Member 1177761319-Jun-15 1:35
Member 1177761319-Jun-15 1:35 
AnswerRe: feeling frustrated please help me Pin
Richard Deeming19-Jun-15 2:18
mveRichard Deeming19-Jun-15 2:18 
The first problem is most likely caused by the "drop downs" script at the bottom:
http://twitter.github.io/bootstrap/assets/js/bootstrap-dropdown.js[^]

That URL gets redirected to the Bootstrap 2.3.2 home-page[^], which isn't a javascript file.

It looks like that script was build for Bootstrap v2. Assuming you're using Bootstrap v3[^] - which you should be, since v2 is no longer supported - the old script wouldn't work anyway. Bootstrap v3 already includes support for drop-downs, so you can simply remove that script tag.


Your "logo" tag is incorrect - the "col-md-2" should be part of the class attribute:
HTML
<div class="logo col-md-2">

That class means that the logo will take up 1/6th of the page width. It doesn't have anything to do with centring the element.
Bootstrap : Grid system[^]



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


AnswerHtml not well formed Pin
Ferd Really23-Jun-15 7:30
Ferd Really23-Jun-15 7:30 
AnswerRe: feeling frustrated please help me Pin
Anil Vaghasiya14-Jul-15 21:43
professionalAnil Vaghasiya14-Jul-15 21:43 
QuestionWireframe / Mockup tools Pin
C-P-User-317-Jun-15 7:10
C-P-User-317-Jun-15 7:10 
Question[CKEditor] How to search the contents in the string? Pin
Member 110547239-Jun-15 15:43
Member 110547239-Jun-15 15:43 
QuestionHTML5: Local Data Base. Pin
Member 117446415-Jun-15 4:18
Member 117446415-Jun-15 4:18 
AnswerRe: HTML5: Local Data Base. Pin
Simewu15-Jun-15 12:38
professionalSimewu15-Jun-15 12:38 
Questionproblem to check value array Pin
Loei Maleki4-Jun-15 1:52
Loei Maleki4-Jun-15 1:52 
AnswerRe: problem to check value array Pin
Loei Maleki4-Jun-15 1:57
Loei Maleki4-Jun-15 1:57 
QuestionCan't find where is the error from Pin
newbiejo2-Jun-15 22:50
newbiejo2-Jun-15 22:50 
QuestionUnable to stop SQL injection errors. Pin
Stephen Holdorf29-May-15 2:10
Stephen Holdorf29-May-15 2:10 
AnswerRe: Unable to stop SQL injection errors. Pin
Sascha Lefèvre29-May-15 2:55
professionalSascha Lefèvre29-May-15 2:55 
GeneralRe: Unable to stop SQL injection errors. Pin
Stephen Holdorf29-May-15 4:03
Stephen Holdorf29-May-15 4:03 
GeneralRe: Unable to stop SQL injection errors. Pin
Sascha Lefèvre29-May-15 4:10
professionalSascha Lefèvre29-May-15 4:10 
GeneralRe: Unable to stop SQL injection errors. Pin
Richard Deeming29-May-15 4:11
mveRichard Deeming29-May-15 4:11 
GeneralRe: Unable to stop SQL injection errors. Pin
Stephen Holdorf29-May-15 8:55
Stephen Holdorf29-May-15 8:55 
GeneralRe: Unable to stop SQL injection errors. Pin
Richard Deeming29-May-15 9:14
mveRichard Deeming29-May-15 9:14 
GeneralRe: Unable to stop SQL injection errors. Pin
Sascha Lefèvre29-May-15 12:55
professionalSascha Lefèvre29-May-15 12:55 

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.