I am using the FAQ module in a 7.2.6 largely clean install.
I put in
HTML in the faq module and use DreamWeaver to do the layout (after deleteing the head and body tags).
The problem is that dreamweaver's lines are not compatible with the FAQ module. :shock:
<TABLE border="1">
<tr>
<td>Extension</td>
<td>Description</td>
</tr>
must be
<TABLE border="1"><tr><td>Extension</td><td>Description</td></tr>
Otherwise once you save the content it adds a
to all line breaks.
Oh- don't forget the real kicker... the
is parsed before the table tags so all the breaks are displayed above the table so if you have 20 rows you get at least 20 br's before... took me a while to get that one!
I have searched the forums and not found anything specific to this. I found some similar posts for different modules but cannot find the proper code references in the FAQ code.
Please let me know if there is a workaround other than deleting all line breaks before pasting (makes for an interesting looking code block.... read-wall of code), or if the FAQ module is not designed for what I am trying to do than let me know.
I appreciate the help... I am chomping at the bit to get ahold of .75. I have been a nuke nut for at least 3 years and love
PostNuke! For me every new web project ends up being a new way to use
PN.