I don't know if this is a bug or not... My form seems to always go over to the right, overlapping other text, being transparent, and looking terrible.
On this page:
http://www.bikeblogcollection.com/index.php?option=com_chronocontact&Itemid=34
The relevant area of the problem is:
On this page:
http://www.bikeblogcollection.com/index.php?option=com_chronocontact&Itemid=34
The relevant area of the problem is:
<div class="tooltipdiv">Title: :: Your story title please!</div></div><div class="clear"> </div></div><div class="form_item"><div class="form_element cf_textarea" style="width:600px;"><label class="cf_label">Your guest post:</label>
<?php
$editor =& JFactory::getEditor();
echo $editor->display( 'fulltext', '' , '80%', '350', '55', '20', false );
?>
</div><div class="clear"> </div></div>
Hi sspeed,
The editor is too wide for the page. IIRC you need to turn off some of the toolbars, or perhaps better switch to the simple version in the Admin Config parameters for the Editor Plugin.
This has come up before if you search the form for editor I think you will find a more detailed post.
Bob
The editor is too wide for the page. IIRC you need to turn off some of the toolbars, or perhaps better switch to the simple version in the Admin Config parameters for the Editor Plugin.
This has come up before if you search the form for editor I think you will find a more detailed post.
Bob
Thank you! I did go to simple and it fixed it, I wanted to be able to add images from URLs still though....
I wanted to be able to add images from URLs still though....
more info ?
This topic is locked and no more replies can be posted.