home hardware prices news articles forums photos user reviews
Go Back   Tech Support Forums - TechIMO.com > PC Hardware and Tech > Webmastering and Programming
Ask a Tech Support Question (free)!

Help with website...again!

Reply
Get bargains at  »  Dealighted.com
 
Thread Tools Search this Thread
Currently Active Users: 2110
Discussions: 200,948, Posts: 2,379,414, Members: 246,310
Old August 17th, 2005, 11:45 PM   Digg it!   #1 (permalink)
SoMuchAnime-SoLittleTime
 
EXreaction's Avatar
 
Join Date: Aug 2003
Location: Plymouth, WI
Posts: 14,983
Blog Entries: 1
Send a message via MSN to EXreaction
Help with website...again!

Well, recently, I have been working on a website, but I have no clue on what exactly I should be doing...so far, I have been making the pages with frontpage, but I know that will not work later on.

So anyways...how do I link each page together?
Also...this site is going to be for free games, and I wanted a small forum section for adding games and stuff like that, and have a section for each game, that has a mini review section, where people that stop by can give it a 1 to 10 rating, and I can write some info about the game. I have no idea on how to do that other than making a web page for each game, and I don't want to make seperate pages, because it will take up a lo of space, and I really don't want to spend that much time on each.

Here is the main page so far:
http://exreaction.100free.com/
__________________
My photography: Flickr

Lithium Studios - phpBB3, PHP, and Web Development
EXreaction is offline   Reply With Quote
Old August 18th, 2005, 12:19 AM     #2 (permalink)
Best To Avoid Me
 
Martoch's Avatar
 
Join Date: Mar 2002
Location: Under Your Bed
Posts: 8,863
You mean how do you link the main page to the other pages with hyperlinks/buttons?

I use FrontPage 2003.


You right click on an image (or highlight a word or words, then right click the selection) and select 'hyperlink'...then the window you see above will be displayed, simply click on the page you're trying to link to (it will show up in the Address bar-rates.html in my example) and hit OK.

I hope that's what you're trying to do.

Are you publishing your site to the web from within FP?

Last edited by Martoch : August 18th, 2005 at 12:34 AM.
Martoch is offline   Reply With Quote
Old August 18th, 2005, 12:57 AM     #3 (permalink)
Ultimate Member
 
Join Date: Jul 2003
Posts: 1,253
For links, just highlight and press Ctrl-K (I believe) for shortcut?

For adding games and reviews, I think you will need to use some sort of PHP program. Something like PHPNuke, but something a little simplerer for just what you need.
Rand Dusing is offline   Reply With Quote
Old August 18th, 2005, 02:43 PM     #4 (permalink)
SoMuchAnime-SoLittleTime
 
EXreaction's Avatar
 
Join Date: Aug 2003
Location: Plymouth, WI
Posts: 14,983
Blog Entries: 1
Send a message via MSN to EXreaction
Ya, I know how to hyperlink something, I just don't know what the adress would be to hyperlink it to.

The site that is hosting it has you upload via ftp...
This is the site that hosts it:
http://manager.100free.com/index.php

I am also using frontpage 03...I tried to make it able to access the ftp with frontpage, but it doesn't work right...

I'll look into php a little...I just have no idea on how to do anything with it...anyone know of some good free tutorials?
EXreaction is offline   Reply With Quote
Old August 19th, 2005, 01:14 AM     #5 (permalink)
SoMuchAnime-SoLittleTime
 
EXreaction's Avatar
 
Join Date: Aug 2003
Location: Plymouth, WI
Posts: 14,983
Blog Entries: 1
Send a message via MSN to EXreaction
Anyone?
EXreaction is offline   Reply With Quote
Old August 19th, 2005, 01:18 AM     #6 (permalink)
Perfetc Member
 
VHockey86's Avatar
 
Join Date: Jan 2003
Location: Maryland Suburbia
Posts: 4,334
With a .php extension you can still use normal HTML, its just that the webserver will check to see if there are any PHP code blocks in it. If you are struggling with links, you certainly don't want to get caught up in PHP just yet.

Open up the website you are working on,
then goto File --> Publish Site

Select FTP, put in the ftp://yourwebsite or whatever host your web provider tells you to use. Directory is probably just '/'

