Archive: view

 

Posts Tagged ‘view’


If you ever want to have a quick look at a html file from the command line (eg when SSHing into a server) then you will love this little app. Called w3m, its a basic text based browser that will render your html into readable formatted text right on the command line. This is great [...]



 

If your Magento front end looks a little untidy with Add to Cart buttons not lining up on the x axis, this little bit of extra CSS might sort you out: add a min-height to the '.catalog-listing h5' CSS rule for IE6 you can use: height: auto !important; height: 60px I haven't tried this but [...]