navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

-- IMAGES: Off-site Syntax?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> -- IMAGES: Off-site Syntax?
Page: [1]
 
Soniclight

 

Posts: 89
Joined: 7/23/2003
Status: offline

 
-- IMAGES: Off-site Syntax? - 11/3/2003 23:45:47   
Hi,

I'm still using FP 2003 Beta (waiting to see if there'll be some Thanksgiving shopping days price drops before getting it - LOL). I'm having problems with right syntax for:

A posting at Craiglist (they accept HTML) -- let's call this site "A" -- has pretty basic table layout (copy/pasted all code view from FP page file), in which I have an <img src... to two images at my own domain (let's call it site "B"). Purpose of course: Wishing it to show up by-referral, so to speak.

It did fine the first day I created the FP file and I posted it, but then I checked today and the images area is now a white-box-w-cross - in both FP and site "A."
__________


Q: What is the needed syntax to make sure it shows up? Some blind spots I'm not getting about this:

-- Is "<a ref..." with site "A"s homepage necessary before the "<img src.." Only if it's a clickable image, right/wrong?

-- What order should Border, Height, Width be in? Doing a View Source on "A", I notice that the syntax isn't in the same order as in FP - i.e. Border=0 precedes <img src, Width and Height follow it.

In short: Can someone please give me the EXACT full code and sequence for this "Site A has images that are actually on site B's server" so that neither FP and/nor the site can mess up it up.

Thanks much.

_____________________________

bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: -- IMAGES: Off-site Syntax? - 11/4/2003 11:19:39   
Use an absolute path (full URL) in the image tag, rather than a relative one... like so:

<img src="http: // www. website.com/image.gif" border="0" />

(spaces added to the URL to keep it from false-linking)

You only need the anchor (hyperlink) tags around the image if you want it to be clickable...

Border, width and height default as pixels so it would look something like:

<img src="image.gif" border="0" width="100" height="72" />

for a 100x72 image

< Message edited by bobby -- 11/4/2003 8:22:14 AM >


_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to Soniclight)
Soniclight

 

Posts: 89
Joined: 7/23/2003
Status: offline

 
RE: -- IMAGES: Off-site Syntax? - 11/5/2003 19:28:51   
Thanks for reply. Sorry I didn't acknowledge answer earlier, but I didn't get any e-notification of your reply. Came by today to check if there were any.

Now, if the image is not on the index page, let's say it's on "Page5.html". Does "full" URL mean directing to the page it's included on (Page5.html) -- or -- the site's database directory? Reason I distinguish is that all images are as of now together in one what FP first named as "My Site" directory along with all .html etc.

So should it be:

A) <img src="http: // www. website.com/Page5.htiml/image.gif"...

OR just:

B) <img src="http: // www. website.com/image.gif"...

_______________


This also brings up the issue of site organization:

Q: Should all images be put into FP's by-default-created "Images" folder -- regardless of what page/s they are on -- or in the core directory? And if put in that folder, would the <src... have to point to that file, i.e.:

<img src="http: // www. website.com/Images/image.gif"...

Perhaps more of a personal work efficiency choice (ie. it can get really cluttered if all types of files are all together), but I'd like to know how most people and pros do it. Either way, I need to get the syntax right.

Sorry for the ingnorance, but this is the FP beginner's forum, yes? :)

Thanks.

< Message edited by Soniclight -- 11/5/2003 12:55:26 PM >

(in reply to bobby)
cecilc

 

Posts: 133
From: Atlanta, Ga, USA
Status: offline

 
RE: -- IMAGES: Off-site Syntax? - 11/6/2003 11:13:22   
quote:

ORIGINAL: Soniclight

Thanks for reply. Sorry I didn't acknowledge answer earlier, but I didn't get any e-notification of your reply. Came by today to check if there were any.

Now, if the image is not on the index page, let's say it's on "Page5.html". Does "full" URL mean directing to the page it's included on (Page5.html) -- or -- the site's database directory? Reason I distinguish is that all images are as of now together in one what FP first named as "My Site" directory along with all .html etc.

So should it be:

A) <img src="http: // www. website.com/Page5.htiml/image.gif"...

OR just:

B) <img src="http: // www. website.com/image.gif"...



Go with "B" .... just as long as you reference whatever directory (or folder) your image is actually in. "Page5.html" is not a folder .....

quote:

ORIGINAL: Soniclight

This also brings up the issue of site organization:

Q: Should all images be put into FP's by-default-created "Images" folder -- regardless of what page/s they are on -- or in the core directory? And if put in that folder, would the <src... have to point to that file, i.e.:

<img src="http: // www. website.com/Images/image.gif"...




Yes. I usually put every graphic on my site in an "images" folder. There are exceptions, but that's the norm.

_____________________________

Cecil

(in reply to Soniclight)
Soniclight

 

Posts: 89
Joined: 7/23/2003
Status: offline

 
RE: -- IMAGES: Off-site Syntax? - 11/6/2003 17:57:38   
Thanks, Cecil. Very clear and do-able :)

(in reply to cecilc)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> -- IMAGES: Off-site Syntax?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts