 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
Ramon1
Joined: 01 Sep 2007 Posts: 3
|
Posted: Sat Sep 01, 2007 4:57 am Creating Image map with Frontpage 3.0 |
|
|
|
| Hi, I am a rookie. I have a very low knowledge of Html. I am trying to use both Html language and also sometimes get help from Front Page 3.0. Now, my problem is, when I make a map from an image by the help of Front Page Editor (since I don't know to use Front Page Explorer, I only use the Editor side). But when I publish them by copy pasting to my free hosting, the image maps and the images belong to the maps do not appear. I saw that front page uses a kind of device as "webbot" for creating image map. ıs this "webbot" crating the problem? Because when I make an image map by writing Html code, the map appears. Where am I making the mistake ?? |
|
Pattons3rd

Joined: 28 Dec 2006 Posts: 1212 Location: Colorado
|
Posted: Sat Sep 01, 2007 6:19 am |
|
|
|
Could we see what it writes?
And what was it supposed to write? |
|
Ramon1
Joined: 01 Sep 2007 Posts: 3
|
Posted: Sat Sep 01, 2007 8:10 am |
|
|
|
Sure,
The image will not appear if I create the map by frontpage Editor like this:
<tr>
<td><!--webbot bot="ImageMap" rectangle="(465,6) (629,28) test.htm##re"
rectangle="(318,4) (461,28) test.htm##re" rectangle="(125,4) (313,28) test.htm##re"
rectangle="(0,1) (120,28) test.htm##re" src="menu1.gif" ismap="ismap" border="0"
width="633" height="29" --></td>
But when I try it by myself with my limited knowledge of Html like below, it works:
<td><img src="menu1.gif" usemap="#menu" ismap="ismap"
border="0"></td>
<td height="29" width="633">
<map name="menu">
<area shape="rect" coords="465,6,629,28"
href="test.htm" target="re">
<area shape="rect" coords="318,4,461,28"
href="test.htm" target="re">
<area shape="rect" coords="125,4,313,28"
href="test.htm" target="re">
<area shape="rect" coords="(7,1,120,28"
href="test.htm" target="re">
</map>
</td>
Can it be because of that:
I just copy the codes from Front page editor to the free webhosting site,
instead of using Front page explorer to publish ? Or because of that "webbot" device. Because I do not know how the browser recognise it. |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8265 Location: Castle Rock CO USA
|
Posted: Sat Sep 01, 2007 1:04 pm |
|
|
|
| Ramon1 wrote: |
Can it be because of that:
I just copy the codes from Front page editor to the free webhosting site,
instead of using Front page explorer to publish ? Or because of that "webbot" device. Because I do not know how the browser recognise it. |
If any of the code that you are using contains a webbot, then chances are very likely that you will need to publish to the site using http:// and not use FTP. FPSE Configuration Options and Features gives you what you need to have the features work.
But I did not see a webbot mentioned in the code you referenced.
_________________
Corey
Toll Free Fax Numbers | Merchant Accounts | Microsoft Expressions |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|