Question
 | |  | | | 
Jan 20, 2006, 08:21 PM
|  | Junior Member | | Join Date: Dec 2005 Location: Virginia
Posts: 110
| | | Web page My ISP gives me 10Mb of webspace, I would like to just put a few pictures up and maybe some email addresses. Everyone says to buy Dreamweaver or Frontpage, but isn't there a way to create the file in IE and save it as a .htm and upload that? Or maybe even in Word? In Word 2003 when you go to new document it asks you what type, and one of the options is webpage.
I'm really, really in uncharted area for me and appreciate the help | | | | | | |
Answers
 | |  | | |
Jan 21, 2006, 03:47 AM
|
#2
| | Über Member
Join Date: Dec 2004 Location: Online
Posts: 7,599
| Here is a free web editor that you can try: http://www.nvu.com/
You'll need the ftp info form your ISP to upload your web pages to your personal space there. Most ISPs have a help site that offer some details in how to do this.
Good luck! |
| | | | | | |  | |  | | |
Jan 21, 2006, 05:44 AM
|
#3
| | | Computer Expert and Renaissance Man
Join Date: Jan 2003 Location: LI, NY - USA
Posts: 33,704
Pay to call ScottGem for advice ($.75/min) | Quote: |
Originally Posted by klmgb My ISP gives me 10Mb of webspace, I would like to just put a few pictures up and maybe some email addresses. Everyone says to buy Dreamweaver or Frontpage, but isn't there a way to create the file in IE and save it as a .htm and upload that? Or maybe even in Word? In Word 2003 when you go to new document it asks you what type, and one of the options is webpage.
I'm really, really in uncharted area for me and appreciate the help | For what you are talking about even using Word is viable. You are stalking some very simple pages.
What I would recommend is learning HTML. It is not hard and will allow you to create your pages using nothing more than Notepad. |
| | | | | | |  | |  | | |
Jan 21, 2006, 06:57 AM
|
#4
| | Junior Member
Join Date: Dec 2005 Location: Virginia
Posts: 110
| Downloaded Nvu, pretty simple. -- Thanks
Created the page using that and MSWord, both fairly easy. It seems though that the hard part is figuring out how to upload to the ISP server. Thats going to be the trick.
I'm a pretty smart guy, and maybe its because I'm new to this, but HTML isn't THAT easy. Gotta get the syntax exactly right or nothing works. Found a couple of sites with Webpage/HTML tutorials and am using that as I go along.
Thanks for the help |
| | | | | | |  | |  | | |
Jan 21, 2006, 03:32 PM
|
#5
| | | Computer Expert and Renaissance Man
Join Date: Jan 2003 Location: LI, NY - USA
Posts: 33,704
Pay to call ScottGem for advice ($.75/min) | Quote: |
Originally Posted by klmgb It seems though that the hard part is figuring out how to upload to the ISP server. Thats going to be the trick.
I'm a pretty smart guy, and maybe its because I'm new to this, but HTML isn't THAT easy. | Your ISP should give you instruxtions on how to do that. Generally you use FTP. But many IPSs provide an easier interface to it.
Basic HTML IS simple. Is just a formatting language and more formatting is done with paired tags. |
| | | | | | |  | |  | | |
Jan 21, 2006, 04:11 PM
|
#6
| | Junior Member
Join Date: Dec 2005 Location: Virginia
Posts: 110
| Alright, heres another question, when I create the page and I insert a .jpg, I'm not actually inserting the .jpg, I'm putting in a location of the actual picture, so when I upload this to my ISP's server am I gonna have to upload the webpage and all the pictures and redo the code for the new location?
I understand the tags and most of the procees, the hard part if figuring what tag does what, when/where to put in the attribute, how to tell it where the jpg is (that took me a while to figure out)
Hey, but I'm trying and I really appreciate the help |
| | | | | | |  | |  | | |
Jan 21, 2006, 04:32 PM
|
#7
| | Über Member
Join Date: Dec 2004 Location: Online
Posts: 7,599
| Make a folder that is a storage area for your images, reference that location when you insert a picture in your web page. When you upload your site you upload the web pages and the folders. |
| | | | | | |  | |  | | |
Jan 22, 2006, 06:43 AM
|
#8
| | | Computer Expert and Renaissance Man
Join Date: Jan 2003 Location: LI, NY - USA
Posts: 33,704
Pay to call ScottGem for advice ($.75/min) | A decent HTML book will detail all this for you. Generally you would set the dite up similarly to your local drive. Pages in the main folder, images in a subfolder, other aspects may require their own folders. This allows you to use relative addressing so it doesn't matter where the files are located. For example:
<A HREF="\images\myimg.jpg"></A>
Will refer to the file myimage.jpg in an images folder of the current forlder. The images folder could be on a web server on on a local hadrddrive. |
| | | | | | |  | |  | | |
Jan 22, 2006, 10:21 AM
|
#9
| | Junior Member
Join Date: Dec 2005 Location: Virginia
Posts: 110
| I have found these sites, they've helped
1. http://www.pagetutor.com/
2. http://www.w3schools.com/html/default.asp (Recommended from another site
Also, for S&G's found a couple of validators. I imagine they will make sure I'm close (as always, no guaratees). Can a anyone one recommend a good book?
I'm starting to get real interested in this.
Thanks |
| | | | | | | |
Search this Thread |
Bookmarks
| | |