Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS newbie page centering for hard-to-tile backgrounds Re: newbie page centering for hard-to-tile backgrounds

#89274

As a place to start…

If you have to use tables. You’ll have to combine the two cells with logo and search into one, wrap content in a DIV, apply a class or ID to image and search form (looks like you already have) and apply css styles for positioning that use % instead of inline styling applied to table cell.

Specifying a % for positioning will allow the logo and search field to reposition based on the width of browser window.