• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

New to Dreamweaver

btvillarin

Senior member
Okay, I'm attempting to switch my site from FrontPage to Dreamweaver. Reading about a template that all pages refer to is a great idea. It would be way easier to change the navigational bar and stuff.

I was wondering how to justify text so it spreads out, instead of being condensed aligned to the left. An example would be how my current site looks (under FrontPage). This format just looks more pleasing that it will if I can't figure out how to justify text to the width of the table.

Any other tips and suggestions would be appreciated. Please reply ASAP, because I'm working on my site as we speak. Thanks!

Bryan
 
You need to do your basic layout in "standard" mode, not design mode. After you have the columns and such you then define which columns are "autostretch"

I'd recommend actually never touching Design mode, but that's just me.
 
Thanks for that tip.

Good news! I figured it out! I just changed:

<div align="left"><!-- #BeginEditable "body" -->
to
<div align="justify"><!-- #BeginEditable "body" -->

I'm all set. I'm gonna get to work. See-ya...
 
Back
Top