by-expession

Expression Web Resources

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Re: What would make migrating to Expression Web from FrontPage easier?

    1. I have used FP since '98. 2. I would consider myself to be of moderate skill with FP in the respect that I can use most features without difficullty and feel very comfortable with the program. 3. Not many webbots any more but used to a couple of years back. 4. Transition I would say is still happening...
    Posted to FrontPage Migration (Forum) by wm8c on 07-02-2008
  • Re: Link href does not work locally using href="/css/name.css"

    Unfortunately Expression Web does not understand root relative urls so the latter will not work. In Expression Web all links have to document relative. If you are using a DWT then your stylesheet links will automatically be updated to document relative so in a subfolder the path would be "../css...
    Posted to General (Forum) by cdwise on 05-25-2008
  • Re: Chapter 8 Page 230 - Maintain Branding

    Thanks for your quick reply. That is waht is confusing me I was and am in Manage Styles. I even closed all my other task panes. The only way I could get the Styles in the CSS page was to select, copy and paste the code from the Chapter8.html page to the css page. Then go back and delete the code from...
    Posted to CSS Help (Forum) by larry on 05-09-2008
  • Chapter 8 Page 230 - Maintain Branding

    I must be missing a setting. I'm unable to drag or find a way to select my Styles in Managed Styles from my current page to my created and dragged expressions.css file. Do I have to create a DWT (next chapter) before I can accomplish this. Also, While we are at it - how do I change a Style Name once...
    Posted to CSS Help (Forum) by larry on 05-09-2008
  • Re: Chapter 8 excercise 8-1 and 8-2

    John, You have: #menu a { display: inline; border-left: 1px solid #000000; } #menu a { line-height: 40px; padding: 0 .3em; text-decoration: none; color: #333333; { This is not valid css. First you shouldn't have 2 #menu a definitons so combie the style. Second you have { instead of a } after the...
    Posted to Errata Reporting (Forum) by cdwise on 04-27-2008
  • Re: External style sheet

    The easiest way is to opne the web page in Expression Web, click on a word you want to identify the font for then look in the CSS Properties Task Pane. Go up the list of styles applied until you see the font specified then right click on that element and select "go to code" which will take you to the...
    Posted to Newbie (Forum) by cdwise on 11-14-2007
  • Re: External style sheet

    Do you have an url? It sounds like this is a specific font .. so do split view and have look in the head tags to see if you have an embedded style sheet or any inline fonts which will over ride the external... without seeing the page its only a guess Tina
    Posted to Newbie (Forum) by Tina on 11-14-2007
  • Re: POSITIONING

    Normal is where in the page the item would be if it were left alone and displayed according to the source code order. Relative is offset from the location of the next HTML parent while position absolute is from the nearest positioned parent. How'd that for confusing. I would suggest getting a good CSS...
    Posted to Newbie (Forum) by cdwise on 10-30-2007
  • CSS Problem Sought

    Yes, I know this seems like a strange request but I find myself in the position of needing a CSS problem to resolve. Perferably one that relates to inheritance (where your link or some other bit of presentation isn't doing what you want and you can't figure out why) for my presenation at ReMIX next week...
    Posted to CSS Help (Forum) by cdwise on 10-05-2007
  • Re: CSS table layout

    I THINK the default is vertical align middle but the style would be vertical-align: middle: for the td styling so with what Cheryl gave you previously - td, th {border: 1px solid white; border-collapse: collapse; vertical-align: middle; padding-left: 6px; padding-right: 6px; } pat
    Posted to Divs & Layers (Forum) by Pat Geary on 09-25-2007
Page 1 of 4 (32 items) 1 2 3 4 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems Sponsored by: Start to Web
@ 2005-2008 Cheryl D Wise