Dreamweaver Aggravation 2.1
Evelyn Lee Barney
evbarney at comcast.net
Wed May 16 12:12:12 MDT 2007
This time I found the bug!
I had to add td valign="top" to this string: <td width="592" height="740" align="center">
You know, that has to be the most frustrating thing about technical communication. How to ask the right question, and how to know what people are really asking. No matter how many ways I googled this one, everything I read said "add td valign="top" Okay - did that, NOW what? >grin< nothing I read said where. It just happened to dawn on me as I read the code over for what seemed like the millionth time.
BTW - I'm a student in this field. A middle-aged re-career-er. You may be hearing more from me.
Thanks!
Ev
Well the good news about my previous problem is that it forced me to learn to create templates in the layout mode. Okay the DESIGN looks much cleaner. But now the text won't go where I want it to. I have an editable region a table for the body content. The code for the table reads:
<td height="740"></td>
<td valign="top"><!-- TemplateBeginEditable name="BodyContent" -->
<table width="100%" height="100%" border="0" align="left" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="592" height="740" align="center"><div align="left"></div>
</td>
Notice it does say valign=top
Where does the text go? Valign=center !! Leaving, obviously, a huge, gaping, empty filed where my text should start.
It will move left, right or center on the horizontal plane however I code it. But vertical? Hmph.
The table is nested.
Any thoughts?
Thanks,
Ev
More information about the TECHWR-L
mailing list