Kubi
Jun 18 2005, 09:33 PM
This tutorial was requested by sxyloverboy.Introduction:sxyloverboy has asked me how to make your navigation bar on him website change to add another page, without having to do it on every page. Well, I have the answer for you! BeginningAssuming you have a FTP upload access, you'll be open your file "index.php" -=Example=-Once your "index.php" file is open press "CRTL+F" (Find) and search for something that looks like this; CODE <tr> <td class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" width="100%" height="14" valign="top"> <a href="#"><font color="#FF0000">Main</a></font></td> </tr> Once found, you can copy and paste it in wherever you want, say we want to add a page called "Members", this is what we need to do; CODE <tr> <td class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" width="100%" height="14" valign="top"> <a href="#"><font color="#FF0000">Main</a></font></td> </tr> Copy//Paste another one, like so; CODE <tr> <td class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" width="100%" height="14" valign="top"> <a href="#"><font color="#FF0000">Main</a></font></td> </tr> <tr> <td class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" width="100%" height="14" valign="top"> <a href="#"><font color="#FF0000">Main</a></font></td> </tr> Now you have another page! But we're not done yet! We need to change the name of the page so we don't have 2 of the same pages! Now that you have those 2 there, you need to change the second ones name, look for something in those that looks like this; CODE <font color="#FF0000">Main</a></font></td> See the text that reads "Main"? Change that to whatever you want the page called, in this case "Members" Now you should have something that looks like this; CODE <tr> <td class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" width="100%" height="14" valign="top"> <a href="#"><font color="#FF0000">Main</a></font></td> </tr> <tr> <td class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" width="100%" height="14" valign="top"> <a href="#"><font color="#FF0000">Members</a></font></td> </tr> And viola! You're done! How easy? But make sure, since you already have your files uploaded, you need to re-upload them into your FTP server or the changes won't take affect. Now sxyloverguy ALSO asked me where to find some HTML tutorials! Well, I have the answer; QUOTE . Please note, I have written none of this, it's all written by someone else and distributed to people who need the help FREE. I claim nothing on draacs to be mine! It's a great site to learn almost anything about scripting, css, html, and java.
Reply
Similar Topics
Keywords : edit, index, page, adding, pages
- Naming Web Page Files
Which way you like- MyPage.html or my-page.html or my_page.html (5)
PHP Function To Add Previous and Next Page Feature
useful php function (0) CODE <?php function navigationbar($start_number = 0, $items_per_page = 50,
$count) { // Creates a navigation bar $current_page =
$_SERVER["PHP_SELF"]; if (($start_number < 0) ||
(! is_numeric($start_number))) { $start_number = 0; }
$navbar = ""; $prev_navbar = ""; $next_navbar =
""; if ($count > $items_per_page) { $nav_count = 0;
$pag....
Need Help To Increase The Page Rank Of Website!
(2) Hi everybody, I am dealing in online business and looking for some tips to increase the page rank of
my website. In this I need some helps from you people. Please suggest me some tips so that I can get
good traffic to my website and get more benefits. Your any suggestion will be highly appreciated.
Thanks in advance! ....
Adding Flash Music Player To Home/any Page
How-to (put any song you want!!!) (4) Want to put music on all pages (near the top)? Want any song you want? Well heres how! Place the
following IN PLACE of the tag (paste in while thats highlighted. The text in red you HAVE to
replace with the song url. The text in green is OPTIONAL (whether you want it to autostart or not.
Right now it doesnt, if you want it to replace no with yes.) Of course place this in Admin
Cp>>>Skinning and Styles>>>Board Wrappers>>>Header and Body QUOTE REPLACE THIS
WITH YOUR SONG URL &autoStart= no " /> src="http://www.podbean.com/podcast-au....
1350 Great Free Logos (jpg + Psd)
With both jpg and original psd files to edit (7) 1350 Great Free Logos (With both jpg and psd files)
http://rapidshare.com/files/126291346/1346...Great.Logos.zip This is a great collection of
logos, they are already made logos which you can use like that or just use to create other logos, do
what you want, they are free, they came from free websites that give this logos for free and lot
more, but i just took the good ones mainly. There is also a small collection of 100 logos inside
the compressed file, which you can use to insert those graphics in your logo/design/web design
projects, do what you want with them ....
Page Load Error When Accessing Cpanel
(0) Not sure what the issue is. I cannot even load up any of the cpanel's to allow me to put in a
password. I have tried the link that is located in the Credit System 2.0 I have tried the links
with subdomain/cpanel I have tried the links with subdomain:2082 All 3 of these just give page
load errors. Please note : This isn't a "my password doesn't work" thread. This is a "I
can't even get cpanel to TRY to load" thread. Thanks in advance.....
How Do I Get Rid Of The Placeholder Page? [resolved]
(5) QUOTE Great Success ! Apache is working on your cPanelŽ and WHM™ Server If you can
see this page, then the people who manage this server have installed cPanel and WebHost Manager
(WHM) which use the Apache Web server software and the Apache Interface to OpenSSL (mod_ssl)
successfully. They now have to add content to this directory and replace this placeholder page, or
else point the server at their real content. ATTENTION! If you are seeing this page instead of
the site you expected, please contact the administrator of the site involved. (Try sending ....
How To Make An Item Scroll With You On The Page.
(9) ok im not sure where or how to really ask this... but you can find an example at
http://www.demonoid.com the ad that is on the right side scrolls with you basically to the bottom
of the page. I know they use an iframe but can you show me how that works or what makes it do that?
i tried to copy the source and css but it did not work.. any advice?....
What Is Your Home Or Start Page?
(14) I've had Yahoo! as my start page for many years. I'm wondering if there's a better
start page out there. I remember using Excite several years ago, but their home page now looks
outdated. Do you design your own start pages? If so, what's on it?....
Simple Javascript And Password System
How to protect your pages with password (6) The quickest way to get a password protection system up and running is to use a Prompt box in
JavaScript that has a title like "Enter your Email Address". Only you and the relevant users know
what the password should be, could even be one each, that can be sorted out at the next page then
pass the "input" directly through the url by changing the .href, like
http://www.iSource.net.nz/users/?leTmeIn= The page that then processes this should also check for
the referring page, and three fails from an IP if you like the php (the next page): CODE
<?php // processdo....
Create Page?
How? (11) Hi, everyone! I need to create a script just within a page. Read the following story: I have
an account at one of file sharing hosts. I am tired of every time log in and tell others what I have
at it (files). If there is way to create a script that logs in me and just list the files i have
on this account from specified folder. If you know, let me know as usual.....
Adding Drop Down Menus
(4) I have looked around many IPB support sites, but I didn't find a suitable drop-down menu add-on
that I liked or worked correctly. I have noticed the drop down menus on this forum on other forums,
and I was wondering if this was custom to this site or there was a tutorial somewhere which shows
how to make one similar to this? Or if anything, I basic IPB drop down menu tutorial/add on.
Thanks.....
Create A Google Seach Result Page Embed Within Your Site Page.
(12) Create a google seach result page embed within your site page. It is easier to create
web page that embeded the google search result in it. The first step is to go to google apply an
account for the google ad-sense. After that login to you account and choose the create ad-seach
option. Most of time the google search box give all we have the great and powerfull seach ability.
But, have you think every time users get seach with it. They do redirected to another page that is
not within you site. It is easier to create web page that embeded the google sea....
Bmi (body Mass Index Calculator)
(1) QUOTE Body mass index (BMI) or Quetelet Index is a statistical measure of the weight of a person
scaled according to height. It was invented between 1830 and 1850 by the Belgian polymath Adolphe
Quetelet during the course of developing "social physics". As a measure, BMI became popular during
the early 1980s as obesity started to become a discernible issue in prosperous Western society. BMI
provided a simple numeric measure of a person's "fatness" or "thinness", allowing health
professionals to discuss over- and under-weight problems more objectively with their p....
Problem With Firefox, Latest Version, Not Loading Pages
any ideas? (4) Hi all Ive had this problem for a little while now, i cant say exactly when but it started with
sites such as youtube and has spread out from there really, the biggest culprits are youtube and
myspace. The issue is that if i was on youtube and wanted to watch a video i would obviously click
the link, firefox would then show the loading bar and my page loading timer would start but it would
never actually begin loading, the status bar would say "loading" or if i clicked the link again it
would show "stopped" yet the loading bar would be there. Needless to say the loadin....
Adding Shine To Text
images say "Tiger Ads", but, the board is clsed, so, i'm r (1) OK, in this tut, I am going to show you how to add shine to any text. For this example I will be
using the TigerAds affiliate button. (the board is since closed so, I'm not really advertising
/tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" />) OK then,
lets get started! 1. Open up the image that you will be using, this is mine: 2.
Now that your image is open and making sure that its the .psd so you can edit the text on it. In
your layers menu, hold down CTRL and click on the text layer so that only the te....
Adding Your Website To Google
How to register with google (20) Hi everyone. Hopefully here im going to tell you how to register yourself with the Google search
engine and get yourself in their results. Ill start the tutorial assuming you already have Meta
tags or other search engine optimisation techniques in place. This tutorial is solely about
registering with google. At one time i thought simply using meta tags etcetera would get you listed
in Google, i then found out that didnt work, so i wondered why, and the fruits of my labour are what
will go into this tutorial. the first step is to get a google account, this will get y....
Error Code In Subscriptions Page
problems subscribing to topics (5) I'm seeing some weird warning message show up at the top of my page when I go into "my
controls," then load my topic subscriptions page. At the top of the page, the following code appears
several times: IPB WARNING in_array() : Wrong datatype for second argument (Line: 2711 of
/sources/action_public/usercp.php) I'm guessing maybe that has something to do with the fact
I'm having problems subscribing to my topics and posts? Thanks in advance for your help.....
Scrolling Images?
How to Make an Image Scroll With the Page (5) I'm trying to make my homepage look a little fancier and I've got a nice background image,
but I want it to scroll with my page, like if you scroll down the image will still appear like it
does on the top of the page. Can someone tell me how to do this? I'm using Microsoft Frontpage
to edit it. I'm not sure what programming language this would be, probably CSS or Javascript,
but I can edit the page script with Notepad or something to make this work. Right now the page is
purely HTML, so whichever language this is, can somebody also give me the tags and ma....
Wap Source Code Viewer
Mobile/wap source code viewer page (4) This is a source code viewer that will workl on wap/mobile sites but you can easily convert it to
work on web im sure ;-) CODE <? header("Content-Type:
text/vnd.wap.wml"); echo '<?xml version="1.0"
encoding="utf-8"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
"http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <head><meta
http-equiv="Cache-Control" content="no-cache"
forua="true"/></head> <card title="s60.nerds.....
Adding Rows & Columns In Html Table Using Javascript
(1) I'm trying to create a website with a form that collects some user information to store in MySQL
database. However, I've a problem when I want to dynamically add new rows and columns in the
HTML table so that the user can add more information in the dynamically added textboxes. Here's
what I have: CODE <table border="0" width="90%"
align="center" id="itemsTable"> <tr>
<td width="20%"> Quantity
<....
How To: Make A Simple Php Site
Making one file show up on all pages using php (21) I have looked all over the site and could not find anything that was like this simple, or just like
this at all.. For some people i know that you are using a basic HTML site...and having a big menu
if you want to add somthing you have to go into every one of the pages and add or remove or edit
what you want to do, but with somthing verry simple all you would have to do is edit one file, and
all of the pages that have the PHP script on them would suddenly change to what that one file is.
So to start off if you are planning on using this little tirck, the page that you a....
Refresh Page After Back Button Hit
(11) Hi. I have a page that is dynamically build through DOM manipulation. So, when I browse outside the
page, and then click back, those dynamically created DOM objects are gone. Since I am also using JSP
/ Servlet technology, I can rebuild this page easily, which I have done. Here is my dilemma. If
the user leaves the dynamic page, then clicks back on their browser, I need the page they are going
back to to refresh. I can't figure out how to do this. I've tried using the META tag, but it
won't do it. Help would be appreciated. Thanks. ....
Visual Basic 6.0 Help Needed
Adding lines to a textbox without delete (13) I need help with Visual Basic 6.0 and adding lines to a textbox without deleting any previous
lines.. I've gotten as far as finding a way to add the lines, but it deletes the prevous entree.
Help is appreciated!....
Open Php Page From Another Server
If a server does not support php (7) If web server does not have .php support and I want to put a guestbook or something similar (no
database), and there is no support for other server side scripting, what should I do? I would not
like frames on my page, but - is there a possibility to put .php page from another site into layer
on my webpage at the no-php-site? Does layer support (or any other html command, excluding frames)
page including from another server? Also, does anybody have a solution for this any other way? How
to make a guestbook without php, perl, other scripting languages? Or, how control (r....
Making Winrar Archives
and adding password to winrar archives (12) **** This tutorial will show you how to put files into .rar Archive and pass worded (if wanted)
**** What You Will Need Before continuing you will need a couple of thing, first of all you
need WINRAR , which is a very powerful archive manager. It can reduce size for you email
attachments, decompress RAR, ZIP and other types of files downloaded from the internet. You can get
winrar at http://www.rarlabs.com The other thing is that make sure your using Windows XP because
this is what I used to make this tutorial. I think it works with any other windows not....
Refresh Web Page
(6) Well this questioned wasnt answered in 2003 but hopefully somebody knows the answer, sorry if this
is a simple question but can i force the web browser to refresh the page after pressing the submit
button. Basically my cgi perl form copies a different jpeg with teh same name into my public_html
folder every time the form is submitted, therefore i have to click on the refresh button in IE to
see the different picture. I have tried Code: but it doesnt seem to work in IE6 ....
Test Your Php Pages W/o Upload/internet
complete *working* guide on how to test your php pages (57) In this tutorial, I'm going to show you how to test your PHP pages without the Internet or
uploading the files to your trap17 server. This tutorial is similar to doom's, but the links he
provided does not work, so I decided to make my own tutorial with working links. The program that I
will be using for this tutorial is called XAMPP . XAMPP is a modification of the popular Apache
server, and I'm using XAMPP because of its simplicity to install as well as maintain. The
current version of XAMPP is 1.4.13 and it has the following bundled in the download: QUOT....
Php Unique Hit Counter
Count page hits with php. (28) Hello all, Here is a neat and helpful PHP script that can count unique page views on your website.
First you need to open up a new page in your text editor and paste in this code. CODE <?php
$filename = "hits.txt"; $file = file($filename); $file =
array_unique($file); $hits = count($file); echo $hits; $fd
= fopen ($filename , "r"); $fstring = fread ($fd , filesize
($filename)); fclose($fd); $fd = fopen ($f....
Dreamweaver Or Front Page Or Other?
which's more professional & user-friendly (108) Dreamweaver is founded by Macromedia and Front page is founded by Microsoft. Both are used for
creating websites. Personally, I am using Dreamweaver MX, it is very user friendly and have great
support towards other Macromedia softwares like Flash and Fireworks. How about you, what kind of
software do you use to build your web?....
Looking for edit, index, page, adding, pages
|
|
Searching Video's for edit, index, page, adding, pages
|
advertisement
|
|