Is it possible to center DWT managable region in a cell?

G

Guest

Hi,
I'm on Frontpage 2003 and I'm using dynamic web templates. On my template
there is one (among others) editable region that goes in a cell. And I'd like
the editable region to be centered because it is simply text that gives the
title of the artist.

But the editable region defaults to the left side of the cell and I can't
get it to be centered within the cell. I CAN enter text into the editable
region and center the text within the editable region. But the editable
region (defined by the yellow borders) always defaults by being aligned to
the left.

Is there any way to fix this? I've tried both the table and cell property
interfaces and it does not seem to solve this.

I appreciate any help or guidance on this....

Many Thanks, Frank B.
 
R

Ronx

<td style="text-align:center;">
<!-- #BeginEditable "artists" -->
Artist goes here
<!-- #EndEditable -->
</td>

I would normally place all the above on one line.

However it looks in Design View, Preview in browser should have the text
centred.
 
G

Guest

Thanx Ron! I'll give that a try,...Frank B.



Ronx said:
<td style="text-align:center;">
<!-- #BeginEditable "artists" -->
Artist goes here
<!-- #EndEditable -->
</td>

I would normally place all the above on one line.

However it looks in Design View, Preview in browser should have the text
centred.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top