New to Dreamweaver

btvillarin

Senior member
Nov 3, 2001
469
0
0
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
 

43st

Diamond Member
Nov 7, 2001
3,197
0
0
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.
 

btvillarin

Senior member
Nov 3, 2001
469
0
0
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...