[web2py] Re: Responsive website (my first one, built using web2py)

2012-09-04 Thread Neil Harding
such as cropping a particular image at lower resolutions. I added the code for DEFER to html.py as class DEFER(XmlComponent): tag = 'IMG' def __init__(self,url,alt=None,_class=None): self.url = url self.text = ' wrapping around the image. Neil Harding On Tu

[web2py] Responsive website (my first one, built using web2py)

2012-09-04 Thread Neil Harding
want to upgrade to that first. Neil Harding --