[web2py] Re: Having trouble with bootstrap glyphicons -- need some help

2014-05-21 Thread Annet
Hi, In Firefox, I tested your TAG in one of my views and it displays both the glyphicon and 'test'. The glyphicon and 'test' weren't aligned properly, which is solved making 'test' a button attribute: {{= TAG.BUTTON( SPAN(_class='glyphicon glyphicon-th'), 'test',

[web2py] Re: Having trouble with bootstrap glyphicons -- need some help

2014-05-21 Thread weheh
Thanks, Annet. I helps to know that it works for you. Since I'm not starting raw, but rather trying to migrate from jQuery UI, I wouldn't be surprised if something else was interfering with the code. I've tried to rip out all the old jQuery UI stuff, but maybe there's something lurking in the

[web2py] Re: Having trouble with bootstrap glyphicons -- need some help

2014-05-21 Thread Annet
Thanks, Annet. It helps to know that it works for you. You're welcome. Since I'm not starting raw, but rather trying to migrate from jQuery UI, I wouldn't be surprised if something else was interfering with the code. I've tried to rip out all the old jQuery UI stuff, but maybe there's

[web2py] Re: Having trouble with bootstrap glyphicons -- need some help

2014-05-21 Thread weheh
I'm still getting nowhere. I've gotten rid of all the jquery UI stuff so I'm down to some raw Bootstrap. I suspect it's not picking up the glyphicons files. Where are your glyphicon .png files residing? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -