an HTML Editor and web design tool that runs on Windows PCs.
Questions tagged [microsoft-expression-web]
36 questions
2
votes
3 answers
Error installing expression web 2 (-2147024873)
Anybody ever had the error "Installation of the "Microsoft Expression Web 2" product has reported the following error: -2147024873.. " when trying to install Microsoft Expression Web 2 or Microsoft Expression Studio? This is the error I'm getting,…

Jeremy
- 44,950
- 68
- 206
- 332
2
votes
1 answer
How to change Microsoft Expression Web doctype to HTML 5
I am using Microsoft Expression Web, and I have this problem: When I create a new HTML file, I get this:
How can I change from XHTML 1.0 to HTML 5?

Victor2748
- 4,149
- 13
- 52
- 89
2
votes
0 answers
Microsoft Web Expression 3.0 syntax coloring
Is there any way to import Visual Studio 2008 color schemes into Expression Web 3.0?
I can change the font and the size of the font, I can also change pretty much every aspect
of the coloring from the menu Tools->Page Editor Options... but is there…

Vladimir Georgiev
- 601
- 1
- 10
- 17
2
votes
1 answer
Page load is returning into blank page
What's wrong in my page?
When I'm trying to load my page. It returns into a Blank Page. What's wrong?
please review my code, it returns null or a blank page in browser.
it shows nothing even errors. Just when i try to load it. A full all blank white…

Peterson Pilares
- 283
- 3
- 7
- 21
1
vote
1 answer
intellisense jquery + external js in expression web?
Can anyone tell me what i am doing wrong? I am trying to get intellisense in expression web 2 for external js and jquery
I am able to do it in visual studio 2008
I have searched google but can't seem to find the way of doing it
Any ideas?
Mark Smith
1
vote
1 answer
Web Expression 4, html 5, The property is marked invalid because it's not supported by the current schema, "border-radius" not working
I am quite new to Expression Web. I use Microsoft Expression Web 4. I don't know why but I can't use border-radius on button.
The property is marked invalid because it's not supported by the current schema.
HTML:

Amalbacker Fysal
- 53
- 1
- 6
1
vote
2 answers
Microsoft Expression Web 2 experiences while programming VS studio 2005/2008
Have been programming with VS studio 2005/2008 making ASP.NET applications for a while.
I am interested in experiences with Microsoft Expression Web 2 (strengths and weaknesses)

Kb.
- 7,240
- 13
- 56
- 75
1
vote
0 answers
Why :before css not working in Design View with Expression Web?
I have Windows 7 64-bit computer and using Microsoft Expression Web 4.
I created a page in Microsoft Expression Web. In it I use :before CSS to show a red asterisk. But in the Design View of Microsoft Expression Web, the red asterisk never shows…

srh
- 1,661
- 4
- 30
- 57
1
vote
0 answers
Can I toggle code in Expression Web 4.0
I'm looking for some add-in for Expression Web 4.0, in case it exists. Is it possible to toggle code inside a div or a table, similar as visual studio allows?
Example of Visual Studio with toggle functionality:
Example of a web page in Expression…

Delmonte
- 411
- 2
- 9
- 33
1
vote
1 answer
Can I create/edit .jsp files with Microsoft Expression Web?
I can't afford to use Dreamweaver and I am wondering if Microsoft Expression Web can create web pages that use .jsp to interact with Java code ?
I know that Microsoft are not great friends with Java but, have they really ignored it completely?

Aaron
- 75
- 8
1
vote
0 answers
Is there an autocorrect feature in Expression Web 3 and if so how can I turn it off?
I have an aspx page that starts with the code
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/
Every time I hit the save button, the text is changed to
<%@ Page Title="" Language="C#" MasterPageFile="Views/
(with the tilde and slash…

Sandra
- 765
- 3
- 10
- 20
1
vote
2 answers
Unicode display in Microsoft Expression Web 4
I have a HTML document with Greek and Hebrew letters in it. When I open the HTML file in Notepad, or Internet Explorer, or Firefox, the Greek and Hebrew letters display perfectly. See below:
However, if I open the very same HTML document in…

user1527613
- 1,100
- 4
- 12
- 29
1
vote
1 answer
Getting an error with PHP sessions
I'm writing a page in PHP and having trouble with the session code. Here are my first lines of code:

Sean Mahoney
- 11
- 1
1
vote
1 answer
Change settings for file extensions in Expression Web 3
I want to change how certain file extensions are treated within Microsoft Expression Web 3. For example, *.inc should be treated like PHP includes, so they get PHP color coding and code hints.
Is this possible and how can I achieve this?

Chris Bartow
- 14,873
- 11
- 43
- 46
0
votes
1 answer
Query statement in Expression Web
Sir, the following statement in Expression Web is work for count one criteria
SELECT COUNT(Rly) AS CR FROM SPAD WHERE Rly='CR'.
Now the issue is that if more than one criteria is required in same column, for example Count(Rly) AS ER FROM SPAD…

Sunil
- 81
- 3
- 14