Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Problems with page/s made from template - Help please
Old 09-02-2007, 12:19 PM Problems with page/s made from template - Help please
Novice Talker

Posts: 8
Trades: 0
Hi Folks

This new boy's needing help again!

I'm using DW8 to constructing a new site, and have been using a self made template for a most of the pages. This template contains the basic page outline, together with the navigation menu.

All was going well until I added my latest pages, and now I find that when I preview these in DW they show and work fine, but when I review the published page on the net, the menu is missing, and two of the images on the 'template' aren't showing.

I have reviwed and compared pages,and am having difficulty in finding out why this is happening, and any help would be appreciated.

Example pages are as follows http://www.britainswalks.co.uk/c2c_phil_comments.html (problem page), and http://www.britainswalks.co.uk/c2c_intro.html (ok page).
basils57 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-02-2007, 02:41 PM Re: Problems with page/s made from template - Help please
Experienced Talker

Posts: 49
Trades: 0
umm you need to change the path of the images...
__________________
Time to upgrade your website! Visit us at:
Please login or register to view this content. Registration is FREE
.
- Professionals Designs with Details
Cyrus is offline
Reply With Quote
View Public Profile
 
Old 09-02-2007, 05:27 PM Re: Problems with page/s made from template - Help please
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Yes, really, you have references like this:

"file:///C|/Documents%20and%20Settings/Barry/My%20Documents/Barry/Coast%20to%20Coast%202/stm31.js">

and
<img src="file:///C|/Documents%20and%20Settings/Barry/My%20Documents/Barry/Coast%20to%20Coast%202/images/c2c_masthead2.jpg" alt="masthead picture" width="800" height="190" />

That's just not going to work
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 09-02-2007, 05:53 PM Re: Problems with page/s made from template - Help please
Novice Talker

Posts: 10
Trades: 0
For example.
In CODE just change

This:
<td colspan="4"><img src="file:///C|/Documents%20and%20Settings/Barry/My%20Documents/Barry/Coast%20to%20Coast%202/images/c2c_masthead2.jpg" alt="masthead picture" width="800" height="190" /></td>

With:
<td colspan="4"><img src="http://www.britainswalks.co.uk/images/c2c_masthead2.jpg" alt="masthead picture" width="800" height="190" /></td>

And do this for all other images and it should work.
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
eXimator is offline
Reply With Quote
View Public Profile
 
Old 09-02-2007, 06:23 PM Re: Problems with page/s made from template - Help please
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Actually, as long as he's referencing files on HIS domain, there is no need to use the full 'http://................', just
Quote:
<img src=/images/c2c_masthead2.jpg"
would be sufficient.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Last edited by LadynRed; 09-02-2007 at 06:24 PM..
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 09-03-2007, 03:58 AM Re: Problems with page/s made from template - Help please
Novice Talker

Posts: 8
Trades: 0
Thanks for the replies folks. I changed my references in the template as LNR advised , which then updated all my linked pages as you would expect, BUT after this the references on the problem pages were still the same as before, i.e.
Quote:
"file:///C|/Documents%20.............etc.
The other pages had the correct referencing of
Quote:
<img src=/images/c2c_masthead2.jpg" etc
To check, I then created a new page using the template, and the references had again changed as above. Once again, the basic template 'worked ok' in browser preview. I'm really confused now.

Any further ideas please?

Last edited by basils57; 09-03-2007 at 11:45 AM..
basils57 is offline
Reply With Quote
View Public Profile
 
Old 09-03-2007, 03:33 PM Re: Problems with page/s made from template - Help please
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Ok, you need to set up the site management in DW and you need to set your links to be RELATIVE to the current page. Once you set up the site in Site Manager, and set the links to relative, this should fix the problem.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 09-03-2007, 03:58 PM Re: Problems with page/s made from template - Help please
vkw91's Avatar
Ultra Talker

Latest Blog Post:
Good Web Design Guide - part 1
Posts: 314
Name: Vicky
Location: Wales
Trades: 0
Heh, i had the same problem with my first site...ended-up i had to rebuilt...

Yeah, like what LadynRed said, just go to site >> new site hit the advanced tab and locate the files...

I think accually dreamweaver might re-path it for you...don't hold me to that though...
__________________
Blog (new):
Please login or register to view this content. Registration is FREE

Portfolio:
Please login or register to view this content. Registration is FREE

Techno Pup:
Please login or register to view this content. Registration is FREE

vkw91 is offline
Reply With Quote
View Public Profile Visit vkw91's homepage!
 
Old 09-04-2007, 07:03 AM Re: Problems with page/s made from template - Help please
Novice Talker

Posts: 8
Trades: 0
At last, the problem is overcome.
Following the last posts from LadynRed and vkw91 I changed the referencing and rebuilt the pages.

Thanks for all of the help folks, it's great that people like myself who are learning and have problems can come here and get such a sympathetic ear and useful advice.
basils57 is offline
Reply With Quote
View Public Profile
 
Old 09-04-2007, 03:06 PM Re: Problems with page/s made from template - Help please
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Glad it worked
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 09-04-2007, 05:43 PM Re: Problems with page/s made from template - Help please
Novice Talker

Posts: 8
Trades: 0
Sorry, incorrect post.

Last edited by basils57; 09-06-2007 at 12:46 PM..
basils57 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Problems with page/s made from template - Help please
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.33489 seconds with 11 queries