Just a little script I made to make the document size bigger. Originally Posted by Nile Ok: Code: <html> <head> <title>Javascript Document Resizer</title> <script type="text/javascript"> // Made by Nile //UnlinkThis.net //This credit tag must not be removed! var size = new Array("XSmall", "Small", "Medium", "Lage", "XLarge", "XXLarge"); var reSize = ...
<html> <head> <title>Javascript Document Resizer</title> <script type="text/javascript"> // Made by Nile //UnlinkThis.net //This credit tag must not be removed! var size = new Array("XSmall", "Small", "Medium", "Lage", "XLarge", "XXLarge"); var reSize =
<script type="text/javascript"> // Made by Nile //UnlinkThis.net //This credit tag must not be removed! var size = new Array("XSmall", "Small", "Medium", "Lage", "XLarge", "XXLarge"); var reSize =
The script does not have a randomizing option on the scroller, and due to a recent thread I made. (http://www.dynamicdrive.com/forums/s...70&postcount=2). Your new code should look like this: Code: <script type="text/javascript"> /*********************************************** * Fading Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit ...
<script type="text/javascript"> /*********************************************** * Fading Scroller- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit
Originally Posted by Nile Here's the code I came up with: HTML Code: <style type="text/css"> div.advertise { } div.advertise div.row { clear: both; margin: 1px; padding: 1px; min-height: 45px; } div.advertise div.row div.ad { border: 1px solid #D8D6CF; margin: 2px; padding: 2px 0px 0px 0px; width: 117px; height: 45px; text-align: center; float: left; } ...
<style type="text/css"> div.advertise { } div.advertise div.row { clear: both; margin: 1px; padding: 1px; min-height: 45px; } div.advertise div.row div.ad { border: 1px solid #D8D6CF; margin: 2px; padding: 2px 0px 0px 0px; width: 117px; height: 45px; text-align: center; float: left; }
Updated 04-28-2009 at 10:13 PM by ddadmin
http://unlinkthis.net/scripts/user-login/ User Login is a free script that provides a non registerable user login script. It doesn't use MySQL or XML, and it is very easy to use. My only request is that you always downlaod the current version of User Login, because v 1, and v 2 have problems that will not be fixed. You can leave credit to: Nile, unlinkthis.net, but as you see if you download the script it is not there. So thats your choice. You may download the script my clicking the download ...
Originally Posted by Master_script_maker Many people have been seeking this for javascript and css, so I have created a highlighter which will add colors. This is still a work in progress and is not efficient for long code, but it should work. Try it out: http://masterscriptmaker.co.cc/tools/hl.php Highlighting is great for readability, and lets you know when you've done something wrong. For this reason, there should be an online highlighter that gives you the bb code too!