CSS option (WebParts Zones)

I have noticed the themes only change the Header,Footer and Background surrounding the Webpart zones (Body) of the site. It would be useful to put in a CSS Editor so a person can make their own theme,set the Background colors, position Images etc.

CSS isnt complicated by any means even for a beginner but also allows for more control and styling options for their page. As of right now the Body (WebPart Zones) the background color seems to remain White no matter what theme a person may choose..

When i put a image into Zone 1 their are no avaible properties for the image for example::

#myImage

{

position: absolute;

height: inherit;

width: 100%;

}

So i streached the image which threw it out of wack, in addition you get white spaces at the top and bottom of the image. Cause you have no control over the positioning:

#myImage

{

top: 0px;

}

[950 byte] By [Rattlerr] at [2008-1-12]
# 1

Thanks for bringing this up. It would indeed be very useful to allow greater customization of web pages.

Currently, the web page creator is meant to be an extremely simple and quick way to create pages. We are trying to be careful not to let anything get in the way of that, while still allowing for more ways to customize. Hopefully, we should come to a good balance in the near future, which includes user-specified CSS among other things.

AlpeshG at 2007-9-25 > top of Msdn Tech,Popfly,Popfly Bugs and Suggestions...