Wednesday, 13 May 2009

burn iso disk on Apple Mac

How to burn an ISO CD on an Apple Mac using Terminal command line:

Given an ISO file (image.iso, for example) in the current working directory, use the following command to burn it to a disc that you’ve inserted into a recordable drive:

hdiutil burn image.iso

* Be sure to change directory (cd) to correct dir containing the ISO file before running the above command

Sunday, 10 May 2009

margin auto for centralising divs

another note to self:

css centre main div:

margin: auto;
width: 990px; (or whatever width you need!).

Friday, 1 May 2009

fckeditor images not displaying in drupal

found that I was using 'filtered HTML' rather than 'full HTML' in the Input Format section of the editor page settings. I know I knew this before and will hopefully remember it again!

Posted a reply to someone else with the same problem on the fckeditor forum:


http://www.fckeditor.net/forums/viewtopic.php?f=5&t=13275