Recent content by surrealillusions

  1. surrealillusions

    Host > Middleman > Me problem

    Both the .co.uk and .com have the same website, both on the same IP, so I'm guessing its all sorted? If so, then good :)
  2. surrealillusions

    Host > Middleman > Me problem

    Its stopped working because it has no nameservers attached to it. It was last updated yesterday (9th March). There's also no registrar for the domain either. I cant find out who updated it though, and what they updated. I would guess, it was 1and1 that updated it. Perhaps because the...
  3. surrealillusions

    Host > Middleman > Me problem

    Whats the domain name? Do you know who the domain was registered to? Try and get in touch with 1and1 to see if they have any advice. If its your name and address as the registered owner, then it should be no problem in getting it renewed.
  4. surrealillusions

    Is it possible to setup a camera to do this

    Will do that then :)
  5. surrealillusions

    Is it possible to setup a camera to do this

    Ah, excellent. Thanks. Time lapse..thats the name for it ;) Soon found out after a quick search on Google. Does anyone know of an EOS utility that works under Linux?
  6. surrealillusions

    Is it possible to setup a camera to do this

    I would like to know if its possible to setup a camera in one place, and for it to automagically take a photo once every minute, all day long (or at least for about 9-10 hours). I have a Canon 40D, so it would be nice to know if its possible to do it with that. Thanks. :)
  7. surrealillusions

    What do you do out of season?

    They hibernate, usually altogether, in a tree, just outside of Swindon.
  8. surrealillusions

    i just find this incredibly funny

    People do tend to say I have a weird sense of humour and I'm not connected to planet earth at all sometimes, so I guess this is more proof :D
  9. surrealillusions

    i just find this incredibly funny

    :lol: http://www.picdumpsite.com/main.php?g2_view=core.DownloadItem&g2_itemId=84996&g2_serialNumber=3 I'm not the only one, surely :D
  10. surrealillusions

    Love vs Money

    Probably cos theres alot more poor people in general than rich people ;)
  11. surrealillusions

    Centering a web page

    Sure, just dropped you a pm with my email if you need to send any files.
  12. surrealillusions

    Centering a web page

    Thats probably correct as well. They're both block elements so no reason why it shouldn't work.
  13. surrealillusions

    Centering a web page

    Wrap the entire site in a wrapper div and add a line of CSS. Example: <!DOCTYPE html> <html lang="en"> <head> <body> <div id="wrapper"> <!-- Rest of the site goes here --> </div> </body> </html> And in your CSS file: #wrapper {margin:auto; width:900px;} You may need to use margin:auto 0...
  14. surrealillusions

    Historic Grand Prix Donington Tickets

    £16 I think to get in on the gate for Sunday.
  15. surrealillusions

    Looking for fonts....

    There are a few ways to embed a fancy font in the page, but most, if not all, require technical know-how on what to do and how. Best way is stick to standard fonts or use graphics as already suggested.
Back
Top