
Huge favor request:
If you have some issues with the styling, please attach CSS stylesheet(s) that fixes the problems/oversights. That would be a tremendous help.... and note which SVN revision from which it was derived.
Thanks!
<!--BEGIN SHOW HIDE PREVIEW WINDOW MOD-->
<div class="sectionHeader">
Preview</div><div class="sectionBody" id="lyr2">
<iframe src="../index.php?id=6&z=manprev" frameborder=0 border=0 style="width: 100%; height: 400px; border: 3px solid #4791C5;">
</iframe>
</div>
<!--END SHOW HIDE PREVIEW WINDOW MOD-->
<iframe name="preview" frameborder="0" width="100%" height="400" id="previewIframe"></iframe>
Well that’s just silly then! Off to the SVN repository in a bit.
How’s the following work for you:
<iframe name="preview" frameborder="0" width="100%" height="400" id="previewIframe"></iframe>
(replaced in mutate_content.dynamic.php and document_data.static.php)
<iframe src="../index.php?id=<?php echo $id; ?>&z=manprev" frameborder=0 border=0 id="previewIframe" style="width: 100%; height: 400px;" > </iframe>
You may wish to reference the HTML Refernce Guide site for more information. This is not a complete list of possible Meta Tags.
<td colspan="4"><p>You may wish to reference the <a href="http://www.html-reference.com/META.htm" target="_blank">HTML Refernce Guide</a> site for more information. This is not a complete list of possible Meta Tags.</p></td> </tr> </table><img src="media/images/_tx_.gif" width="1" height="5" /></td>

(I take the blame on that one by the way... needs to be move to the language file too...)
Just overlooked...I wasn’t sure where I stopped merging with your branch last...merging it now...
I committed rev 1707 a few days ago where I had moved some of the hardcoded messages into the langfile. Was this rejected for some reason or simply overlooked?
This discussion is closed to further replies. Keep calm and carry on.