|
Html Codes And Help Linking files and pages- To link files they have to be uploaded on a server such as 50megs, angelfire and homestead ect. < a href="File u want to link to">Insert text here</a> U must remove the space before A and after< Then type in the url of the file and the text u want it to say. When u click on the <insert text here> the file will begin downloading! To do a page just link the page in stead of a file Example: < a href="http://www.yahoo.com">Yahoo</a> with out the space it would apear as Yahoo
Linking Picures To link picures the pic has to be on a server if u nkow the url then type < img src="(image location in url terms)"></a> Remove the space after < and before I THe image should apear when u have the page if there is an X in the corner then you either typed the wrong url or it is just being lazy To make it not be lazy right click on the picture then click on "show picture" to fix the html find the url and click and paste it wright Example:< img src="http://fagsliar.50megs.com/dbz2kbutton.gif"></a> with out the space after < would = To insert music backround you have to have a .midi file uploaded on the internet< bgsound src="url for the midi file" loop="infinite" volume="100"></a> just remove the space after < and then insert the url for the music then the music should play in the backround Insert a email link:< a href="mailto:insertemailhere">Text</a> U must take the space out after < Requested This is a java script code and has been asked for alot here it is< script language="JavaScript"> function NEWWINDOW() { window.open ('url of the page'); } NEWWINDOW() just remove the space after < Insert Flash into a page:< param name=movie value="insert the name of the clip"> < param name=quality value=high> < embed src="insert clip name here" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="602" height="527"> Make sure there r no spaces after <'s U must replace "insert clip name here" with the clip name and they must be in the same directory |
|