• Welcome to The Cave of Dragonflies forums, where the smallest bugs live alongside the strongest dragons.

    Guests are not able to post messages or even read certain areas of the forums. Now, that's boring, don't you think? Registration, on the other hand, is simple, completely free of charge, and does not require you to give out any personal information at all. As soon as you register, you can take part in some of the happy fun things at the forums such as posting messages, voting in polls, sending private messages to people and being told that this is where we drink tea and eat cod.

    Of course I'm not forcing you to do anything if you don't want to, but seriously, what have you got to lose? Five seconds of your life?

Search results

  1. Peter Shadeslayer

    What are you reading?

    I'm trying to find one I can really get into. I read Impulse by Ellen Hopkins last night. Six hundred and sixty-six pages of WOW. I'm reading Angels & Demons by Dan Brown now.
  2. Peter Shadeslayer

    Another Styleswitcher fail

    The reason the other pages aren't working right is you haven't changed the code to what I emailed you, lol. :] I changed it around a lot. =O Maybe make sure the stylesheet HTML declaration is as follows: <link rel="stylesheet" href="<?php echo $style[$no]; ?>" type="text/css" /> My guess is...
  3. Peter Shadeslayer

    My Page is Stretching

    That technique does not work in Internet Explorer. This does. I know there's a fix for it; I still use that sometimes. I like this way, though. I suppose Fx is the problem here. =\
  4. Peter Shadeslayer

    Another Styleswitcher fail

    Nonononono. XD You have the links like this: <a href="http://ditto.ifastnet.com/styleswitcher2.php?style=2">Link</a> <a href="http://ditto.ifastnet.com/styleswitcher3.php?style=3">Link</a> You only have to put the style number after the 'style=' part, not after 'styleswitcher'. :D
  5. Peter Shadeslayer

    Musical Instruments you play

    I second this motion. I play the following: Piano -- 8 years (intermediate) Flute -- 2 years (intermediate) Clarinet -- 2 years (easy) Bass Clarinet -- 2 years (intermediate) Organ -- ~1 year (easy-intermediate) :D
  6. Peter Shadeslayer

    My Page is Stretching

    No. The -49% is necessary for centreing the layout. I picked up the technique somewhere.
  7. Peter Shadeslayer

    Another Styleswitcher fail

    Wherever the links are to change styles. Example: <a href="http://ditto.ifastnet.com/styleswitcher.php?style=1">Style 1</a> <a href="http://ditto.ifastnet.com/styleswitcher.php?style=2">Style 2</a> etc... Upon clicking those, the style will be changed. :D
  8. Peter Shadeslayer

    Spanking

    When a child is spanked too much, it becomes pointless to them. They begin to take it unemotionally. Spanking should be used as a punishment only when necessary. When VERY necessary.
  9. Peter Shadeslayer

    Gay Marriage Is Bad For Small Businesses

    Talk about people that need to get a life get over themselves. As was stated before, this argument is against all marriage. He believes in God. Marriage was a religious institution, truthfully. But when every heterosexual that gets married is clear in the way of the Good Book, let me know...
  10. Peter Shadeslayer

    My Page is Stretching

    I think not... It fits. http://z-design.jenviousity.com -- http://z-design.jenviousity.com/styles/style12.css
  11. Peter Shadeslayer

    Another Styleswitcher fail

    Ok, the URLs to change styles should be like this: http://ditto.ifastnet.com/styleswitcher.php?style=2 That'll change it and cookie it and everything. :D
  12. Peter Shadeslayer

    Major CSS issues; Am I doing something wrong? Styleswitcher help!

    In summary, no you personally cannot use internal stylesheets in this style-switcher. I strongly suggest you look up a tutorial online somewhere. :]
  13. Peter Shadeslayer

    My Page is Stretching

    I've scrolled over. There's nothing there. I think Fx has a problem with this (which isn't the exact code, but it's close enough: #container{ width: 98%; position: relative; left: 50%; margin-left: -49%; }
  14. Peter Shadeslayer

    Another Styleswitcher fail

    You can email me Ditto, or talk to me on Google or Facebook. [I'm Peter from T.I.T.]
  15. Peter Shadeslayer

    Is there a way to make a background stretch?

    This cannot be done... YET. It's one of the new features coming with CSS3. Until then I suggest you find a tileable background. :D
  16. Peter Shadeslayer

    PokemonDaisuki Forums

    I, Peter, do support this message.
  17. Peter Shadeslayer

    Another Styleswitcher fail

    <head> <?php if(isset($_COOKIE['style']){ $no = intval($_COOKIE['style']); $style['1'] = 'http://ditto.ifastnet.com/stylesheet.css'; $style['2'] = 'http://ditto.ifastnet.com/stylesheet2.css'; $style['3'] = 'http://ditto.ifastnet.com/stylesheet3.css'; $style['4'] =...
  18. Peter Shadeslayer

    Hello (what a pathetic title)

    :D Peter... Peter-- he gets it now.
  19. Peter Shadeslayer

    My Page is Stretching

    http://i41.tinypic.com/2mdf9ug.jpg There's a horizontal stretch in Fx 3.
  20. Peter Shadeslayer

    Another Styleswitcher fail

    Oops, I forgot to take out the line... let me fix it. <head> <?php if(isset($_COOKIE['style']){ $no = intval($_COOKIE['style']); $style['1'] = 'http://ditto.ifastnet.com/stylesheet.css'; $style['2'] = 'http://ditto.ifastnet.com/stylesheet2.css'; $style['3'] =...
Back
Top Bottom