Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Saint_michael Html Tips & Tricks Issue #1, useful html stuff
Saint_Michael
post 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
T17 GFX Crew



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>
Go to the top of the page
 
+Quote Post
outlawspirit
post 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
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. HTML tags and examples(37)
  2. Saint-michaels Html Tips And Tricks Issue # 2(2)
  3. Basic Html (for Us Kids)(23)
  4. Firefox Tricks(32)
  5. Multiple Classes In Html(8)
  6. Tool Tips Using Only Css To Pop Up The Tool Tip(8)
  7. How To Create Html Page Anchors(5)
  8. Integrating Html And Css Part 1(5)
  9. Fast Template Design In Joomla Cms(2)
  10. Document Type Declarations(0)
  11. Simple Scripts In Html And Javascript(7)
  12. How To Make A Simple File Based Shoutbox Using Php And Html(8)
  13. Do You Want To Use Php Code In Your Html Pages?(9)
  14. Spice Up Your Forms(11)
  15. How To Make A Decent Forum(8)
  1. Creating A Resume(1)
  2. Html Legend(9)
  3. Create A Simple Html Editor With Php And Javascript(3)
  4. Tricks With Php Variables(10)
  5. Creating Navigation For Html Websites(12)
  6. Want-to-start Html Tutorials(2)
  7. Html Bdo...(13)
  8. Html Span(7)
  9. Cakephp On Ubuntu(0)
  10. [php] Clean Code Functions(5)
  11. How To: Html Tables.(8)
  12. Add Flashing Inbox To Invisionfree Forum(2)
  13. Create Dynamic Html/php Pages Using Simple Vb.net Code(1)


 



- Lo-Fi Version Time is now: 7th September 2008 - 11:44 AM