SV650.org - SV650 & Gladius 650 Forum



Idle Banter For non SV and non bike related chat (and the odd bit of humour - but if any post isn't suitable it'll get deleted real quick).
There's also a "U" rating so please respect this. Newbies can also say "hello" here too.

Reply
 
Thread Tools
Old 15-01-07, 09:46 PM   #1
Captain Nemo
Guest
 
Posts: n/a
Default what have i done to my webpage?

hi folks,

oh woh is me.

im trying to build a website for my apartment, basically i have too little time or knowledge.

ive used microsoft publisher to make the site, ive got it roughly how i wnt it, ivetried to "publish it to the web", but only the basic text of the first page comes up, none of te lovely pics or anything, anyone any idea what ive done/ not done????

www.bulgariasun.org

hope you can help
  Reply With Quote
Old 15-01-07, 10:15 PM   #2
Heed
Guest
 
Posts: n/a
Default

I thought you'd use frontpage or dreamweaver to make a site. Not much help I know.
  Reply With Quote
Old 15-01-07, 10:17 PM   #3
fizzwheel
Super Moderator
Mega Poster
 
fizzwheel's Avatar
 
Join Date: Dec 2003
Location: Somerset
Posts: 3,614
Default

Not really my field of expertise, but at first glance it looks like you have linked your publisher document to images that are stored locally on your PC. When instead you might have wanted to link them to images that are already hosted on the web...

Dont know might be barking up the wrong tree but thats what it looks like is happening.
__________________
Look Dave, I can see you're really upset about this. I honestly think you ought to sit down calmly, take a stress pill, and think things over.

K5 GSXR 750 Anniversary Edition
fizzwheel is offline   Reply With Quote
Old 15-01-07, 10:19 PM   #4
600+
Guest
 
Posts: n/a
Default

I think you need to FTP to the server and upload the files of the pics then make sure the links point to those files
  Reply With Quote
Old 15-01-07, 10:21 PM   #5
weazelz
Guest
 
Posts: n/a
Default

web design is not really my thing, but of you look at the page source html (right-click then "view page source, or similar) you can see that the page is referencing src="index_files/<filename>. you probably need to copy your index_files directory & its contents to the webserver
  Reply With Quote
Old 15-01-07, 11:05 PM   #6
KrZ
Guest
 
Posts: n/a
Default

chuck all the images to the root of the web host where your index.htm sits.
  Reply With Quote
Old 15-01-07, 11:36 PM   #7
Baph
Guest
 
Posts: n/a
Default

What did you do wrong?

1) You used Microsoft Publisher. You're new to web design, I can forgive you for now :P As mentionned above, look into DreamWeaver or FrontPage (preferably the former).
2) You used a WYSIWYG editor. But then, you're new to webdesign & you don't know any better. You'll learn, eventually.

Right, **** taking out of the way, the serious stuff.

Code:
[img]index_files/image4941.jpg[/img]
That means the browser should look at www.bulgariasun.org/index_files/image4941.jpg for the picture that tag corresponds to.

As others have said, you need to upload the pictures to your host too. Make sure you put them in the right place. Your webhost will be able to give more accurate details, but when you login via FTP, if you see a www or html folder, you need an "index_files" folder under that, and that's where you put the images. If you don't see www or html folders, chances are, you can just put the index_files folder in the main (root) folder. Then put the pictures in it.

A word of caution, Publisher is pathetic at uploading files to the server, so you're probably better designing locally, then manually uploading. Also, ALL WYSIWYG editors write damn sloppy HTML & are best avoided. But the knowledge of what you're doing comes with time, so don't worry about that, it's just a pet hate of mine.

Feel free to PM me any more questions, or use the thread

HTH
  Reply With Quote
Old 15-01-07, 11:45 PM   #8
Ping
Guest
 
Posts: n/a
Default

I'm guessing your index.htm file is sitting in the 'index_files' folder. With your code you're telling it to look for images in a folder called 'index_files' in the same folder, which there won't be because you're ALREADY in that folder...

Try removing 'index_files/' from your image code on index.htm.

i.e. instead of
Code:
[img]index_files/image4941.jpg[/img]
set them to
Code:
[img]image4941.jpg[/img]
etc...

  Reply With Quote
Old 16-01-07, 12:12 AM   #9
Baph
Guest
 
Posts: n/a
Default

Ping, good in theory. In practice, most Microsoft applications take the name of the htm(l) file, and create folder based on the name.

So for example you have blah.htm, most Microsoft applications will create a blah_files folder, in the same one as the htm file, then put all related files in that folder.

So I suspect index.htm is in the root folder, and it expects the pictures in a seperate, sub-folder.

Also, when a browser fetches a document, it pulls the HTML down, inspects it, then runs off & does a separate fetch for all documents (eg pictures) included within the original source. It doesn't care what folder you're in, unless the tag sources start with "./" (eg, "./index_files/mypic123.jpg"). The "./" then matches the current directory.
  Reply With Quote
Old 16-01-07, 10:08 AM   #10
Jabba
Guest
 
Posts: n/a
Default

Only you will know what you've done........how did you transfer the files to the server? FTP software (I recommend CuteFTP, btw) or by built in uploading with publisher?

If the former, visit your site throught the FTP software and see what file structure you have on the server and check that it matches that on your PC. If not then make it so and make sure the files are where they are supposed to be.

As a general rule, your better off using software for its primary purpose. Publisher is really meant for paper publications. Doesn't help you, I know. Sorry.

If you want a free website builder that's easy to use then try WebPlus from here. It has a DTP-style interface that you'll be used to from publisher but with more web-based features.
  Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Associating sound with an image on a webpage the white rabbit Idle Banter 4 13-01-08 03:28 PM
2008 Suzuki Webpage up!! Sourmash Bikes - Talk & Issues 10 12-07-07 05:42 PM
Parts list webpage Wally SV Talk, Tuning & Tweaking 7 10-07-07 01:22 PM


All times are GMT. The time now is 04:46 PM.


Powered by vBulletin® - Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.