PDA

View Full Version : Positioning Category Tree


markl
04-17-06, 09:10 PM
I have all my headers and footers centered
on the pages, but the category tree stays to
the far left of the browser window. I need to have
the left edge of the category tree to line up with
the left edge of the header...
I've tried using "center" in Category Display page,
but it doesn't seem to change anything. I'm guessing
that I'm not moving the correct table...

New to Miva.....Thanks

PicturesqueWeb
04-17-06, 09:54 PM
In Pages, edit the CTGY page and wrap the entire body up in a table. That's the easiest method, although I'm sure there are many more answers.

vikAlex217
05-04-06, 09:50 PM
try typing this code into your global header-

<table align="center" height="90%">
<tr>
<td align="center" valign="middle">

this seems to line everything up.