Shoutbox

FrontPage made thingies don't work in Mozilla, solution? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: FrontPage made thingies don't work in Mozilla, solution? (/showthread.php?tid=29586)

FrontPage made thingies don't work in Mozilla, solution? by Vilkku on 08-06-2004 at 08:20 PM

I'm using FrontPage 2000 to make my homepage, but today I noticed that it shows my content as a image, wich means that I can't select or click the text/links. On IE it works OK. I know that this is some kind of IE only thing, so my question is: what should I (that will show it the same way) use instead? Check out the site at www.vilkku.tk For those who wonder, FrontPage reats a folder called <pagename>_files, there are a .jpg file(s) and a .xml sheet.


RE: FrontPage made thingies don't work in Mozilla, solution? by Menthix on 08-06-2004 at 08:47 PM

Well, i took a look at the source of http://koti.mbnet.fi/vilkku88/index.htm

It appears that somewhere this file will choose diffrent things on Internet Explorer and Mozilla based browsers.

If you got trough the source of this file you will somewhere see this:

code:
<!--[if gte vml 1]><v:rect id="_x0000_s1025"
alt="" style='position:absolute;left:195pt;top:150pt;width:375pt;height:481.5pt;
z-index:1' fillcolor="#1d1b18" stroked="f" strokeweight="4.5pt">
<v:textbox>
<table cellspacing="0" cellpadding="0" width="100%" height="218">
  <tr>
    <td align="left" valign="top" height="218">
    <p align="right">&nbsp;</p>
    <p align="right"><span lang="sv-fi"><font color="#FF7538" face="Arial"><b>
    Wednesday, May 26</b></font></span></p>

And this whole big thing end somewhere on the bottom of the file with:
code:
    Guestbook</a> and <a href="links.html" style="text-decoration: none">Links</a>.</font></span></p>
    </td>
  </tr>
</table>
</v:textbox>
</v:rect><![endif]-->
Everything between that will ony be showed in Internet Explorer, after that you will see:
code:
<![if !vml]><span style='mso-ignore:vglayout;position:
absolute;z-index:1;left:260px;top:200px;width:504px;height:646px'><img
width=504 height=646 src="index_files/image001.gif" v:shapes="_x0000_s1025"></span><![endif]>
This is what will bee showed in other browsers. You could remove this last part and the remove "<!--[if gte vml 1]> and "<![endif]-->" at the begin and end of the Internet Explorer-Only part. If you do that the Firefox for example will display the real text instead of the picture. However, it isn't 100% perfect. Selecting text still doesn't go the way it should. And if you will modify the file after this with Frontpage again you probally end up with the same problem again or even more.

I guess Frontpage is just not really a Mozilla friendly editor, i heard Dreamweaver sticks better with the HTML specifications, you could give that a try if you interested: http://www.macromedia.com/software/dreamweaver/ .
RE: FrontPage made thingies don't work in Mozilla, solution? by RaceProUK on 08-06-2004 at 10:53 PM

Why Microsoft doesn't stick to the specifications it helps to develop... it's stuff like that that makes people think Microsoft want to take over the world.


RE: FrontPage made thingies don't work in Mozilla, solution? by Vilkku on 08-07-2004 at 09:19 AM

Okey, I'll try Dreamweaver but first I'd like to know: is there anohter way to get the same result = the text is on a different-coulored box?


RE: FrontPage made thingies don't work in Mozilla, solution? by RaceProUK on 08-07-2004 at 10:37 AM

http://www.w3schools.com/
They have a full reference for HTML, XHTML, XML and CSS, as well as other things.


RE: FrontPage made thingies don't work in Mozilla, solution? by Concord Dawn on 08-07-2004 at 02:08 PM

Thanks for the site, raceprouk, it looks really good.

quote:
Originally posted by raceprouk
Why Microsoft doesn't stick to the specifications it helps to develop... it's stuff like that that makes people think Microsoft want to take over the world.

I think it has something to do with the fact that their used to being a monopoly, so they are used to designing products that only work with other M$ applications, such as Excel and Word.