Search results

  1. RyanMK

    Adobe master collection CS4 help

    Download Legit?
  2. RyanMK

    Wtffffff

    I did that too, lulz. #hitler#
  3. RyanMK

    Show DevBest [PHP] Twitter "Latest Tweet" script.

    Your right you could but this was coded quickly for a mate starting a fansite and I thought what the hell and release it.
  4. RyanMK

    Show DevBest [PHP] Twitter "Latest Tweet" script.

    Right, this script will display your most recent tweet on twitter. You will need to make a file called latesttweet.php and insert the code below. <?php // This part pulls your twitter ID from the previous page. $username = $twitterid; // Prefix - some text you want displayed before your latest...
  5. RyanMK

    i cant center my stuff using css

    Seriously what either Mark or I have posted works, I just tested it so we can't help you no further.
  6. RyanMK

    i cant center my stuff using css

    Sorry, put the center style as margin-left: auto; margin-right: auto;
  7. RyanMK

    i cant center my stuff using css

    .center { margin: 0 auto; } <div class="center">The code for your navi here</div>
  8. RyanMK

    i cant center my stuff using css

    Make a div to hold the navigation, then use the code I gave you to center it.
  9. RyanMK

    i cant center my stuff using css

    I dont know then cause that code should work fine.
  10. RyanMK

    i cant center my stuff using css

    Not if you wanted to add a margin to the bottom like 10px and plus I didn't see your post xD
  11. RyanMK

    i cant center my stuff using css

    That wont work, you you need to set your left and right margins to auto. (Eg. margin-left: auto; margin-right: auto;)
  12. RyanMK

    am i muted?

    Thread closed
  13. RyanMK

    Hi I whanted to show u my usless page??

    Nice "Codding" skills. Here are some tips, don't remove peoples copyright. That usersystem was not made by you.
  14. RyanMK

    Help [Windows 7 Ultimate]

    Is this what you get when you go to change window color? If so change your theme to a windows 7 Aero one or if you cannot do that then you probably have a problem with your GFX Card.
  15. RyanMK

    [GUIDE] NewLight Helps you!

    You still haven't been this forum for 2-3 years... o/t Hope this helps alot of thepeople spamming up our help sections.
  16. RyanMK

    Suggestion

    Why would there be any need for a new script, aardvark is a very functional script, Rasta did make his own Topsite Script but chose aardvark. And also TheHabbos is not "Just another Aardvark topsite" due to all the modifications Rasta has made api. cache system, loader maker and vBulletin...
  17. RyanMK

    Show DevBest EasyColors - Hex code color picker.

    Yeah, It's an adobe style .swf file.
  18. RyanMK

    Show DevBest EasyColors - Hex code color picker.

    Got bored, so I spent 5-10 minutes on this but already it has proven to be useful. Please "Reccomend" it on facebook as it boosts people using the site. Link: http://msisearch.co.uk/easycolors/
  19. RyanMK

    How do i get a background behind my border?

    <center> <table cellpadding="5" cellspacing="0" border="0" style="border:8px ridge #ff0000; background-image: url(bg2.png);"> <tr><td align="center" valign="middle"> <h1>There should now be a bg</h1> </td></tr></table> </center> Notice how I removed the head tags you put in.
  20. RyanMK

    How do i get a background behind my border?

    You need to give the table a style, you can't just insert css into a table.
Top