|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (5 bit)
Join Date: Dec 2002
Location: Richmond, Virginia
Posts: 18
|
Building my first web page
I am fairly new to web page building. I am building a simple page in Word, and I want to insert some jpegs. They are visible when I am editing in Word, but aren't when I publish it to the web. How do I embed the images into the page? Thanks
|
|
|
|
|
|
#2 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Rule Number 1. Don't use Word for building Web Pages. It is probably the worst out there besides Publisher. Use Notepad, head over to HTML Goodies and learn some HTML.
The main thing to remember when working with images is that you don't embed them in a page. You link to the image via it's path. So on your local machine, the path to the image may be C:\My Document\picture.jpg . On the web, this won't work since the picture won't be in the proper path. Usually create a sub-directory in your web folder called images and link to it like so: <img src="/images/picture.jpg" width="" height="" alt="">. that way the path is the same for everyone. |
|
|
|
|
|
#3 |
|
Member (5 bit)
Join Date: Dec 2002
Location: Richmond, Virginia
Posts: 18
|
So you don't actually upload the image on the page, you upload the images individually and link them to the page? If that makes sense. Thanks for the help.
|
|
|
|
|
|
#4 |
|
Forum Administrator
Staff
Premium Member
Join Date: May 2000
Location: Joplin MO
Posts: 37,771
|
If you don't want to learn HTML and need to get a simple page up, you can use Netscape or Mozilla Composer to build a page "wysiwyg" (what you see is what you get). It's probably the best freebie wysiwyg editor out there. Believe it or not, Word 97 isn't too bad converting a document to HTML, but Word 2000 is horrible - it does everything XML and bloats the code horribly. The best "converter" I've found is Arachnophilia - it converts RTF (rich text format) files to nice tight HTML code, and is a decent code editor too. I haven't tried the new Java crossplatform version 5 yet - I still use version 4 for Windows.
You now have the correct concept - HTML is just text, images have to be uploaded separately and "linked" in the HTML code. |
|
|
|
|
|
#5 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
A couple of other notes.
|
|
|
|
|
|
#6 |
|
Member (5 bit)
|
hi mairving,
just curious know why will the table be replaced by CSS. Every webpages are designed in tables. so is it going to affect anything? |
|
|
|
|
|
#7 | |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Quote:
http://www.macedition.com/cb/samples/div_mac2W.html http://www.alistapart.com/index.html |
|
|
|
|
|
|
#8 |
|
Member (5 bit)
|
hi there,
the site looks nice without the use of the tables. thanks for posting the URLs and for your help. Cheers!!! |
|
|
|
|
|
#9 |
|
Member (9 bit)
|
well, since you're using word, you probably have a version of frontpage, which despite what people say, isn't a bad editor.
|
|
|
|
|
|
#10 | |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|