Any suggestions for it then Cheech? I am always open for them .
Anyway, thanks for all the replies. I will probably add images if I end up using it, but it is just a test template that I made at the moment. I'm going through several and trying to choose one to use.
CSS is a stylesheet. You can use it to set the colours, looks, effects, sizes, styles and a lot more of a template or a web page. I find it very useful indeed, and use a CSS stylesheet on all of my sites .
Thank you for your comment, I really appreciate it .
Do you mean that I should change the font on the buttons? If so, then I will probably do that on the final version .
Simply copy this into a PHP file and save it onto your website:
<? if ($_GET[act]) { if ($_POST[from] == "") { print "You need to enter the URL of the file."; } else { copy("$_POST[from]", "files/$_POST[to]"); $size = round((filesize("files/$_POST[to]")/1000000), 3); print "Success! The ...
I wrote this script the other day for someone who requested it. If you put it on your website, then you can create your own URL shortening website, like my site, URLmini. I use a different script on my site though, one with MySQL ;) . This script only requires PHP support as it uses PHP files to do ...
HotScripts.com has a load of free PHP scripts. You could do a search on there for one and it would probably show you a few that you might like to try .
What do you mean by he 'views my BB Code'? Do you mean that he views the souce code to your bulletin board? Generally, BB code is used to mean the code that is used on bulletin boards, such as this one. For example, This code (without the spaces) would make the text bold[/B ]. If it is only this he ...