You probably need to check the "use passive FTP" box if you are behind a router.

My suggestion would be to just edit everything locally, and then use a decent FTP client like "Smart FTP" or something classic like "wsftp" to upload the files.

As for the hyperlinks, you should be able to just use relative links (as opposed to absolute links which would be like http://mynewsite.com/test.htm)

So lets say you have two files in the same directory on the FTP, called "index.htm" and "test.htm"

If you are linking FROM index.htm TO test.htm, just specify the link as "test.htm"
The code should look something like this, if you switch to the HTML/code view

<a href="test.htm">My Test Page</a> where "My Test Page" is the text that will be the link to the page.

Last edited by VHockey86 : August 19th, 2005 at 01:24 AM.
VHockey86 is offline   Reply With Quote
Old August 19th, 2005, 01:41 AM     #7 (permalink)
SoMuchAnime-SoLittleTime
 
EXreaction's Avatar
 
Join Date: Aug 2003
Location: Plymouth, WI
Posts: 14,983
Blog Entries: 1
Send a message via MSN to EXreaction
Ya, linking like that should work!

Well, I tried registering at a different site...MUCH MUCH nicer! The last site I was at only had an ftp uploader...that is it...this site has soooo much more! So, I'll screw around with this site, and see if I can find out how to use php.
EXreaction is offline   Reply With Quote
Old August 19th, 2005, 04:03 PM     #8 (permalink)
SoMuchAnime-SoLittleTime
 
EXreaction's Avatar
 
Join Date: Aug 2003
Location: Plymouth, WI
Posts: 14,983
Blog Entries: 1
Send a message via MSN to EXreaction
Ok, I figured out how to install phpnuke, and I have got that working, but I don't think that is what I want...does anyone know what all of them have? I am looking for a free one with a small forum section, and hell I don't know...I want something like a shopping site...think of newegg...it would have a section you go to...then click on the name of the game you want, then have it show a page that has a user reviews section, and some info about the game...kinda like what newegg has.
EXreaction is offline   Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search

Similar Threads
Thread Thread Starter Forum Replies Last Post
My New Website jagnorm Webmastering and Programming 25 March 13th, 2005 10:38 AM
What BT website do you use?? fpantovich Networking and Internet 10 February 25th, 2005 04:52 AM
website?!?!?!? thePh@r@oh General Tech Discussion 10 December 10th, 2003 08:14 PM
What do you think of my website? davidamarkley Webmastering and Programming 30 May 9th, 2003 06:04 PM
need a website albertldee Graphic Design and Digital Photography 5 October 5th, 2002 02:57 AM


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Most Active Discussions
Making Health Care Worse (175)
Is It Just Me? (2940)
Wireless Televisions. (12)
windows 7 problem (7)
CPU fan stops spinning randomly (8)
Regular Build (6)
Is the PSU I received dead? (12)
radeon x850xt platinum & shader.. (5)
Print spooler problem (15)
HIS HD5770 graphic card question (15)
windows vista security holes (9)
Install XP pro and a Vista laptop ?.. (11)
Dept. of HS: NSA 'Helped' Develop V.. (15)
Foreign voltage (10)
Recent Discussions
Multiple Restarts Required at Boot (1)
For Sale BFG GTX285 OC2 with 10 year .. (3)
Point and Shoot Camera Suggestions. (3)
How to convert MP3's (4)
Wireless Televisions. (12)
Graphics Card Upgrade Question (3)
Laptop with wireless problem. (2)
Internet Lost (1)
Hp Artist Edition + Matching Bag (0)
My monitor won't turn on after instal.. (0)
Asus P4G8X Mobo (6)
radeon x850xt platinum & shader 3 (5)
Xbox 360 GTA: SA disk error (1)
Is the PSU I received dead? (12)
windows 7 internet problem (5)
BSOD On Startup (ntoskrnl.exe) (2)
Print spooler problem (15)
Have you switched yet? (86)
screen resolution vs monitor size (2)
sms storage to PC (0)
Regular Build (6)
Open With ..... Win7 (0)
java code for fibonacci (1)
[F@H SPAM 11/16/09] ! 1/2 months to r.. (35)
windows 7 problem (7)


All times are GMT -4. The time now is 10:17 PM.
TechIMO Copyright 2009 All Enthusiast, Inc.



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28