Rays WEBL help page














Home | Dead Pool | Anagram's Scouting guide | WEBL Beginners Guide 3.0 | DIMINISHING SPEED RETURNS | Krystal's HTML Page | top 5 tips | Contact Me





ev.jpg
















WWW.VIVI.COM
 
 
 
If you notice something that needs more Clarification, Is Incomplete and needs adding too, or is just plain wrong e-mail me at Raymond_h_smith_jr@yahoo.com and tell me
 
If you have ideas for additions send them to the same e-mail

 

HTML HELP:

 

To post a picture or to put one on your gym page:

<img scr=enter IMG source here>

ie <img src=http://www.vivi.com/images/webl_icon3.gif>

gives you the WEBL logo

The img source has to be a web source you can't just type in where on your computer the file is

To Position the image: Put the position before and after <img src=> <Right><img src=></Right> <Center><img src=></Center>

To flip the image: (thanks to  Hammer71)

<img src="http://www.vivi.com/images/webl_icon3.gif" style="filter:flipv;">

Font Changes:

<b> enter text here</b> makes your words bold

<i> enter text here<i> Makes your words italics

<u> enter text here</u>  Make your words underlined

<font size="+3">enter text here</font>  makes your font 3 sizes bigger

<font face="Courier">text</font> changes the font style

<font color="red">text</font> changes font color

<font face="Courier"><font color="red"><font size= +3>Text </font></font></font> uses all 3 things together

Remember to use a </font> end code for every start code you use

Make a banner (Marque):

<marquee><Font face="New times romanr" Font size="15" color="Purple"><b>WWW.VIVI.COM</b></marquee></font><br>

This will give you the Marquee at the top of the page. Size can be changed within the code by changing the # after font size (in this case it is 15)  

The color is changed by typing in the desired color inside the " brackets after color = (in this case purple) color names can be found on the chart in the section bellow (here you want the color name not the # code)

Words are changed by replacing WWW.VIVI.COM with your desired text. <b></b> does not need to be used this is simply to make the above marquee bold

 

Change Background color:

<style>body    {background-color:#111111} </style><BODY BGCOLOR= "yellow" TEXT="palegoldenrod" LINK="darkred" VLINK="darkred">

To find the # key for the color you want or to find the proper name for colors go to http://www.kevingoebel.com/html/colortable.html

BODY BGCOLOR= not really sure what this means but without it the page looks like crap

Text= "The color of normal type on your page"

Link= "The color of links before you click on him"

VLink= "Is the is the color links after they are clicked on

Having a picture as your background:

<Body background="pic link"> ie. <Body background="http://www.metroactive.com/papers/metro/01.15.98/gifs/boxer-9802.jpg">

Getting your Background to do what you want it to do:

Make the pic not multiply: background-repeat: no-repeat;  

Must be followed by where on the page you want it to be ie. background-position: center; 

So: <body style="background-repeat: no-repeat; background-position: center;" background="http://www.vivi.com/images/webl_icon.gif" VLINK="darkred"</a>

Will make a single picture on the background of your page

Make the pic stay still in the backgroundbackground-attachment: fixed;

<body style="background-repeat: no-repeat; background-position: center; background-attachment: fixed; " background="http://www.vivi.com/images/webl_icon.gif"</a>

TEXT="palegoldenrod" LINK="darkred" VLINK="darkred" should be added with the color of your choice just before </a>

 

Having music play on your page:

<embed src="enter source of music file here" autostart=true loop=true hidden=true volume=250>

ie.  <embed src="http://twf211.tripod.com/sitebuildercontent/sitebuilderfiles/hogan.wav" autostart=true loop=true hidden=true volume=250>

will play the song Real American (hulk hogans theme music) when your page comes up

To make the sound of a youtube video (often the best way to get a song) to play use

<IFRAME SRC=youtube video page here
 height=2 width=2 FRAMEBORDER=0 SCROLLING=no></IFRAME>

If you want to have the video on your page, just change the #2 to the size you want

 

 

How to hyper link (make a new page come up when you click on words):

<a href="web page">text</a>

MAKE SURE YOU REMEMBER TO CLOSE THE "" AND HAVE </A> AT THE END OR IT WILL MESS EVRYTHING UP

ie. <a href="www.vivi.com">click here</a> to enter vivi.com gives you

<a href=link TARGET= link>click here</a> will make the page be in a new window

click here to enter vivi.com (To make it so that a new page opens hold shift then click on the words)

To make your link a pic instead of words:

here you have to use two things already talked about on this page

<a href="web page">words</a>  and <img src=pic src>

Just simply use the img code <img src=http://www.vivi.com/images/webl_icon3.gif> in the place of text

Typed in as <a href="www.vivi.com"><img src=http://www.vivi.com/images/webl_icon3.gif></a>

will give you a WEBL logo that when clicked on will link you to vivi.com

ie.  If you click on The big dude at the top of the page you will open VIVI.com

How to make words in a vertical line:

If you want to post a list, but not have spaces in between the lines you need to use <br>

ie. fighter 1<br> fighter 2<br> fighter 3 <br>
fighter 1
fighter 2
fighter 3                                               

 

 

 

  

 

 

Special Thanks to:
 
dA GyM oF PaiN, The Wrinkled Bag,  2Sharp (Manchester United) and Trivi for their questions and answers on the original Q&A thread. Also to  Krystal for help on a few things getting started and linking me on her page. Jim (Sardonics) and Boz for telling me to make a page instead of just bumping the old thread in Q&A.
 
 
 
 
















Please get in touch with any comments or reactions to my site.




l_5dd74f8704b846c88505d1be59bbf44d.jpg


no idea what this part is for