Expression Web and SuperPreview ForumQuestions and discussions regarding Expression Web, the professional design tool for creating modern, standards-based sites that deliver superior quality on the web.© 2009 Microsoft Corporation. All rights reserved.Wed, 25 Nov 2009 03:20:32 Z9349f597-54d9-49d4-b253-64b0d111d303http://social.expression.microsoft.com/Forums/en-US/web/thread/639ab27b-6d80-42df-ac73-31726bdceb15http://social.expression.microsoft.com/Forums/en-US/web/thread/639ab27b-6d80-42df-ac73-31726bdceb15foxwlfhttp://social.expression.microsoft.com/Profile/en-US/?user=foxwlffrontpage 2003 forms in Expression web 3.0?Is there an easy to use tool like the forms in frontpage 2003 to create forms that write to a text file and sends an e-mail to me in Expression web 3.0?Mon, 23 Nov 2009 23:02:05 Z2009-11-25T03:20:32Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/0930b2d1-4ec3-424b-b94a-82a78825d236http://social.expression.microsoft.com/Forums/en-US/web/thread/0930b2d1-4ec3-424b-b94a-82a78825d236tomdchihttp://social.expression.microsoft.com/Profile/en-US/?user=tomdchiEW 3 editing slow<p>I just installed EW 3 with sp1 and editing anything especially php scripts. When editing code it takes a few seconds for the characters to appear and  scrolling with the mouse wheell is horrible.  I never had this problem in EW2.  I am going to have to go back to it if I can't get this fixed.  I have unchecked the spell check as I type option but that has not helped.<br/>If i open a file as text there is no lag at all with editing or scrolling.<br/>I opened up the task manager and noticed whenever I am trying to use the mouse wheel to scroll up or down the cpu resources consumed by EW jump to over 25%<br/>Any fix for this?<br/><br/>FYI, my comp is a AMD quad core phenom, 4 gigs ram, winxp 32bit</p>Tue, 24 Nov 2009 20:41:33 Z2009-11-25T02:38:01Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/6e7399af-c434-4107-8382-bf8daecfd5e7http://social.expression.microsoft.com/Forums/en-US/web/thread/6e7399af-c434-4107-8382-bf8daecfd5e7STEVE.comhttp://social.expression.microsoft.com/Profile/en-US/?user=STEVE.comPublishing my site takes so long<p>Why is it that everytime I publish my site it takes so long.  I have a folder that has many images and although a resized the considerably to a smaller size, they still take forever to transfer.  Is there a way to make the publishing faster.</p>Tue, 24 Nov 2009 06:57:03 Z2009-11-25T02:35:50Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/ae7ba160-e5c8-458c-b0cf-f1b26eee93abhttp://social.expression.microsoft.com/Forums/en-US/web/thread/ae7ba160-e5c8-458c-b0cf-f1b26eee93abGenellhttp://social.expression.microsoft.com/Profile/en-US/?user=GenellWeb Expression 3<p>I'm college student who is using Web Expression 2 at school and using Web expression 3 at home.  Will there be a problem when I go to school and try to publish my work from Web Expression 3? </p>Wed, 25 Nov 2009 00:57:33 Z2009-11-25T02:31:37Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/f5b6af0d-f372-4999-8296-59979fb3f70dhttp://social.expression.microsoft.com/Forums/en-US/web/thread/f5b6af0d-f372-4999-8296-59979fb3f70dmaglamahttp://social.expression.microsoft.com/Profile/en-US/?user=maglamaRookie needing help<p>Hi you guys I am so new at designing webs that I do not what I am doing (LOL). I am creating a master page with Expression Web 3.  I inserted a div that is going to be at the center of the page with an image as background; that works. I also created the codes and styles for my menu; the menu works well. My problem is that I cannot position the menu where I want inside the div on the background; it is always at the top. How can move the menu list around so I can position it at a certain spot. I am attaching my code so you can see what I have done.:<br/><br/>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>&quot;&gt;<br/>&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot;&gt;</p> <p>&lt;head&gt;<br/>&lt;meta content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot; /&gt;<br/>&lt;title&gt;Untitled 1&lt;/title&gt;<br/>&lt;style type=&quot;text/css&quot;&gt;<br/>div {<br/> margin-right: auto;<br/> margin-left: auto;<br/> width: 840px;<br/> height: 700px;<br/> margin-top: 60px;<br/> background-image: url('Images/Background.jpg');<br/> border-bottom-style: solid;<br/> border-bottom-width: 2px;<br/> border-bottom-color: #efeab9;<br/>}<br/>p {<br/> color: #FFFFFF;<br/> text-align: center;<br/>}<br/>#newstyle {<br/> width: 500px;<br/> height: 60px;<br/>}</p> <p>#dropDownMenu {<br/> font-family: Arial;<br/> margin-top: 10px;<br/>}<br/>#dropDownMenu ul {<br/> padding: 0px;<br/> margin: 0px;<br/>}<br/>#dropDownMenu ul li {<br/> display: inline;<br/> width: 100px;<br/> float: left;<br/> height: 25px;<br/> font-size: 0.8em;<br/>}<br/>#dropDownMenu ul li a {<br/> color: #000000;<br/> text-decoration: none;<br/> line-height: 25px;<br/> display: block;<br/> padding-left: 8px;<br/>}<br/>#dropDownMenu ul li a:hover {<br/> color: #000000;<br/> background-color: #ebeadf;<br/>}<br/>#dropDownMenu ul li ul {<br/> visibility: hidden;<br/>}<br/>#dropDownMenu ul li:hover ul {<br/> visibility: visible;<br/>}<br/>#dropDownMenu ul li ul li a {<br/> color: #ffffff;<br/> background-color: #3399ff;<br/>}<br/>#dropDownMenu ul li ul li a:hover {<br/> color: #ffffff;<br/> background-color: #0065ca;<br/>}</p> <p> </p> <p>&lt;/style&gt;</p> <p><br/>&lt;/head&gt;</p> <p>&lt;body style=&quot;background-color: #000000&quot;&gt;</p> <p>&lt;form id=&quot;form1&quot; runat=&quot;server&quot;&gt;<br/>&lt;/form&gt;</p> <p>&lt;div&gt;</p> <p> </p> <p>&lt;div id=&quot;dropDownMenu&quot;&gt;<br/>&lt;ul&gt;<br/> &lt;li&gt;&lt;a href=&quot;menu.html&quot;&gt;Home&lt;/a&gt;&lt;/li&gt;<br/> &lt;li&gt;&lt;a href=&quot;menu.html&quot;&gt;The Artist&lt;/a&gt;<br/>  &lt;ul&gt;<br/>  &lt;li&gt;&lt;a href=&quot;menu.html&quot;&gt;Biography&lt;/a&gt;&lt;/li&gt;<br/>  &lt;li&gt;&lt;a href=&quot;menu.html&quot;&gt;Artist Statement&lt;/a&gt;&lt;/li&gt;<br/>  &lt;/ul&gt;<br/>  &lt;/li&gt; &lt;!-- end The Artist Submenu --&gt;<br/> &lt;li&gt;&lt;a href=&quot;menu.html&quot;&gt;Gallery&lt;/a&gt;&lt;/li&gt;<br/> &lt;li&gt;&lt;a href=&quot;menu.html&quot;&gt;Exhibitions&lt;/a&gt;<br/>  &lt;ul&gt;<br/>  &lt;li&gt;&lt;a href=&quot;menu.html&quot;&gt;Shows&lt;/a&gt;&lt;/li&gt;<br/>  &lt;li&gt;&lt;a href=&quot;menu.html&quot;&gt;Awards&lt;/a&gt;&lt;/li&gt;<br/>  &lt;/ul&gt;<br/>  &lt;/li&gt; &lt;!-- end Exhibitions Submenu --&gt;<br/> &lt;li&gt;&lt;a href=&quot;menu.html&quot;&gt;Contact&lt;/a&gt;&lt;/li&gt;<br/>&lt;/ul&gt;<br/>&lt;/div&gt;<br/> &lt;!-- end dropDownMenu --&gt;</p> <p><br/>&lt;/div&gt;</p> <p>&lt;p&gt;Sculpture by Alfredo Alamo ©2009 All Rights Reserved. Use, duplication or reproduction prohibited without permission&lt;/p&gt;</p> <p>&lt;/body&gt;</p> <p>&lt;/html&gt;</p>Tue, 24 Nov 2009 03:08:53 Z2009-11-25T01:15:51Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/9a21fd24-0741-4383-a23e-3de8fdb345edhttp://social.expression.microsoft.com/Forums/en-US/web/thread/9a21fd24-0741-4383-a23e-3de8fdb345edjacsdadhttp://social.expression.microsoft.com/Profile/en-US/?user=jacsdadFile UploadI would like to have the ability, for a restricted set of users, the ability to upload files to a password protected directory on the website <a href="http://www.troop152-beta.org">www.troop152-beta.org</a>.  The full directory information is: <a href="http://www.troop152-beta.org/restricted-zone/html/login.htm">http://www.troop152-beta.org/restricted-zone/html/login.htm</a> [THIS IS CURRENTLT PASSWORD PROTECTED].  <br/><br/>I would like to keep the process as simple as possible [not having ton setup a Network location or using a tool such as filezilla].  Is it possible to have the user [as an example] click on a link in the logon.htm and the link would open an IE or Mozilla window where they could drag and drop files into a directory?<br/><br/>If this is not possible, can someone point me in the direction of where I could find out how else this could be accomplished?<br/><br/>tHANKS AHEAD OF TIME...Sun, 22 Nov 2009 19:09:49 Z2009-11-24T23:41:37Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/f0cb01ed-59f3-491b-a36f-aa82f0b374a5http://social.expression.microsoft.com/Forums/en-US/web/thread/f0cb01ed-59f3-491b-a36f-aa82f0b374a5keithpowhttp://social.expression.microsoft.com/Profile/en-US/?user=keithpowDrill from gridviewI am using EW2 and MS Access.  I am able to drill from a gridview to a details page by adding a column and making the added column a hyperlink.  Is there a way I can achieve the same result but by using a field that is already in the gridview rather than adding a column and having the same text all the way down the grid on each row.  I done it the way I would like previously in Frontpage 2003.  ThanksTue, 24 Nov 2009 22:56:48 Z2009-11-24T22:56:49Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/d514f10f-814a-4848-bbc0-26cae57ad79dhttp://social.expression.microsoft.com/Forums/en-US/web/thread/d514f10f-814a-4848-bbc0-26cae57ad79dPaul Bartholomew,http://social.expression.microsoft.com/Profile/en-US/?user=Paul%20Bartholomew%2cExpression Web 3 Service Pack 1 Now Available!<a href="http://support.microsoft.com/kb/976594">KB Article Link<br/></a><br/><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=265e1fb5-ba97-4510-b607-2789ffdfd093&amp;displaylang=en">Direct Download Link</a> (English)<br/><br/>This will also be rolled out automatically via Microsoft Update next week.<br/><br/>Update:  Other languages:<br/><br/> <p class=MsoNormal style="text-indent:0.5in;margin:0in 0in 0pt"><span style="font-family:Calibri;font-size:small">German: </span><a href="http://download.microsoft.com/download/7/F/8/7F85E5EB-800E-4284-AC4C-7A49FAC1315E/WebSP1_de.exe"><span style="font-family:Calibri;color:#0000ff;font-size:small">http://download.microsoft.com/download/7/F/8/7F85E5EB-800E-4284-AC4C-7A49FAC1315E/WebSP1_de.exe</span></a></p> <p class=MsoNormal style="text-indent:0.5in;margin:0in 0in 0pt"><span style="font-size:small"><span style="font-family:Calibri">French:<strong> </strong></span></span><a href="http://download.microsoft.com/download/B/1/6/B16EDAD7-983F-415E-871D-E3A33C056411/WebSP1_fr.exe"><span style="font-family:Calibri;color:#0000ff;font-size:small">http://download.microsoft.com/download/B/1/6/B16EDAD7-983F-415E-871D-E3A33C056411/WebSP1_fr.exe</span></a></p> <p class=MsoNormal style="text-indent:0.5in;margin:0in 0in 0pt"><span style="font-size:small"><span style="font-family:Calibri">Italy<strong>: </strong></span></span><a href="http://download.microsoft.com/download/6/0/8/608C8631-7DC8-4B10-848F-35B19F516F5C/WebSP1_it.exe"><span style="font-family:Calibri;color:#0000ff;font-size:small">http://download.microsoft.com/download/6/0/8/608C8631-7DC8-4B10-848F-35B19F516F5C/WebSP1_it.exe</span></a></p> <p class=MsoNormal style="text-indent:0.5in;margin:0in 0in 0pt"><span style="font-family:Calibri;font-size:small">Spanish: </span><a href="http://download.microsoft.com/download/B/0/5/B05606F9-7888-4D51-A9E1-51D8020BA1EC/WebSP1_es.exe"><span style="font-family:Calibri;color:#0000ff;font-size:small">http://download.microsoft.com/download/B/0/5/B05606F9-7888-4D51-A9E1-51D8020BA1EC/WebSP1_es.exe</span></a></p> <p class=MsoNormal style="text-indent:0.5in;margin:0in 0in 0pt"><span style="font-family:Calibri;font-size:small">Traditional Chinese </span><a href="http://download.microsoft.com/download/4/E/2/4E2EFB9E-2FB4-47CA-B2ED-7B7BDCC59E96/WebSP1_zh-Hant.exe"><span style="font-family:Calibri;color:#0000ff;font-size:small">http://download.microsoft.com/download/4/E/2/4E2EFB9E-2FB4-47CA-B2ED-7B7BDCC59E96/WebSP1_zh-Hant.exe</span></a></p> <p class=MsoNormal style="text-indent:0.5in;margin:0in 0in 0pt"><span style="font-family:Calibri;font-size:small">Simplified Chinese: &quot;</span><a href="http://download.microsoft.com/download/2/F/B/2FB54FE1-A207-4AD2-82DB-D9FE8265F35F/WebSP1_zh-Hans.exe"><span style="font-family:Calibri;color:#0000ff;font-size:small">http://download.microsoft.com/download/2/F/B/2FB54FE1-A207-4AD2-82DB-D9FE8265F35F/WebSP1_zh-Hans.exe</span></a><span style="font-family:Calibri;font-size:small">&quot;</span></p> <p class=MsoNormal style="text-indent:0.5in;margin:0in 0in 0pt"><span style="font-size:small"><span style="font-family:Calibri">Japanese<strong>: </strong></span></span><a href="http://download.microsoft.com/download/3/E/F/3EFF5FF4-0E07-4F2F-84DB-384EEDC8AEEA/WebSP1_ja.exe"><span style="font-family:Calibri;color:#0000ff;font-size:small">http://download.microsoft.com/download/3/E/F/3EFF5FF4-0E07-4F2F-84DB-384EEDC8AEEA/WebSP1_ja.exe</span></a></p> <p class=MsoNormal style="text-indent:0.5in;margin:0in 0in 0pt"><span style="font-family:Calibri;font-size:small">Korean: &quot;</span><a href="http://download.microsoft.com/download/C/4/2/C427C5B6-2CF5-402D-AC20-A5D16E8CC618/WebSP1_ko.exe"><span style="font-family:Calibri;color:#0000ff;font-size:small">http://download.microsoft.com/download/C/4/2/C427C5B6-2CF5-402D-AC20-A5D16E8CC618/WebSP1_ko.exe</span></a><span style="font-size:small"><span style="font-family:Calibri">&quot;<strong></strong></span></span></p> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-family:Calibri;font-size:small"> </span></p> Paul Bartholomew<br/>Microsoft Expression Web<br/><br/><br/>Fri, 20 Nov 2009 19:19:00 Z2009-11-24T22:16:44Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/df414baa-76f8-4a19-9881-4e4b418bdcabhttp://social.expression.microsoft.com/Forums/en-US/web/thread/df414baa-76f8-4a19-9881-4e4b418bdcabFirstWebSitehttp://social.expression.microsoft.com/Profile/en-US/?user=FirstWebSiteUsing the CreateUserWizard in a websiteI am designing my first website where I want people to create a user name and password, and I am not able to figure it out. I am running Expression Web 3 and have found the aspx tool createuserwizard. What are the steps I need to do in order for this to work? any help will be appreciated.Tue, 24 Nov 2009 21:15:45 Z2009-11-24T21:28:06Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/6cb7edb4-b2e3-4e4e-9fac-96f895112b83http://social.expression.microsoft.com/Forums/en-US/web/thread/6cb7edb4-b2e3-4e4e-9fac-96f895112b83jävlabandithttp://social.expression.microsoft.com/Profile/en-US/?user=j%u00e4vlabanditButtons fade to mouseover effect?A button has 3 different pics. Can I make the pics fade between eachother? <br/> When the mouse is over the button I want to have a glow effect. And I want it to slowly (0,2secs) to fade to the glow effect and not pop suddenly. I know how to do it in silverlight but I want to make my whole webpage in EW3.Tue, 24 Nov 2009 18:09:23 Z2009-11-24T21:05:11Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/6250a0c4-2d64-416e-800d-acdefd83aea3http://social.expression.microsoft.com/Forums/en-US/web/thread/6250a0c4-2d64-416e-800d-acdefd83aea3JBH98http://social.expression.microsoft.com/Profile/en-US/?user=JBH98Hebrew supportDoes the English version expresssion web supports Hebrew pages?<br/>Is there a special Hebrew version?<br/><br/>Tue, 24 Nov 2009 18:54:24 Z2009-11-24T22:09:42Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/a944d04e-1caa-4645-ba0b-1921102ab4b7http://social.expression.microsoft.com/Forums/en-US/web/thread/a944d04e-1caa-4645-ba0b-1921102ab4b7STEVE.comhttp://social.expression.microsoft.com/Profile/en-US/?user=STEVE.comDisplaying Yes and No for Database FieldsI have a database that has several Yes or No fields.  When I insert a Label control into my site and connect it to the Yes or No field it displays &quot;True&quot; for Yes and &quot;False&quot; for No.  I would like to display them with the text Yes or No.  Is there a way to do that?Tue, 24 Nov 2009 04:04:05 Z2009-11-24T20:49:27Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/36df6fc4-c4d4-45e1-ab3c-52c596b90ca4http://social.expression.microsoft.com/Forums/en-US/web/thread/36df6fc4-c4d4-45e1-ab3c-52c596b90ca4duhaashttp://social.expression.microsoft.com/Profile/en-US/?user=duhaasto list or not to listWould you suggest that this:<br/> <br/> http://www.goodyearhealth.com/resources.html<br/> <br/> Just be made into a list if I'm redoing the page.  I'm just being lazy @ the moment, and am trying to figure out easiest way to incorporate this txt in new page, similar layout.<br/> <br/>Tue, 24 Nov 2009 02:37:08 Z2009-11-24T20:46:45Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/36b06b80-9416-4cc2-ab18-08be988abbd9http://social.expression.microsoft.com/Forums/en-US/web/thread/36b06b80-9416-4cc2-ab18-08be988abbd9hearingguyhttp://social.expression.microsoft.com/Profile/en-US/?user=hearingguyNew Install EXP2 hangs when Accessing inetpub\wwwroot foldersEnvironment: Windows 2003 ent, IIS 6.0, .Net 2.0, 3.0, 3.5+sp1. Hosting about 1300 websites. I was using FP2002.<br/><br/>I ran the .netcleanup_tool for 3.5<br/><br/>I have just installed EXP2 and when I went into my wwwroot folders, 2 things happened:<br/>1. It crashed my IIS 6.0  (stopped all IIS processing on the folders) and stopped the smtp server. I reset the IISmanager and after about 30 seconds they came back up. Whew!<br/><br/>2. When trying to access the wwwroot folders, I was able to get the list of all folders (took about 45 seconds...it is s-l-o-w). Then when I clicked on one of my pages, after about 2 mins. I got the following error: &quot;Server Error: C:\inetpub\wwwroot is busy. Please try again&quot;.  I tried a couple of times again, but after about 2 minutes on each try, it gave me the same error.<br/><br/>I tried to close the EXP2 program but it hung. I did notice when going into the Left column the &quot;File Open&quot; button was depressed. It looks like the program is trying to open the page, but is just sitting there. <br/>I finally closed the program through taskmgr.<br/><br/>On the App logs I got three Share point services errors (1000) and three App Hang errors (1002).<br/><br/>The SPS errors were all the same:<br/><span style="font-size:xx-small"> <p>The description for Event ID ( 1000 ) in Source ( Windows SharePoint Services 3.0 Error Reporting ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: exprwd.exe, 2008.1200.6329.5000, 48e40c92, fpsrvutl.dll, 12.0.4518.1014, 45416a8f, 0, 00050fa3.</p> </span>The App Hang errors were all the same also:<br/><br/><span style="font-size:xx-small"> <p>Hanging application EXPRWD.EXE, version 2008.1200.6329.5000, hang module hungapp, version 0.0.0.0, hang address 0x00000000.</p> </span>Any suggestions?Tue, 17 Nov 2009 17:21:13 Z2009-11-24T20:41:05Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/fbb33ee9-647a-430e-b3ee-6c337758eae6http://social.expression.microsoft.com/Forums/en-US/web/thread/fbb33ee9-647a-430e-b3ee-6c337758eae6Stabeshttp://social.expression.microsoft.com/Profile/en-US/?user=StabesAutomatically clearing out contents of a TextboxWhen someone plants a cursor inside an ASP.NET textbox control, how can I get the contents of the textbox to be cleared automatically?<br/><br/>TIA <br/><br/>MartMon, 23 Nov 2009 08:42:23 Z2009-11-24T16:12:22Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/56467fc1-d459-4313-83b9-c820bdec2c60http://social.expression.microsoft.com/Forums/en-US/web/thread/56467fc1-d459-4313-83b9-c820bdec2c60C. M. Andersenhttp://social.expression.microsoft.com/Profile/en-US/?user=C.%20M.%20AndersenVideo formats using Expression Web 2<p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-family:Calibri;font-size:small">Does anyone know which video formats are allowed when working with Microsoft Expression Web 2? The ones I found in the &quot;help&quot; menu were:</span></p> <p class=MsoListParagraph style="text-indent:-0.25in;margin:0in 0in 0pt 0.5in"><span style="font-family:Symbol"><span style=""><span style="font-size:small">·</span><span style="font:7pt &quot;Times New Roman&quot;">         </span></span></span><span style="font-family:Calibri;font-size:small">Windows media flies </span><span style="font-family:'Segoe UI','sans-serif';color:black;font-size:10pt">(*.asf, *.wm, *wma, *wmv, *.wmd, and others?)</span></p> <p class=MsoListParagraph style="text-indent:-0.25in;margin:0in 0in 0pt 0.5in"><span style="font-family:Symbol"><span style=""><span style="font-size:small">·</span><span style="font:7pt &quot;Times New Roman&quot;">         </span></span></span><span style="font-family:Calibri;font-size:small">Flash files </span><span style="font-family:'Segoe UI','sans-serif';color:black;font-size:10pt">(*.swf)</span></p> <p class=MsoListParagraph style="text-indent:-0.25in;margin:0in 0in 0pt 0.5in"><span style="font-family:Symbol"><span style=""><span style="font-size:small">·</span><span style="font:7pt &quot;Times New Roman&quot;">         </span></span></span><span style="font-family:'Segoe UI','sans-serif';color:black;font-size:10pt">Sliverlight<br/><br/></span></p> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-size:small"><span style="font-family:Calibri">I would like to use flash video, but I am unsure if only the video format “shockwave flash” is allowed or if I also can use formats like .<span style="color:black">flv?</span></span></span></p> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-family:Calibri;font-size:small"> </span></p> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-family:Calibri;font-size:small">I would also welcome information about all the video formats allowed when working with Microsoft Expression Web 2.<br/></span><br/>Thanks!<br/>C. M.</p>Tue, 24 Nov 2009 10:55:03 Z2009-11-24T15:12:32Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/2348ce01-5a9b-466e-b13b-0589f31770b6http://social.expression.microsoft.com/Forums/en-US/web/thread/2348ce01-5a9b-466e-b13b-0589f31770b6Penicillinhttp://social.expression.microsoft.com/Profile/en-US/?user=PenicillinExpression Web 3 problemHello<br/> I'm running Expression Web 3 under Windows Vista 64-bit.<br/> When I click &quot;Edit&quot; under an htm or html file, Expression Web 3 is opened but it doesn't open the html file I requested.<br/> So what's wrong?<br/> Is there a specific version for 64-bit or the same version works with both?<br/> <br/> Thanks<br/>Fri, 20 Nov 2009 17:49:04 Z2009-11-24T06:58:11Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/3ed4a8fb-2f79-4ee6-b831-36bbe2a225b3http://social.expression.microsoft.com/Forums/en-US/web/thread/3ed4a8fb-2f79-4ee6-b831-36bbe2a225b3Burrardhttp://social.expression.microsoft.com/Profile/en-US/?user=BurrardImport only non-orphan files from website<p>Is there a way to import only non-orphan files from a website? I have a legacy website that is cluttered with defunct files that were never deleted. Ideally, it would be neat to click on index.html and download only those files and folders that are actively part of the website. Is this possible in some way?</p>Mon, 23 Nov 2009 00:22:08 Z2009-11-24T04:33:44Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/ffd8acb7-d66a-4834-9f10-85f2e0ea7d26http://social.expression.microsoft.com/Forums/en-US/web/thread/ffd8acb7-d66a-4834-9f10-85f2e0ea7d26cabatlantahttp://social.expression.microsoft.com/Profile/en-US/?user=cabatlantareceive 'identical destination filenames' when importing from office live hosted web siteWeb site created with Publisher 2007.  I am upgrading to web expression 3.  when I import the site, it keeps hanging on the above and says to make sure all destination files have unique names.  There are certainly no dupes on the existing web site, and I made sure I was importing to a clean directory.  I'm guessing I'm doing something wrong, but don't see it.Sun, 22 Nov 2009 22:53:10 Z2009-11-24T02:54:33Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/70899c62-a741-4d22-a71f-7a5188055885http://social.expression.microsoft.com/Forums/en-US/web/thread/70899c62-a741-4d22-a71f-7a5188055885iamsaltmanhttp://social.expression.microsoft.com/Profile/en-US/?user=iamsaltmanemail form using GoDaddy I am trying to have a form that a site visitor fills out emailed to the applicable addresses.  I am using ASP.NET 2.0 and Expression Web 1.  My host is GoDaddy.  When I submit the form, I receive the following error - &quot;Mailbox name not allowed.  The server response was: sorry, your mail was administratively denied. (#5.7.1).&quot;<br><br>Here is the code that I am using.  Any help would be greatly appreciated.<br><br> <p>&lt;%@ Page masterpagefile=&quot;Master.master&quot; language=&quot;VB&quot; title=&quot;Elitediting&quot; %&gt;<br>&lt;% @Import Namespace=&quot;System.Web.Mail&quot; %&gt;    <br>    &lt;script runat=&quot;server&quot;&gt;<br>    <br>    <br>        Protected Sub SubmitForm_Click(ByVal sender As Object, ByVal e As System.EventArgs)<br>            If Not Page.IsValid Then Exit Sub</p> <p>            Dim SendResultsTo As String = &quot;<a href="mailto:contactus@elitediting.com">contactus@elitediting.com</a>&quot;<br>            Dim smtpMailServer As String = &quot;relay-hosting.secureserver.net&quot;<br>            Dim smtpMailServerPort As String = &quot;25&quot;<br>            Dim smtpUsername As String = &quot;<a href="mailto:contactus@elitediting.com">contactus@elitediting.com</a>&quot;<br>            Dim smtpPassword As String = &quot;********&quot;<br>            Dim MailSubject As String = &quot;Contact Us Form&quot;</p> <p>            Try<br>                Dim txtQ As TextBox = Me.FormContent.FindControl(&quot;TextBoxQ&quot;)<br>                If txtQ IsNot Nothing Then<br>                    Dim ans As String = ViewState(&quot;hf1&quot;)<br>                    If ans.ToLower &lt;&gt; txtQ.Text.ToLower Or ans.ToUpper &lt;&gt; txtQ.Text.ToUpper Then<br>                        Me.YourForm.ActiveViewIndex = 3<br>                        Exit Sub<br>                    End If<br>                End If</p> <p>                Dim FromEmail As String = SendResultsTo<br>                Dim msgBody As StringBuilder = New StringBuilder()<br>                Dim sendCC As Boolean = False</p> <p>            <br>                For Each c As Control In Me.FormContent.Controls<br>                    Select Case c.GetType.ToString<br>                        Case &quot;System.Web.UI.WebControls.TextBox&quot;<br>                            Dim txt As TextBox = CType(c, TextBox)<br>                            If txt.ID.ToLower &lt;&gt; &quot;textboxq&quot; Then<br>                                msgBody.Append(txt.ID &amp; &quot;: &quot; &amp; txt.Text &amp; vbCrLf &amp; vbCrLf)<br>                            End If<br>                            If txt.ID.ToLower = &quot;email&quot; Then<br>                                FromEmail = txt.Text<br>                            End If<br>                            If txt.ID.ToLower = &quot;subject&quot; Then<br>                                MailSubject = txt.Text<br>                            End If<br>                        Case &quot;System.Web.UI.WebControls.CheckBox&quot;<br>                            Dim chk As CheckBox = CType(c, CheckBox)<br>                            If chk.ID.ToLower = &quot;checkboxcc&quot; Then<br>                                If chk.Checked Then sendCC = True<br>                            Else<br>                                msgBody.Append(chk.ID &amp; &quot;: &quot; &amp; chk.Checked &amp; vbCrLf &amp; vbCrLf)<br>                            End If<br>                            <br>                        Case &quot;System.Web.UI.WebControls.RadioButton&quot;<br>                            Dim rad As RadioButton = CType(c, RadioButton)<br>                            msgBody.Append(rad.ID &amp; &quot;: &quot; &amp; rad.Checked &amp; vbCrLf &amp; vbCrLf)<br>                        Case &quot;System.Web.UI.WebControls.DropDownList&quot;<br>                            Dim ddl As DropDownList = CType(c, DropDownList)<br>                            msgBody.Append(ddl.ID &amp; &quot;: &quot; &amp; ddl.SelectedValue &amp; vbCrLf &amp; vbCrLf)<br>                    End Select<br>                Next<br>                msgBody.AppendLine()<br>                <br>                msgBody.Append(&quot;Browser: &quot; &amp; Request.UserAgent &amp; vbCrLf &amp; vbCrLf)<br>                msgBody.Append(&quot;IP Address: &quot; &amp; Request.UserHostAddress &amp; vbCrLf &amp; vbCrLf)<br>                msgBody.Append(&quot;Server Date &amp; Time: &quot; &amp; DateTime.Now &amp; vbCrLf &amp; vbCrLf)</p> <p>                Dim myMessage As System.Net.Mail.MailMessage = New System.Net.Mail.MailMessage()<br>                myMessage.To.Add(SendResultsTo)<br>                myMessage.From = New System.Net.Mail.MailAddress(FromEmail)<br>                myMessage.Subject = MailSubject<br>                myMessage.Body = msgBody.ToString<br>                myMessage.IsBodyHtml = False<br>                If sendCC Then myMessage.CC.Add(FromEmail)</p> <p>                <br>                Dim basicAuthenticationInfo As New System.Net.NetworkCredential(smtpUsername,smtpPassword)<br>                Dim MailObj As New System.Net.Mail.SmtpClient(smtpMailServer,smtpMailServerPort)<br>                MailObj.Credentials = basicAuthenticationInfo<br>                MailObj.Send(myMessage)</p> <p>                Me.YourForm.ActiveViewIndex = 1<br>            Catch ex As Exception<br>    Me.YourForm.ActiveViewIndex = 2<br>    Response.Write(&quot;&lt;span style='color:red'&gt;&quot; &amp; ex.Message &amp; &quot;&lt;/span&gt;&quot;)<br>   End Try<br>        End Sub</p> <p>&lt;/script&gt;<br><br>Thank you,<br>Tim</p>Sun, 30 Nov 2008 22:00:34 Z2009-11-24T02:47:46Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/f8a9ba02-09ac-401a-9efa-1f05b1ae86d7http://social.expression.microsoft.com/Forums/en-US/web/thread/f8a9ba02-09ac-401a-9efa-1f05b1ae86d7paulcavichttp://social.expression.microsoft.com/Profile/en-US/?user=paulcavicexpression web 2 database updatesetting up a database on a page exactly how it says in the help file. Everything works can view it but cannot update. In gridview when I hit the advanced button, the generate code button is unavailable. I have aspnet 3.5 all my windows updates for xp pro etc. Any help is appreciated...If I can't get this have to go back to classic asp and code this simple problem.<br/><br/>thank youMon, 23 Nov 2009 16:58:56 Z2009-11-24T01:40:29Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/62389c7f-69f2-4341-ab50-a07a7382fb1dhttp://social.expression.microsoft.com/Forums/en-US/web/thread/62389c7f-69f2-4341-ab50-a07a7382fb1dpaulcavichttp://social.expression.microsoft.com/Profile/en-US/?user=paulcavicsearch databasei would like to have a textbox on my page, that will search my table in an access database and display the results. Just a simple zip code lookup to see if we deliver in that area or not.......<br/>thanksTue, 24 Nov 2009 01:03:10 Z2009-11-24T15:16:30Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/780352bb-316b-468b-b187-c32a7afd2257http://social.expression.microsoft.com/Forums/en-US/web/thread/780352bb-316b-468b-b187-c32a7afd2257Bob Steadmanhttp://social.expression.microsoft.com/Profile/en-US/?user=Bob%20Steadmansafari won't display asp.net menusI have used ASP.NET Menus in a site for the first time <a href="http://www.real-ronda.com">www.real-ronda.com</a>.  The menu works well in IE, Firefox, and Opera.  Unfortunately, whilst I can get the menu to display in Safari it doesn't work correctly.  If I click on a submenu the menu disapears and nothing happens.  This seems like an old problem because there are a couple of supposed 'fixes' on the web, neither of which worked for me.  Any ideas?<br/><br/>I am using both EW2 and the trial version of EW3.  Would using Visual Studio work any better?  <br/><br/>Does anyone know if the final release of EW3 is much different to the trial version?  There are some improvements certainly but I am not sure if they made it worth upgrading....Mon, 23 Nov 2009 23:59:11 Z2009-11-24T01:35:19Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/36701428-6282-4aea-8fd9-a8713381b38ehttp://social.expression.microsoft.com/Forums/en-US/web/thread/36701428-6282-4aea-8fd9-a8713381b38eNancyonlinehttp://social.expression.microsoft.com/Profile/en-US/?user=Nancyonlinecentering two columns in asp.net with expression web<p>Hi, everyone,<br/><br/>I'm trying to set up a master page using expression web, with a header, footer, nav, and two columns.  After several hours, I've been able to get the left and right column on the same height, before the rigth column was lower than the left and underneath the footer.  but, I'm trying to center the whole thing so it's centered with wide screen monitors.  the header and footer are centered, but the left column floats all the way to the left, and the right column floats all the way to the right.  I'd read to avoid using relative positioning if possible because it creates other problems.  Anyone have any ideas?<br/>thanks!<br/>Sorry for all the code, but I don't want to accidentally leave out what's causing the problem.  I'm sure it's something so simple, but my eyes are going crossways already and I sure can't find it!<br/>Nancy<br/><br/>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>&quot;&gt;<br/>&lt;%@ Master Language=&quot;C#&quot; %&gt;<br/>&lt;html dir=&quot;ltr&quot; xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot;&gt;</p> <p>&lt;head runat=&quot;server&quot;&gt;<br/>&lt;meta content=&quot;en-us&quot; http-equiv=&quot;Content-Language&quot; /&gt;<br/>&lt;meta content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot; /&gt;<br/>&lt;title&gt;Header&lt;/title&gt;<br/>&lt;asp:ContentPlaceHolder id=&quot;head&quot; runat=&quot;server&quot;&gt;<br/>&lt;/asp:ContentPlaceHolder&gt;<br/>&lt;style type=&quot;text/css&quot;&gt;</p> <p>  .IE8Fix<br/>  {<br/>  z-index: 100;  <br/>  }<br/>&lt;/style&gt;<br/>&lt;style type=&quot;text/css&quot;&gt;<br/>.footer {<br/> text-align: center;<br/> background-color: #800000;<br/>}<br/>.navbar {<br/> background-color: #FF00FF;<br/> z-index: 100;<br/> width: 1000px;<br/> height: 100px;<br/> margin-left: auto;<br/> margin-right: auto;<br/>}<br/>.masthead {<br/> background-image: url('/C:/Users/NancyHome/Documents/My Web Sites/roastery2010ASPX/mastheadgradient.jpg');<br/> background-repeat: repeat-x;<br/> font-family: &quot;Bookman Old Style&quot;;<br/>}<br/>.Header {<br/> background-image: url('/C:/Users/NancyHome/Documents/My%20Web%20Sites/roastery2010ASPX/mastheadgradient.jpg');<br/> background-repeat: repeat-x;<br/> font-family: &quot;Bookman Old Style&quot;;<br/> text-align: center;<br/> margin-right: auto;<br/> margin-left: auto;<br/> width: 1000px;<br/>}<br/>.footer {<br/> background-color: #800000;<br/>}<br/>.Footer {<br/> background-color: #800000;<br/> color: #FFFBD6;<br/> height: 50px;<br/> text-align: center;<br/> margin-right: auto;<br/> margin-left: auto;<br/> width: 1000px;<br/> vertical-align: middle;<br/> margin-top: 850px;<br/>}<br/>.rightcolumn {<br/> width: 200px;<br/> float: right;<br/>}<br/>.newStyle1 {<br/> float: left;<br/> width: 800px;<br/>}<br/>.leftcolumn {<br/> width: 500px;<br/> float: left;<br/>}<br/>.body {<br/> width: 1000px;<br/> margin-right: auto;<br/> margin-left: auto;<br/>}<br/>&lt;/style&gt;<br/>&lt;/head&gt;</p> <p>&lt;body&gt;</p> <p>&lt;form id=&quot;form1&quot; runat=&quot;server&quot;&gt;<br/> &lt;div&gt;<br/>  &lt;div&gt;<br/>   &lt;h1 class=&quot;Header&quot; style=&quot;height: 100px&quot;&gt;Header&lt;/h1&gt;<br/>  &lt;/div&gt;<br/>  &lt;div class=&quot;navbar&quot;&gt;<br/>   &lt;asp:Menu id=&quot;Menu1&quot; runat=&quot;server&quot; BackColor=&quot;#FFFBD6&quot; DataSourceID=&quot;SiteMapDataSource1&quot; DynamicHorizontalOffset=&quot;2&quot; Font-Names=&quot;Verdana&quot; Font-Size=&quot;0.8em&quot; ForeColor=&quot;#990000&quot; StaticSubMenuIndent=&quot;10px&quot;&gt;<br/>    &lt;StaticSelectedStyle BackColor=&quot;#FFCC66&quot; /&gt;<br/>    &lt;StaticMenuItemStyle HorizontalPadding=&quot;5px&quot; VerticalPadding=&quot;2px&quot; /&gt;<br/>    &lt;DynamicHoverStyle BackColor=&quot;#990000&quot; ForeColor=&quot;White&quot; /&gt;<br/>    &lt;DynamicMenuStyle BackColor=&quot;#FFFBD6&quot; /&gt;<br/>    &lt;DynamicSelectedStyle BackColor=&quot;#FFCC66&quot; /&gt;<br/>    &lt;DynamicMenuItemStyle HorizontalPadding=&quot;5px&quot; VerticalPadding=&quot;2px&quot; /&gt;<br/>    &lt;StaticHoverStyle BackColor=&quot;#990000&quot; ForeColor=&quot;White&quot; /&gt;<br/>     &lt;DynamicMenuStyle CssClass=&quot;IE8Fix&quot; /&gt;<br/>   &lt;/asp:Menu&gt;<br/>   &lt;asp:SiteMapDataSource ID=&quot;SiteMapDataSource1&quot; runat=&quot;server&quot;&gt;<br/>   &lt;/asp:SiteMapDataSource&gt;<br/>   &lt;br /&gt;<br/>   &amp;nbsp;&amp;nbsp;&amp;nbsp;<br/>   &lt;asp:SiteMapPath id=&quot;SiteMapPath1&quot; runat=&quot;server&quot; Font-Names=&quot;Verdana&quot; Font-Size=&quot;0.8em&quot; PathSeparator=&quot; : &quot;&gt;<br/>    &lt;PathSeparatorStyle Font-Bold=&quot;True&quot; ForeColor=&quot;#990000&quot; /&gt;<br/>    &lt;CurrentNodeStyle ForeColor=&quot;#333333&quot; /&gt;<br/>    &lt;NodeStyle Font-Bold=&quot;True&quot; ForeColor=&quot;#990000&quot; /&gt;<br/>    &lt;RootNodeStyle Font-Bold=&quot;True&quot; ForeColor=&quot;#FF8000&quot; /&gt;<br/>   &lt;/asp:SiteMapPath&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>   &lt;asp:ContentPlaceHolder id=&quot;Left&quot; runat=&quot;Server&quot;&gt;<br/>    &lt;p style=&quot;width: 80%; background-color: #0000FF; border: thin groove #800000; height: 800px; top: 0px; float: left;&quot;&gt;<br/>    (Left)&lt;/p&gt;<br/>   &lt;/asp:ContentPlaceHolder&gt;<br/>  &lt;/div&gt;<br/>  &lt;div&gt;<br/>   &lt;asp:ContentPlaceHolder id=&quot;RightColumnContent&quot; runat=&quot;Server&quot;&gt;<br/>    &lt;p style=&quot;width: 213px; float: right; background-color: #C0C0C0; height: 598px;&quot; class=&quot;rightcolumn&quot;&gt;<br/>    (RightColumnContent)&lt;/p&gt;<br/>   &lt;/asp:ContentPlaceHolder&gt;<br/>  &lt;/div&gt;<br/>  &lt;div class=&quot;Footer&quot;&gt;<br/>   Footer © 2010&lt;/div&gt;<br/>  &lt;div&gt;<br/>  &lt;/div&gt;<br/> &lt;/div&gt;<br/>&lt;/form&gt;</p> <p>&lt;/body&gt;</p> <p>&lt;/html&gt;</p>Mon, 23 Nov 2009 01:50:08 Z2009-11-24T00:41:05Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/492e94eb-7c95-45a1-b8c1-2d73e2118880http://social.expression.microsoft.com/Forums/en-US/web/thread/492e94eb-7c95-45a1-b8c1-2d73e2118880Land Graderhttp://social.expression.microsoft.com/Profile/en-US/?user=Land%20GraderExpression Web User Interface Or Theme ColorI am using Expression Web with Windows Vista and I also have Office 2007 installed. When I open Expression Web the User Interface or Theme is a sky blue color. Is there a way to change this color to something else other than the deflaut? I have my window color set to Graphite in Vista.Sun, 24 Feb 2008 06:27:08 Z2009-11-24T01:37:28Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/820ae66c-67d6-48c0-89f4-b1c45ce32982http://social.expression.microsoft.com/Forums/en-US/web/thread/820ae66c-67d6-48c0-89f4-b1c45ce32982Ian_Lhttp://social.expression.microsoft.com/Profile/en-US/?user=Ian_Lserver timed out uploading large fileHi all, <div><br/></div> <div>Trying to upload a 100+ meg file. after about 2-3 minutes or so it comes back with a server timed out error.  Is there something i can do to resolve this?</div> <div><br/></div> <div>thanks</div>Sun, 22 Nov 2009 21:46:09 Z2009-11-23T23:58:27Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/725bb238-7f48-47ba-b522-5151143b7062http://social.expression.microsoft.com/Forums/en-US/web/thread/725bb238-7f48-47ba-b522-5151143b7062FPC_Dhttp://social.expression.microsoft.com/Profile/en-US/?user=FPC_DCSS Hover EffectI am sure there is more than one way to do this.  However, I would like to do it the best way.  If you take a look at <a href="http://calvin.hereyallgo.com/default_copy(2).aspx">http://calvin.hereyallgo.com/default_copy(2).aspx</a> I have an image there that I wold like to create the same effect that is in use on this site <a href="http://www.hopeingod.org/">http://www.hopeingod.org/</a> What would be the best way to go about doing this.  Could the same effect be done using css as was done in my drop down menu?Mon, 23 Nov 2009 20:10:35 Z2009-11-24T01:39:11Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/fa465cad-1fcc-495b-84ee-4e73fd29e6e3http://social.expression.microsoft.com/Forums/en-US/web/thread/fa465cad-1fcc-495b-84ee-4e73fd29e6e3ScottAWhttp://social.expression.microsoft.com/Profile/en-US/?user=ScottAWSorting columns in a gridview.<p>I don't have a website up yet but it will have a page with 50 rows of data and 8 columns.   Can I populate the gridview with an xml file data source and be able to sort on any one of the columns?  I would like to be able to sort the data without needing to use a database.<br/><br/>Thanks,<br/>Scott</p>Mon, 23 Nov 2009 22:30:45 Z2009-11-23T22:41:17Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/1c96888f-4d0b-47ef-9d53-4c3bb375850dhttp://social.expression.microsoft.com/Forums/en-US/web/thread/1c96888f-4d0b-47ef-9d53-4c3bb375850ddcneurohttp://social.expression.microsoft.com/Profile/en-US/?user=dcneuroFP server extensionsI have been using MS Front Page to manage my website <a title="Jersey Shore Regional Center for Vertigo, Dizziness, Dystonia and ADD ADHD" href="http://www.dcneuro.net" title="Jersey Shore Regional Center for Vertigo, Dizziness, Dystonia and ADD ADHD">www.dcneuro.net</a> since the onset.  Recently, I have been tyring to play with Expression, which appears to be much more difficult.  My question is, how do I eliminate the FP server extensions using Expression, but continue to use my existing website so that I don't have to start creating from scratch.  This would allow me to use FTP without screwing up my site, amongst other issues.<br/> <br/> Thanks.<br/> <br/> Dr. S.Sun, 22 Nov 2009 13:13:27 Z2009-11-23T22:13:13Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/e9b146af-fc07-40f9-9c5e-1798525ad99ahttp://social.expression.microsoft.com/Forums/en-US/web/thread/e9b146af-fc07-40f9-9c5e-1798525ad99aArbryhttp://social.expression.microsoft.com/Profile/en-US/?user=Arbrycannot get drop down menu script to work properly in Firefox or IE8I am a rank amateur trying to get some pizzazz in my church website.<br/> I have followed the tutorial in Expression web help. The menu items appear staggered downwards in IE8 but they do drop down. In Firefox they look great but don't drop down. They have a forum but I cannot get in for some reason (default reason being my lack of expertise)<br/> I have been trying to get these menus going for two weeks!!Mon, 23 Nov 2009 18:04:46 Z2009-11-23T21:57:17Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/c75bc021-fa4b-47b5-a7d2-9ad8f88b217ehttp://social.expression.microsoft.com/Forums/en-US/web/thread/c75bc021-fa4b-47b5-a7d2-9ad8f88b217ethomas.http://social.expression.microsoft.com/Profile/en-US/?user=thomas.Using timestamps to compare if remote website has changed (EW 3)In FP and EW 2 there was a setting similar to &quot;Determine changes by comparing the timestamps of the source files&quot;* on the Publish tab of the Remote Website dialog.<br/><br/>Where is this setting gone in EW 3? Or is there a way to use this setting in another way?<br/><br/>Thank you<br/><br/>Thomas<br/><br/>* Maybe the real text differs because I translated from Germn. Please excuse.Thu, 19 Nov 2009 22:53:56 Z2009-11-23T19:11:05Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/a5382a78-c640-4c8d-91f5-667246684d63http://social.expression.microsoft.com/Forums/en-US/web/thread/a5382a78-c640-4c8d-91f5-667246684d63fcphdJimhttp://social.expression.microsoft.com/Profile/en-US/?user=fcphdJimReally slow publishing - IIS problem?I'm not sure if this is the right place to ask this, but it directly affects my EW3 publishing. I do all of my design and editing on my local machine, then publish to our intranet, double check, and publish to our web server. Our intranet server runs IIS, which I know virtually nothing about. <br/> <br/> Until recently this process worked great. The other day my boss was installing some other stuff on the server and was mucking around in the IIS settings. Since then, every time I try to publish, it is slooow (five to ten minutes to update one simple page). Whether I am publishing from my computer to the intranet, or from the intranet to the web server, the status message says &quot;listing pages in \\(IPaddress)\c$\Inetpub\wwwroot\FCPHD&quot; for seemingly forever. Once it finally gets past this stage, the process completes as quickly as expected. For minor updates I can tolerate this glacial speed, but there's no way I will attempt any major site-wide changes like this.<br/> <br/> Does anyone have the remotest idea what needs to be reset to return publishing speed to normal? Or, is there a better place to ask this? I'm still clueless about IIS, and just not sure where to ask or what information is needed to troubleshoot. I understand if nobody can answer with the information I have provided, and I will try to provide more detail if needed. Any suggestions are greatly appreciated.<br/> <br/> JimMon, 23 Nov 2009 18:46:21 Z2009-11-23T19:07:04Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/c1de53f7-d121-424c-af74-af2f3e705481http://social.expression.microsoft.com/Forums/en-US/web/thread/c1de53f7-d121-424c-af74-af2f3e705481jävlabandithttp://social.expression.microsoft.com/Profile/en-US/?user=j%u00e4vlabanditCustom menubutton issue For me this sounds like it should be a very easy thing to do.  I have searched around internet alot and still found nothing... I'm kind of a beginner at this so I'm going to try explane my problem in a decent way:<br/> <br/> I have made a nice fancy button in <strong>Silverlight 3</strong> actually. I used Silverlight + website. <br/> I want the button to navigate to my <strong><span style="text-decoration:underline">Expression web 3 html page.</span> </strong> <br/> <br/> This should be an easy thing to do but there are no &quot;navigate to: C:\Documents and Settings\Me\My documents\My Web Sites\Home.html&quot;   <strong><span style="text-decoration:underline">OR WHATEVER IT SHOULD BE.</span> </strong> <br/> <br/> <br/> <br/> So my question is: <strong>How can I make my SL buttons navigate to EW 3 pages?</strong> <br/> <br/> <br/> <br/> I read the &quot;read this before posting&quot;. Don't hate me for not posting a link (i dont have any) and feel free to ask me for details that I've missed. Probably missed alot :)Mon, 23 Nov 2009 17:32:23 Z2009-11-23T19:05:19Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/fcd7b1f6-a02e-476c-a7f9-d2571b051454http://social.expression.microsoft.com/Forums/en-US/web/thread/fcd7b1f6-a02e-476c-a7f9-d2571b051454Tina Clarkehttp://social.expression.microsoft.com/Profile/en-US/?user=Tina%20ClarkeExpression Web Birthday Giveaway<div>Expression Web Birthday Giveaway<br/> <a href="http://www.frontpage-to-expression.com/expression-web-giveaway.html">http://www.frontpage-to-expression.com/expression-web-giveaway.html</a></div> <div> </div> <div><strong><em>What's up for grabs?</em> </strong></div> <div> </div> <div><strong>First Prize</strong> - Microsoft Expression Web 3.0 x 1<br/> <strong>Second Prize</strong> - Migrating from FrontPage to Expression Web Ebook v2.0 x 2<br/> <strong>Third Prize</strong> - Expression Web Tips vol l &amp; ll Ebooks x 3</div> <div> </div> <div><strong><em>What do I have to do to enter the drawing?</em> </strong> <br/> <br/> Answer a mini interview about Microsoft Expression Web (or FrontPage or SharePoint Designer 2007 if you have those)</div> <div> </div> <div>When does it start and end?</div> <div> </div> <div><strong>20th - 30th November</strong></div> <div> </div> <div><em><strong>What if I don't have expression web?</strong> </em></div> <div> </div> <div>You are in luck - Microsoft has a 60 day trial or you can pick up SharePoint Designer 2007 for free</div> <div> </div> <ul> <li><a title="Expression Web 3.0 Trial" href="http://www.microsoft.com/expression/try-it/Default.aspx?filter=web3" title="Expression Web 3.0 Trial">Expression Web 3.0 Trial</a> </li> <li><a title="SharePoint Designer 2007" href="http://office.microsoft.com/en-us/sharepointdesigner/FX100487631033.aspx" title="SharePoint Designer 2007">SharePoint Designer 2007</a> </li> </ul> <div><a href="http://office.microsoft.com/en-us/sharepointdesigner/FX100487631033.aspx"><br/> </a></div> <div> There will be a special prize for what we think is the best mini interview, so taking time to be thoughtful in your answers might just pay off.</div> <div> </div> <div>Join in the fun</div> <div> </div> <div>Tina Clarke and Pat Geary<br/> <a href="http://twitter.com/expressionweb/">http://twitter.com/expressionweb/</a></div> <div> </div> <div><strong>DISCLAIMER</strong> - This giveaway from frontpage-to-expression.com run by Tina Clarke, Microsoft MVP - Expression Web and Pat Geary, Microsoft MVP - Expression Web is in no way affiliated with Microsoft and Microsoft is not involved in anyway.<br/> <br/> Posted with permission from Paul Bartholomew <br/></div> <hr class=sig> http://any-expression.com http://www.expression-web.net http://www.frontpage-to-expression.com/expression-web-community-toolbar.htmlMon, 23 Nov 2009 18:46:17 Z2009-11-23T18:46:18Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/941fad0b-21ba-4332-90db-096af96a4d59http://social.expression.microsoft.com/Forums/en-US/web/thread/941fad0b-21ba-4332-90db-096af96a4d59Eli R.http://social.expression.microsoft.com/Profile/en-US/?user=Eli%20R.EW3 crashes on start up - no message displayedI have a Dell laptop (Inspiron 6000) 1.6 Ghz processor with 2Gb RAM, Windows XP SP2, .NET 3.5, IE8, Office 2003 with the free 2007 file conversion tools. I also have VS2008 with up-to-date security pathces (SP1 - this was a HUGE update file!)<br/>My Free AVG Anti-Virus is up to date and runs a full scan once a week. No viruses have been found.<br/>Windows Defender is up to date - no malware found.<br/>I had FrontPage which I uninstalled quite a while ago, before installing EW 3. <br/>I have other Expression tools that work fine (the entire Expression Studio suite). No other software hangs, at leat not on a routine basis.<br/><br/><strong>EXCEPT.... EW3 crashes on start up. It never ever worked on this computer.</strong><br/><br/><br/>I have installed EW3 SP1 which was made available yesterday. <br/>I have used FontExpress to review all my fonts on C:\windows\fonts - all of them are OK, zero faulty fonts.<br/>Using the Event Viewer (Control Panel, Admin Tools), the Error Log reads: <span style="font-size:xx-small"> <p>Faulting application expressionweb.exe, version 3.0.3813.0, stamp 4afaebc1, faulting module mso.dll, version 3.0.3812.0, stamp 4afa1ea3, debug? 0, fault address 0x000404fe.</p> </span><br/>There is no additional info on MS error interpretation site  <span style="font-size:xx-small"><a href="http://go.microsoft.com/fwlink/events.asp">http://go.microsoft.com/fwlink/events.asp</a>.</span><br/><strong>What can I do to get this thing running ?!?</strong><br/><br/>Thanks!Mon, 23 Nov 2009 18:00:17 Z2009-11-23T18:12:43Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/14c9ef3c-16f6-44df-bb27-cd1fb74589d0http://social.expression.microsoft.com/Forums/en-US/web/thread/14c9ef3c-16f6-44df-bb27-cd1fb74589d0chagibhaihttp://social.expression.microsoft.com/Profile/en-US/?user=chagibhaiImage Viewer producing linksI have used image viewer on my pages in web page. Some of the image displayed make a link to www.adobe.com while clinking, which I don't want. Can someone suggest the solution please.<br/> <br/> Webpage: www.nipunn.com<br/> <br/> chagiMon, 23 Nov 2009 11:28:49 Z2009-11-23T16:16:09Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/0716af07-c68a-4cc5-bd7c-d1dbb8b92578http://social.expression.microsoft.com/Forums/en-US/web/thread/0716af07-c68a-4cc5-bd7c-d1dbb8b92578smordue27http://social.expression.microsoft.com/Profile/en-US/?user=smordue27EW3 Crashes when opening one css fileI am trying out the trial version of EW3, having used EW2 for a while now. Seems to going okay except when I try and open one css files named css.css the program crashes. The files open fine in EW2, in fact I created them there. I am able to open other css files, is there something I can look at with this particular file that is causing this, is it a naming problem?<br/> <br/> BTW I work on live sites so I am constant ftp connection.Mon, 23 Nov 2009 14:50:06 Z2009-11-23T15:53:49Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/a3734b2a-b0f1-4c2d-8255-b7f915255d57http://social.expression.microsoft.com/Forums/en-US/web/thread/a3734b2a-b0f1-4c2d-8255-b7f915255d57Advantexhttp://social.expression.microsoft.com/Profile/en-US/?user=AdvantexCalendar in expression web?<p><span><font size=3><font color="#000000"><font face=Calibri>Is it possible to make a calendar in EW in a ”easy” way?</font></font></font></span></p> <p><span><font size=3><font color="#000000"><font face=Calibri>Kind of new to the program, but have used the older Front Page. And what I’m looking for is a template or something that could be used as/to a calendar in a web page.</font></font></font></span></p> <p><span><font size=3><font color="#000000"><font face=Calibri>The idea is having some events/trips added in the calendar that could be viewed by anybody that opens the site.</font></font></font></span></p> <p><span><font size=3><font color="#000000"><font face=Calibri>Thanks in advance</font></font></font></span></p>Mon, 31 Mar 2008 21:47:37 Z2009-11-23T15:04:26Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/35a28000-bae0-4f37-b1f1-344812411cd2http://social.expression.microsoft.com/Forums/en-US/web/thread/35a28000-bae0-4f37-b1f1-344812411cd2Andy Bertauthttp://social.expression.microsoft.com/Profile/en-US/?user=Andy%20BertautHow do I.. (with SP1 installed)Ok so I only came to the Expression table after EW3 was released but before SP 1 so there are things available now in the SP I haven't had at my fingertips before. <br/>1 - Add-ins. I see Tools&gt; addins where I can view my add-ins but how do I actually install them to begin with? Are EW add-ins exectutable files?<br/>2 - The system colour preference. I can't find how to change the interface to system default.<br/><br/>Can someoone hook me up with the answers...? :-)<br/>AndySun, 22 Nov 2009 11:26:53 Z2009-11-23T17:30:36Zhttp://social.expression.microsoft.com/Forums/en-US/web/thread/b5e81734-7675-4631-9db6-4f882c42ceb3http://social.expression.microsoft.com/Forums/en-US/web/thread/b5e81734-7675-4631-9db6-4f882c42ceb3foxwlfhttp://social.expression.microsoft.com/Profile/en-US/?user=foxwlfUsing Includes with Master Pages and forms.I have a web page at <a href="http://www.foxmls.com/test.aspx">www.foxmls.com/test.aspx</a>.  It has a page (Test.htm) attached to a Master Page (headersubsell.master).  Test.htm is a form created in Frontpage 2003.  If I use the browser from Google, Opera, Safari, and Firfox it opens the page formated correctly.  When I open in IE8 it pushes the right column to the bottom of the page.  Why?Mon, 16 Nov 2009 19:38:15 Z2009-11-23T08:42:39Z