![]() ![]() |
|||||
Custom Navigation Bar
Use the following code to customize your navigation bar. With this code you can change the background color, font style, font color, and link text of the navigation bar. The link text are the links on the navigation bar (eg. home, browse, search, mail, favorites, etc.) which you can replace to say whatever you want. It would be wise to change the text links to something synonymous so your visitors don't end up somewhere they didn't intend to. =) PimpWebpage.com helps you customize your navigation bar. By doing so, you will only have your choice of links displayed on the navigation bar of your MySpace instead of the links of websites you are not even interested in. It's important that you only display what you need by customizing your navigation bar. They only occupy space and it is useless to include them. Customize navigation bar on MySpace today with the help of our tutorials! Let's have a look at the code. The code in green is what you will change to customize your navigation bar. <div class="navigationbar" style="background-color:COLOR eg. blue, red, green; position: absolute; left:50%; top:127px; margin-left: -400px; width: 800px; height: 26px"> <table width="800" height="26" border="0" cellspacing="0" cellpadding="0"> <tr valign="middle"> <td align="center"> <font face="FONT eg. Arial, Tahoma, Times New Roman" color="COLOR eg. blue, red, green"> <a href="http://home.myspace.com/index.cfm?fuseaction=user">Home</a> | <a href="http://browseusers.myspace.com/Browse/Browse.aspx?z=1">Browse</a> | <a href="http://search.myspace.com/index.cfm?fuseaction=find">Search</a> | <a href="http://invite.myspace.com/index.cfm?fuseaction=invite">Invite</a> | <a href="http://rank.myspace.com/index.cfm?fuseaction=RateImage.rate">Rank</a> | <a href="http://mail.myspace.com/index.cfm?fuseaction=mail.inbox">Mail</a> | <a href="http://blog.myspace.com/index.cfm?fuseaction=blog.controlcenter">Blog</a> | <a href="http://favorites.myspace.com/index.cfm?fuseaction=user.favorites">Favorites</a> | <a href="http://forum.myspace.com/index.cfm?fuseaction=messageboard.categories">Forum</a> | <a href="http://groups.myspace.com/index.cfm?fuseaction=groups.categories">Groups</a> | <a href="http://events.myspace.com/index.cfm?fuseaction=events">Events</a> | <a href="http://www.myspace.com/index.cfm?fuseaction=games">Games</a> | <a href="http://music.myspace.com/index.cfm?fuseaction=music">Music</a> | <a href="http://classifieds.myspace.com/index.cfm?fuseaction=classifieds">Classifieds</a> </tr> </td> </font> </table> </div> So here's the code you've been waiting for. Add this code to your "About Me" section: HTML Code (copy Ctrl-C & paste Ctrl-V):
|
|
||||
|
|||||