[Express] Tiled BG [outside the site content only]

I hope this hasn’t been asked a thousand times before…

I would like to have a tiled background around the website content. That’s to say, I don’t want the tiled background to appear within the site at all, just the outside of the site.

I thought that by adding a solid colour to the underneath of the site would make it so you don’t see the tiled BG… It worked but it messed up some of the text content.

Any help would be greatly appreciated!!

Cheers,
Steven


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You could try adding a lump of CSS through the Page / HTML Markup dialog (in the Before /HEAD section), and see whether that works:

<style type="text/css">
#PageDiv {
        background-image: none;
        background-color: #ccc;
    }
</style>

Depending on how your page is constructed, this may turn the background of your page area gray and remove the tiled background image. Then again, it may not. But it’s worth a try. If it works, then find a color chart somewhere that shows the CSS colors and change #ccc to something more to your liking.

Definitely this will work better from a construction standpoint than drawing a colored box on the page.

Walter


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thank you very much Walter.
I was hoping it could be done within FW that way I wouldn’t have to re-add this code every time I make an adjustment within FW

Anyways, thanks again!!


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

No, you add this once in Freeway, and that’s it.

Walter


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options