matthisco
-
loop through a database and covert a northings and eastings value for each row
Hi traq, Thanks for the reply really appreciate it. I'm getting there slowly. I've manged to loop through my DB and convert the values into latitude and longitude. Do you know how I can update each row in the loop with the new values? …
-
loop through a database and covert a northings and eastings value for each row
Thanks for the reply. I'm sorry I was so vaigue - I was just trying to post some code as a start point rather than nothing at all. I need to covert some northing and easting values into longitude and latitude. I'd like a PHP script to …
-
Display problem with chrome android
Brilliant thanks very much works a treat!
-
Help changing background color of header?
Great thanks very much for your reply!
-
CSS Bootstrap framework- max width 960px?
Thanks for the reply, I have an example layout here: http://www.mharrisweb.co.uk/ss.htm I'm using a span 8 and span 4 for a two column layout, but my columns are too wide for the 960 layout and the divs are clearing each other. Are there any…
-
CSS Bootstrap framework- max width 960px?
Hi there, Using the customized version for bootstrap: http://twitter.github.com/bootstrap/customize.html Can anyone please tell me what Grid system values I need to use for a 960px layout?
-
Css scrolling div problem
Thanks very much for your reply. I have this example working: http://www.mharrisweb.co.uk/ Is there anyway I can stop the green div scrolling over the top of the navigation? Thanks again
-
CSS Bootstrap framework- max width 960px?
Thanks for the replies. Can I use this fixed width layout, but change the width to 960px instead of 720px? http://twitter.github.com/bootstrap/examples/marketing-narrow.html
-
CSS Bootstrap framework- max width 960px?
To do this do I need to modify bootstrap-responsive.css and take out everything between: @media (min-width: 1200px) { } Thanks again
-
CSS Bootstrap framework- max width 960px?
So if I take out the media queries for bigger resolutions, the layout will be fixed for 940px, and the grid will adapt for lower resolutions? Thanks again