Search Results |
Subject |
Author |
Forum |
Time |
RE: Share Your Shoes My main shoes are a pair of lakai larsens [img]http://www.lakai.com/06/footwear/sp06/images/ slarsen_gry.jpg[/img] And i also wear by trashed flipflops loads. I've also got a non-descript pair of nike trainers for sports, and a pair of walking boots ... | Plik | General Chit Chat | 07-15-2006 at 07:23 PM |
RE: Moving to Spain! That big bright thing that will be in the sky is called the sun. I hear you don't ever see it up in wales :D /me runs Have a good trip and hope the hot weather doesn't kill you :P Get some books about webdesign to read on the way there :P | Plik | General Chit Chat | 07-14-2006 at 06:23 PM |
RE: HTML Lists mean? I've never had issues with positioning ul's and ol's the same way you would a div, because they are both block level. The only issue is that lists generally have padding and margins by default, which cause issues if you don't expect it. | Plik | Tech Talk | 07-12-2006 at 07:01 PM |
RE: HTML Lists List elements are block level....................................... | Plik | Tech Talk | 07-12-2006 at 06:57 PM |
RE: HTML Lists Couldn't you center the ol, and setting the text-align to left? Nothing much, but you should always work for as little markup as is necessary ;) | Plik | Tech Talk | 07-12-2006 at 06:45 PM |
RE: HTML Lists Just out of interest, why did you need a div? | Plik | Tech Talk | 07-12-2006 at 06:38 PM |
RE: How to position a navi bar? Yes, you would use css, and you would position it just like positioning anyother element. Google for a CSS positioning tutorial, as it can do a better job of explaining it than i can. | Plik | Tech Talk | 07-11-2006 at 07:18 PM |
RE: Restarting messenger Exit it by right clicking on the icon in the system tray and clicking exit. Then just open it again by clicking whatever icon you use to open messenger | Plik | Skype & Live Messenger | 07-10-2006 at 11:44 AM |
RE: Word problem He's in "normal view" and he wants "print layout view" But yeh, dunkers is right, you can also change this using the view menu | Plik | Tech Talk | 07-07-2006 at 10:51 PM |
RE: is this possible You could use: [code]Interop.Call('User32', 'PostMessageW', ChatWnd.handle, 16, 0, 0);[/code] To close the window. All it does is posts WM_CLOSE to the chat window. Closing group chats takes some extra work, but you can cheat and post an enter ke... | Plik | Scripting | 07-07-2006 at 09:53 AM |
RE: [Joke] [Release] Open Window Notification Because as has been discussed a bazzilion times, [b]currently there is no way to make one that is reliable[/b] If you want it so bad code it yourself, what anyone else does with their time is up to them. Coders arn't slaves, they code what they wan... | Plik | Scripting | 07-04-2006 at 01:42 PM |
RE: [Joke] [Release] Open Window Notification :lol: i thought the script might be dodgy, so i checked the source straight after i downloaded it :P Love the joke stiggeh <3 Why's it sad, are people not allowed to have a joke? Just people you people fell for it <3 Also, i wouldn't define it int... | Plik | Scripting | 07-04-2006 at 12:41 PM |
RE: [Release] Poke Script! You can poke even with out the script. All it does is check the incoming messages for "poke" and if it contains it, then it falls over. | Plik | Scripting | 07-04-2006 at 10:55 AM |
RE: -The so called Addware, wont go away Did you use any other anti-adware programs to try and remove the sponsor before trying to uninstall it the proper way? If so, re-install plus [b]with[/b] the sponsor, then uninstall it through Add/Remove Programs If you've done all this and it still... | Plik | WLM Plus! Bug Reports | 07-03-2006 at 11:42 PM |
RE: PHP help ... again Heres a quick function i made. All it does is take X chars from your string using [url=http://www.php.net/manual/en/function.substr. php]substr[/url] and then sticks something on the end [code]function shorten($string, $chars, $append = '...'){ r... | Plik | Tech Talk | 07-03-2006 at 06:51 PM |
RE: PHP - die function die echos the parameter you give it, then ends the current scripts execution. As ever, if you're in doubt about a php function, look it up on php.net http://www.php.net/die | Plik | Tech Talk | 07-03-2006 at 05:10 PM |
RE: Taking it to far. Make your mind up? And it would be a lot easyer for people todo as you asked, and read your posts, if you used enter a few times to seperate out the text, insted of blocking it together[/size] | Plik | General Chit Chat | 07-03-2006 at 11:04 AM |
RE: MPScripts.net - Project Monkey :dodgy: Other than that, it looks good, lacking content but........ :P | Plik | General Chit Chat | 07-02-2006 at 07:50 PM |
RE: [New Release] Visitor control 1.5
| Plik | Scripting | 07-02-2006 at 05:45 PM |
RE: i can't show the name of the song .. The music now playing script can do that Check out [url=http://shoutbox.menthix.net/showthread.php?ti d=61021][release] Music now playing[/url] | Plik | WLM Plus! Help | 07-02-2006 at 11:02 AM |
RE: My MP!L Scripts website IIRC, it applies for XHTML 1.0 strict aswell as XHTML 1.1 | Plik | General Chit Chat | 07-01-2006 at 06:50 PM |
RE: Just wanted to tell you all... Its a good sign that you're taking an active approach in getting it sorted (y) /me huggles tashy /me drools over her random sig and avness | Plik | General Chit Chat | 06-29-2006 at 08:39 PM |
RE: [Request] Message Box Notifier This has already been discussed in [url=http://shoutbox.menthix.net/showthread.php?ti d=61565]The open/closed window notifier feature[/url] | Plik | Scripting | 06-28-2006 at 06:33 AM |
RE: Is it possible to let sendMessage parse HTML? If you want the html to actually render then it is either impossible, or really really hard. How ever if you don't want to html to be rendered then it should be really easy. | Plik | Scripting | 06-27-2006 at 09:09 PM |
RE: [Request] Bot? Erm match does test if the message contains the words. match is is a regexp function | Plik | Scripting | 06-26-2006 at 05:09 PM |