|
|
|
|
![]() ![]() |
Apr 14 2005, 08:13 PM
Post
#1
|
|
|
$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 6,460 Joined: 21-September 04 From: 9r33|\| 399$ 4|\|D 5P4/\/\ Member No.: 1,218 ![]() |
this little trick i though was useful it used to send a visitor to another page using meta tag and it sends the user to another page with in a few seconds for example you will go to the new page in 5 seconds
CODE <META HTTP-EQUIV=REFRESH CONTENT="5;URL=http://www.yoursitehere.com"> and for those have a good knowledge of javascript they could use this script right here CODE <html> <head> <title>Refresh Page</title> <script language="JavaScript"> <!-- var time = null function move() { window.location = 'http://yoursite.com' } //--> </script> </head> <body onload="timer=setTimeout('move()',3000)"> <p>see this page refresh itself in 3 secs. </body> and those who think its cool to added a song to thier website for fansites this is a goo trick right here CODE <EMBED SRC=your_file.mid WIDTH=144 HEIGHT=60 AUTOSTART=true HIDDEN=true LOOP=1> heres some info on the tags that are used for this -WIDTH/HEIGHT- this tag is use to show how big you want the media play to be on the website -EMBED- this tage is used to put the actual file on your website and to run whatever is in that tag -AUTOSTART-this tag is used when some come to your site it automatically plays if you set it false they have the option to play it. -LOOP- this tag tells you how many times the song file will play on the website you have the option to take the loop off in which it play indefinate. -HIDDEN- this tag is use to the hide the music file which is always a good thing so it won't take space up on the wesbite but its not usual good if web viewers can't turn it off heres another beginner intermidate html code its callled the gradiant effect it takes two colors to make a cool little background effect CODE <body style="filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE2', startColorstr='#FFFFFF', gradientType='0');"> and finally here for beginners is background effects for your website background or table back ground here is the coding CODE <body bgcolor=#000000> [COLOR=blue]or[/COLOR] <body background="backgroundimage.jpg"> and to use it for tables this is how you would go CODE <TABLE BORDER="0" CELLPADDING="4" ALIGN="Center" WIDTH="50%"> <TR> <TD BACKGROUND="bg.gif" WIDTH="10%"></TD> <TD BGCOLOR="#EAE8E8"></TD> </TR> </TABLE> |
|
|
|
Apr 14 2005, 09:03 PM
Post
#2
|
|
|
Member [Level 2] ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 85 Joined: 13-April 05 Member No.: 5,627 |
this right here is a nice lil tutorial for beiginners... i wont be using it much but its interesting
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 7th September 2008 - 11:44 AM |