Issue with location of Style sheet and upgrading to 2007

  • Thread starter Mike Geyer - OTB Solutions
  • Start date
M

Mike Geyer - OTB Solutions

I have created a custom style sheet that works almost perfectly.

I use a header background image from a standard style, as such:
..formHeading {
background-image:
url(FormsStyles/STS2/header.gif);
color: #000000;
font-family: Verdana, sans-serif;
font-size: 22px;
font-weight: bold;
width: 100%;
height: 35px;
padding-top: 2px;
padding-bottom: 0px;
border-bottom: solid 0px #FE7F22;
margin-bottom: 0px;
}

Unfortunately the image is not displayed. I've also tried:
background-image: url(STS2/header.gif);


I should mention that this style sheet works fine with 3.1 spaces (in Groove
2007) but not with 2007 spaces.
 
H

Hugh Pyle [MSFT]

The (FormsStyles/...) relative image path works in V3.1 Forms tools because
all style sheets are on disk in the same place as the base page for the
form. But in 2007 we needed to move the location of the stylesheet files
and images, to support localization; those now live in \Program
Files\Microsoft Office\OFFICE12\<locale-id>\GrooveForms5\. Unfortunately
this means you can't reliably refer to standard-stylesheet images from
within a custom stylesheet; instead you'll need to use an Image field on the
form.

--
Hugh Pyle / Program Manager / Microsoft Office Groove
http://blogs.msdn.com/hughpyle/

This posting is provided "AS IS" with no warranties, and confers no rights.


"Mike Geyer - OTB Solutions" <Mike Geyer - OTB
(e-mail address removed)> wrote in message
news:[email protected]...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top