PDA

View Full Version : My Website Pictures



kdm172
01-02-2004, 02:55 AM
I don't know where to put this so im putting it here... anyways im making a site right now and whenever i put pictures on it they are a empty block witha x in it and i made a document from word with pictures in some tables and they dont appear at all i use Dreamweaver MX and i use fcpages for a website plz post here as soon as you can if you know anything that can help me

asmithz
01-02-2004, 03:20 AM
the code needs to look like this where you want the pic

http://www.YOUR_SITE_URL.com/YOU_PIC_URL.jpg

SeK612
01-02-2004, 03:24 AM
If you've create the document on your P.C check that the image url's are not pointing to your computer (e.g. C:\My Documents\Pictures\15.jpg) and instead point to their place on the web server which you uploaded them to (e.g http://mysite.com/pictures/15.jpg).

I.am
01-02-2004, 04:31 AM
Read Basic Html tutorials. There are good links under this section and under WebDevelopment. Further questions you can ask under Webdevelopment subforum.

@AgentSmith, why do you have onclick and pointer in your code? He didnt ask to link the picture nor to change the cursor.

An img tag simple is


<img src="http://www.mysite.com/picture.jpg"

You need to upload all the images you linked in the page along with the html file.

Use frontpage in the starting if you like basic word templates.

kdm172
01-02-2004, 04:29 PM
Originally posted by Agent Smith@2 January 2004 - 03:20
the code needs to look like this where you want the pic

http://www.YOUR_SITE_URL.com/YOU_PIC_URL.jpg
Ummm I dont know anything about HTML because I just use programs to make them if this helps any this is my website (http://tools.fcpages.com/manager/n00bied00bie.fcpages.com) its not done yet

I.am
01-02-2004, 06:14 PM
thats the login page to the control panel of the website.

Your site probably is n00bied00bie.fcpages.com (http://n00bied00bie.fcpages.com)

FAQ & Tech Support at your site host (http://info.fcpages.com/searchtech.pl?code=giveanswer&answer=19)

Well read my post about using Frontpage that comes with Microsoft Office 200 or XP. You need to upload all the pictures and all the pages. I would recommend you reading basic html and designing before you get your site up. :)

kdm172
01-02-2004, 08:57 PM
Where can I get front page I don't have it on my computer



EDIT sry i they are animations not pictures

I.am
01-03-2004, 12:24 AM
Microsoft Frontpage comes with Microsoft Office Xp or 2000. The thing is even if you are comfortable with dreamweaver you can do it with that. But before that you need to learn basic things about website designing.

I'll try it to explain as simply as I can.
You need to create an index.html page that will be your main page. All the pictures on that page has to be linked. Create a folder bring all the pictures in that folder. Save your index.html file in this folder and then link all these pictures in whatever way you want. And upload the whole folder(all its contents). The directory structure has to be maintained thats why I said save everything in one folder first.

Now this will make your first page working. You can do the same with the rest of the pages. But read the tutorials they help a lot!