PDA

View Full Version : Quick GoLive question...




silence
Jun 21, 2005, 09:34 AM
Hey y'all.. :p just have a quick question for you in Adobe GoLive.

Is there any way to align a layout grid vertically?

I can obviously align it left, centre, and right.. but i cannot seem to find any option for aligning top, centre, or bottom. Is this just not possible or am i missing something? Please help restore my sanity as i'm going nuts trying to figure it out

:eek:



dornoforpyros
Jun 21, 2005, 09:55 AM
having never used go-live myself I can't say but I would just suggest hand coding it. I assume go-live has a split view(code/design) so I'd simply click the cell you wanted and code it like this:
<td valign="top">yo</td>

etc.

RacerX
Jun 21, 2005, 10:03 AM
Well, I'm not much for using grids, but I can think of one solution that could help what you want to do...

Starting with a blank page... add a table with a single cell. Make the table's height and width 100% (so it takes up all of the page). You should then be able to add your grid to that cell and set both horizontal and vertical alinement for it's placement (because you have that type of control within cells of tables).

It is not perfect... but it works.