Computer problems,Computer help
*AX SOFT>>>Programming & Design

Need help on making webpage?


Ok i need some help on my freeweb page. I dont know how to make the music or move any of the things u click to take u to another place on my page. plz help!!

"...to take u to another place on my page."

The standard link tags, as given already, will not take you to another place on your page. There are different types of links that will link from one place on a page to another place on the same page.

If wanting to link to another page on your site at FreeWebs.com, you need to make a nav menu and link as such to other pages:

<ul>
<li><a href="index.html" title="Home Page">HOME</a></li>
.
.
.
<li><a href="other.html" title="Description">Link Text Name</a></li>
</ul>

If the bullets interfere where you place your nav menu, then set a style for all the <li> tags" li {list-style-type: none;}

As for putting music and videos on your pages, I recommend using any of the free online generators for mp3 players or if you have the files yourself, then set up your page with this free tool:

http://cit.ucsf.edu/embedmedia/step1.php

Ron

<< bgsound="%filename%" >>in your body tag will play a background sound on your site. Note that this tag is not reccommended. To make a link use <a href="your-url">Link</a>

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • Somebody help?!?

    The guy used Flash 8. He just took screenshots of Flash 8 and pasted them inside the program to manipulate them.

    ...
  • Whats the difference between these two methods?

    Everything separate: pros -you choose what versions -you configure everything yourself -in the end, you'll know more about them cons -more hassle -can be time consuming -you configure ...

  • How can i get on bebo form school ??

    Go to the following site from school, type in the site you want to go to and bingo... ...

  • Multiple values in one if, php?

    Probably a better way, but what about.. if($var==1 || $var==2 || $var==3)

    ...
  • Email form?

    ...

  • The most important differences between called top down or structured) programming?

    There are lots of similarities and overlaps, but basically the difference is this: In structured programming, the idea was that the overall flow of control of the program was laid out using a fu...

  • Php: strptime replacement?

    strftime ...

  • Getting input from a text file using c strings in c++?

    Sure, as long as you use the #include<fstream> header, and name the file you want to use as input. When you parse the data, just store it to a C-String, which as you should know is an array m...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster