Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Togirl #1
Browser Compatibility - help for a Newbie!!
Hi all - I am a complete newbie - just finishing up my first site - or so I
thought. I have been previewing the site in Firefox, which is my browser of
choice. Everything looks great, the Flash gallery works great, etc.
When I view it in IE, navigation jumps around, and the background of the site
(which is supposed to be white) is gray, and the flash slideshow (which is an
important part of the site) doesn't show up . I cleaned up the errors in
DWMX2004.
I have 2 questions - 1. Any idea how to get rid of gray background in IE? 2.
Suggestions on how to make a site with non-Flash version without sacrificing
look?
Any help would be great!!!
A
Togirl Guest
-
Browser compatibility for Publisher 2003 Web sites
Pub 2003 web pages are by design supported in Windows IE 5 + only. -- David Bartosik - MS MVP for Publisher help: www.davidbartosik.com enter... -
Browser Compatibility
I just wanted to know if web pages in Publisher are compatible with all Internet browsers, as i have heard that some browsers dont support... -
Browser Compatibility issues
Hello, My employer is having a PHP application built (I'm in the process of studying PHP, and am an intermediate ASP programmer). Problem is,... -
browser compatibility IE6 vs. 5.5
I am finishing up a website I am building in IE 6.0. My customer has 5.5 and is having problems veiwing the page. The test s on the left and the... -
newbie needs help with centering browser windows
thanks LotusAndy - works brilliantly!!! -
Murray *TMM* #2
Re: Browser Compatibility - help for a Newbie!!
Post a link to your page, please.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Togirl" <webforumsuser@macromedia.com> wrote in message
news:dn5il6$1ra$1@forums.macromedia.com...> Hi all - I am a complete newbie - just finishing up my first site - or so
> I
> thought. I have been previewing the site in Firefox, which is my browser
> of
> choice. Everything looks great, the Flash gallery works great, etc.
>
> When I view it in IE, navigation jumps around, and the background of the
> site
> (which is supposed to be white) is gray, and the flash slideshow (which is
> an
> important part of the site) doesn't show up . I cleaned up the errors in
> DWMX2004.
>
> I have 2 questions - 1. Any idea how to get rid of gray background in IE?
> 2.
> Suggestions on how to make a site with non-Flash version without
> sacrificing
> look?
>
> Any help would be great!!!
>
> A
>
Murray *TMM* Guest
-
Togirl #3
Re: Browser Compatibility - help for a Newbie!!
Hi,
Its not live, so no link yet...should I send HTML for homepage template?
Togirl Guest
-
Murray *TMM* #4
Re: Browser Compatibility - help for a Newbie!!
Do you have webspace where you can upload it?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Togirl" <webforumsuser@macromedia.com> wrote in message
news:dn6q4d$q27$1@forums.macromedia.com...> Hi,
>
> Its not live, so no link yet...should I send HTML for homepage template?
>
>
Murray *TMM* Guest
-
-
Murray *TMM* #6
Re: Browser Compatibility - help for a Newbie!!
Paste the code into a reply here.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Togirl" <webforumsuser@macromedia.com> wrote in message
news:dn7ffl$sso$1@forums.macromedia.com...> No, I don't.
>
> What next?!?!
>
Murray *TMM* Guest
-
Togirl #7
Re: Browser Compatibility - help for a Newbie!!
Hi - Thanks for your patience.....here is the code for the template.... How
can you design a site that will be compatible with browsers that are used the
most??? I tested it in Firefox and it works....nothing else does...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
.style10 {font-family: Geneva, Arial, Helvetica, sans-serif; color: #B7C662; }
.style18 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #B7C662;
}
a:link {
color: #007FAA;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #007FAA;
}
a:hover {
text-decoration: none;
color: #7F1FAA;
}
a:active {
text-decoration: none;
color: #007FAA;
}
.style54 {color: #99CC33}
-->
</style>
<!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if
((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
location.reload();
}
MM_reloadPage(true);
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length;
i++)
if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}
//-->
</script>
</head>
<body>
<p> </p>
<table width="88%" border="0" align="center" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="6" height="45"><!--DWLayoutEmptyCell--> </td>
<td width="294" align="left" valign="top"><img
src="../Home/workplace_resource.png" width="260" height="45"> </td>
<td width="4" bgcolor="#63649A"><!--DWLayoutEmptyCell--> </td>
<td width="12" align="right" valign="top"><div align="left"></div>
<div align="left"></div></td>
<td width="441" height="45" align="right" valign="top"><a
href="../index.html" target="_self"><img src="../Home/home_button.png"
width="80" height="30" border="0" align="left"></a><a
href="../Our%20Services/profservices.html" target="_self"><img
src="../Home/ourservices_button.png" width="80" height="30" border="0"
align="left"></a><a href="../Portfolio/portfolio.html" target="_self"><img
src="../Home/portfolio_button.png" width="80" height="30" border="0"
align="left"></a><a href="../About%20Us/history.html" target="_self"><img
src="../Home/aboutus_button.png" width="80" height="30" border="0"
align="left"></a><a href="../Contact/contact.html" target="_self"><img
src="../Home/contact_button.png" width="80" height="30" border="0"
align="left"></a></td>
</tr>
<tr bgcolor="#63649A">
<td height="1" colspan="5"><div align="left"><img
src="../images/spacer.gif" width="1" height="3"></div> </td>
</tr>
<tr>
<td height="120" colspan="2" align="left" valign="top"><br>
<!-- TemplateBeginEditable name="subnav" -->
<table width="48%" border="0" align="right" cellpadding="0"
cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="90%" align="left" valign="top"><div align="right"></div>
<div align="right"></div> <div align="right"></div>
<div align="right"></div> <div align="right"></div></td>
<td width="10%" align="left"
valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
</table>
<!-- TemplateEndEditable -->
<p><br>
</p>
<p> </p>
<p> </p>
<p> </p>
<p> </td><td rowspan="2"
bgcolor="#63649A"><!--DWLayoutEmptyCell--> </td>
<td colspan="2" rowspan="2" align="left" valign="top"> <!--
TemplateBeginEditable name="content" --> <table width="95%" border="0"
align="center" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td height="241" align="left" valign="top"><div align="right">
<div align="right" class="style10"> </div>
<p align="right" class="style10"> </p>
<div align="right" class="style10"></div>
<div align="right"></div></td>
</tr>
</table>
<p> </p>
<!-- TemplateEndEditable --> </td>
</tr>
<tr>
<td height="270" colspan="2" align="left" valign="bottom"><img
src="../images/mainpic_swarthmore.jpg" width="300" height="225"
align="bottom"><br></td>
</tr>
<tr bgcolor="#63649A">
<td height="3" colspan="5" align="left" valign="top"><img
src="../images/spacer.gif" width="1" height="3"></td>
</tr>
<tr>
<td height="34" colspan="2" align="left"
valign="top"><!--DWLayutEmptyCell--> </td>
<td bgcolor="#63649A"><!--DWLayoutEmptyCell--> </td>
<td colspan="2" align="left" valign="top"><div align="right"><span
class="style18"><br>
</span>
<span class="style18"><span class="style54">©Workplace Resource
Ltd. All rights reserved 2005</span> </span></div></td>
</tr>
</table>
</body>
</html>
Togirl Guest
-
Murray *TMM* #8
Re: Browser Compatibility - help for a Newbie!!
There's a problem with your table structure, and with the fact that you have
put everything inside one outer table. Please read this and see if you can
get some ideas -
[url]http://apptools.com/rants/spans.php[/url]
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Togirl" <webforumsuser@macromedia.com> wrote in message
news:dnaqou$hs5$1@forums.macromedia.com...> Hi - Thanks for your patience.....here is the code for the template....
> How
> can you design a site that will be compatible with browsers that are used
> the
> most??? I tested it in Firefox and it works....nothing else does...
>
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
> "http://www.w3.org/TR/html4/loose.dtd">
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
> <!-- TemplateBeginEditable name="doctitle" -->
> <title>Untitled Document</title>
> <!-- TemplateEndEditable -->
> <style type="text/css">
> <!--
> .style10 {font-family: Geneva, Arial, Helvetica, sans-serif; color:
> #B7C662; }
> .style18 {
> font-family: Geneva, Arial, Helvetica, sans-serif;
> font-size: 10px;
> color: #B7C662;
> }
> a:link {
> color: #007FAA;
> text-decoration: none;
> }
> a:visited {
> text-decoration: none;
> color: #007FAA;
> }
> a:hover {
> text-decoration: none;
> color: #7F1FAA;
> }
> a:active {
> text-decoration: none;
> color: #007FAA;
> }
> .style54 {color: #99CC33}
> -->
> </style>
> <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
> <script language="JavaScript" type="text/JavaScript">
> <!--
>
>
>
> function MM_reloadPage(init) { //reloads the window if Nav4 resized
> if (init==true) with (navigator) {if
> ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
> document.MM_pgW=innerWidth; document.MM_pgH=innerHeight;
> onresize=MM_reloadPage; }}
> else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
> location.reload();
> }
> MM_reloadPage(true);
>
> function MM_preloadImages() { //v3.0
> var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
> var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
> i<a.length;
> i++)
> if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
> }
> //-->
> </script>
> </head>
>
> <body>
> <p> </p>
> <table width="88%" border="0" align="center" cellpadding="0"
> cellspacing="0">
> <!--DWLayoutTable-->
> <tr>
> <td width="6" height="45"><!--DWLayoutEmptyCell--> </td>
> <td width="294" align="left" valign="top"><img
> src="../Home/workplace_resource.png" width="260" height="45"> </td>
> <td width="4" bgcolor="#63649A"><!--DWLayoutEmptyCell--> </td>
> <td width="12" align="right" valign="top"><div align="left"></div>
> <div align="left"></div></td>
> <td width="441" height="45" align="right" valign="top"><a
> href="../index.html" target="_self"><img src="../Home/home_button.png"
> width="80" height="30" border="0" align="left"></a><a
> href="../Our%20Services/profservices.html" target="_self"><img
> src="../Home/ourservices_button.png" width="80" height="30" border="0"
> align="left"></a><a href="../Portfolio/portfolio.html" target="_self"><img
> src="../Home/portfolio_button.png" width="80" height="30" border="0"
> align="left"></a><a href="../About%20Us/history.html" target="_self"><img
> src="../Home/aboutus_button.png" width="80" height="30" border="0"
> align="left"></a><a href="../Contact/contact.html" target="_self"><img
> src="../Home/contact_button.png" width="80" height="30" border="0"
> align="left"></a></td>
> </tr>
> <tr bgcolor="#63649A">
> <td height="1" colspan="5"><div align="left"><img
> src="../images/spacer.gif" width="1" height="3"></div> </td>
> </tr>
> <tr>
> <td height="120" colspan="2" align="left" valign="top"><br>
> <!-- TemplateBeginEditable name="subnav" -->
> <table width="48%" border="0" align="right" cellpadding="0"
> cellspacing="0">
> <!--DWLayoutTable-->
> <tr>
> <td width="90%" align="left" valign="top"><div
> align="right"></div>
> <div align="right"></div> <div align="right"></div>
> <div align="right"></div> <div align="right"></div></td>
> <td width="10%" align="left"
> valign="top"><!--DWLayoutEmptyCell--> </td>
> </tr>
> </table>
> <!-- TemplateEndEditable -->
> <p><br>
> </p>
> <p> </p>
> <p> </p>
> <p> </p>
> <p> </td><td rowspan="2"
> bgcolor="#63649A"><!--DWLayoutEmptyCell--> </td>
> <td colspan="2" rowspan="2" align="left" valign="top"> <!--
> TemplateBeginEditable name="content" --> <table width="95%"
> border="0"
> align="center" cellpadding="0" cellspacing="0">
> <!--DWLayoutTable-->
> <tr>
> <td height="241" align="left" valign="top"><div align="right">
> <div align="right" class="style10"> </div>
> <p align="right" class="style10"> </p>
> <div align="right" class="style10"></div>
> <div align="right"></div></td>
> </tr>
> </table>
> <p> </p>
> <!-- TemplateEndEditable --> </td>
> </tr>
> <tr>
> <td height="270" colspan="2" align="left" valign="bottom"><img
> src="../images/mainpic_swarthmore.jpg" width="300" height="225"
> align="bottom"><br></td>
> </tr>
> <tr bgcolor="#63649A">
> <td height="3" colspan="5" align="left" valign="top"><img
> src="../images/spacer.gif" width="1" height="3"></td>
> </tr>
> <tr>
> <td height="34" colspan="2" align="left"
> valign="top"><!--DWLayutEmptyCell--> </td>
> <td bgcolor="#63649A"><!--DWLayoutEmptyCell--> </td>
> <td colspan="2" align="left" valign="top"><div align="right"><span
> class="style18"><br>
> </span>
> <span class="style18"><span class="style54">©Workplace
> Resource
> Ltd. All rights reserved 2005</span> </span></div></td>
> </tr>
> </table>
> </body>
> </html>
>
>
Murray *TMM* Guest
-
Togirl #9
Re: Browser Compatibility - help for a Newbie!!
Thanks - the article is very helpful :) One thing the author says is that its
not a good idea to insert layout objects - which brings me to my next question
and most likely the root of the problem with the tables (besides the fact that
I'm still learning!) - when I try to insert a table (Insert > Table) I get an
error message -
__________________________________________________ ______________________________
_____________
While executing objectTag, the following Javascript error(s) occured:
At line 27 of file "C:\Program Files\Macromedia\Dreamweaver
MX2004\Configuration\Objects\Common\Table.htm":Typ eError:
cmdDOM.parentWindow.createTableStr is not a function
__________________________________________________ ______________________________
______________
I tried investigating this before and all I found was other people getting the
exact same message and no solutions. My way around it, was to toggle over to
layout mode and Insert > Layout Table, then toggle back to standard mode and I
would have tables.....apparently the code behind this method screws things up.
So, any info on that error message above - and how to fix it so I can insert a
table normally?
Togirl Guest
-
Murray *TMM* #10
Re: Browser Compatibility - help for a Newbie!!
> While executing objectTag, the following Javascript error(s) occured:
What DW extensions do you have installed?
Such errors are usually only associated with two things -
1. Installing an extension that is not compatible with your version of DW.
2. A corrupted site cache.
You can try this simple fix to see if it's the latter -
Quit DW.
Find this folder -
C:\Documents and Settings\<username>\Application Data\Macromedia\Dreamweaver
{version#}\Configuration\SiteCache\<sitename>.dws
(these folders are normally hidden - you may have to use Explorer > Tools >
Folder Options to unhide them)
and delete it.
Restart DW. Works better?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Togirl" <webforumsuser@macromedia.com> wrote in message
news:dncmff$8iv$1@forums.macromedia.com...> Thanks - the article is very helpful :) One thing the author says is that
> its
> not a good idea to insert layout objects - which brings me to my next
> question
> and most likely the root of the problem with the tables (besides the fact
> that
> I'm still learning!) - when I try to insert a table (Insert > Table) I get
> an
> error message -
>
>
> __________________________________________________ ______________________________
> _____________
> While executing objectTag, the following Javascript error(s) occured:
>
> At line 27 of file "C:\Program Files\Macromedia\Dreamweaver
> MX2004\Configuration\Objects\Common\Table.htm":Typ eError:
> cmdDOM.parentWindow.createTableStr is not a function
>
> __________________________________________________ ______________________________
> ______________
>
> I tried investigating this before and all I found was other people getting
> the
> exact same message and no solutions. My way around it, was to toggle over
> to
> layout mode and Insert > Layout Table, then toggle back to standard mode
> and I
> would have tables.....apparently the code behind this method screws things
> up.
>
> So, any info on that error message above - and how to fix it so I can
> insert a
> table normally?
>
>
Murray *TMM* Guest
-
Togirl #11
Re: Browser Compatibility - help for a Newbie!!
I don't have any weird extensions that I can see. I checked out Site Cache
folder and deleted the dws files for each of the sites Ive created. When I
start up DW2004 again, it reloads the cache files (puts them right back) in
order to start.
Could it be something about the code in table.htm like it says - line 27???
Togirl Guest
-
Murray *TMM* #12
Re: Browser Compatibility - help for a Newbie!!
> Could it be something about the code in table.htm like it says - line
No.> 27???
That's not what I asked. What I wanted to know is whether you have>I don't have any weird extensions that I can see.
installed any 3rd party Dreamweaver extensions, like you would get from the
Macromedia Exchange. Have you?
Anyhow, try this -
In the Configuration folder where you found the SiteCache folder, look for a
file named WinFileCache-7A9586CB.dat or something like that. Delete it.
Now restart DW.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Togirl" <webforumsuser@macromedia.com> wrote in message
news:dnde9f$9ll$1@forums.macromedia.com...>I don't have any weird extensions that I can see. I checked out Site Cache
> folder and deleted the dws files for each of the sites Ive created. When
> I
> start up DW2004 again, it reloads the cache files (puts them right back)
> in
> order to start.
>
> Could it be something about the code in table.htm like it says - line
> 27???
>
Murray *TMM* Guest
-
Togirl #13
Re: Browser Compatibility - help for a Newbie!!
hi,
I did not install any third party extensions that I remember. I had a
"filecache.dat" file in my Configuration folder. I deleted that and restarted
DW. Still getting error message when I try to insert a table.
Togirl Guest
-
Murray *TMM* #14
Re: Browser Compatibility - help for a Newbie!!
OK - try this simple fix -
Quit DW.
Find this folder -
C:\Documents and Settings\<username>\Application Data\Macromedia\Dreamweaver
8\Configuration
(these folders are normally hidden - you may have to use Explorer > Tools >
Folder Options to unhide them)
and raname it (say xConfiguration).
Restart DW. Works better?
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Togirl" <webforumsuser@macromedia.com> wrote in message
news:dnkl3r$me$1@forums.macromedia.com...> hi,
>
> I did not install any third party extensions that I remember. I had a
> "filecache.dat" file in my Configuration folder. I deleted that and
> restarted
> DW. Still getting error message when I try to insert a table.
>
>
>
Murray *TMM* Guest
-
Togirl #15
Re: Browser Compatibility - help for a Newbie!!
:D It worked!! It worked!! It worked!!!
Thank you VERY much. You've been very patient :)
Togirl Guest
-
Murray *TMM* #16
Re: Browser Compatibility - help for a Newbie!!
That's a relief. I'm glad I could help.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Togirl" <webforumsuser@macromedia.com> wrote in message
news:dnlcel$235$1@forums.macromedia.com...> :D It worked!! It worked!! It worked!!!
>
> Thank you VERY much. You've been very patient :)
Murray *TMM* Guest



Reply With Quote

