Archived CMSimple Support Forum

The Old CMSimple User Community
It is currently Mon Sep 06, 2010 12:27 pm

This archived CMSimple Support Forum will be locked primo June 2008. Users with a commercial licence are advised to register and use the new Official Support Forum at CMSimple.com instead. A community driven forum with free registration is found at cmsimpleforum.com.

All times are UTC




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: maybe the editor mess around???
PostPosted: Mon Jun 07, 2004 9:49 am 
cmsimple version 2.3
htmlarea not installed

i am testing a custom form mail (which gives some more options than the custum mailform provided), it works fine but i have 2 problems:

1. in admin mode, if i click on setting > content > edit > i have this strange behaviour, it seems that the tag </textarea> is missing and from there it mess and it display the content outside the 'textarea' in which i suppose to be able to edit it, see the picture

Image

2. when display the mail form there is a slight non alignment affecting the radio buttons and the check buttons, why??? i check the html code and there is not extra s***, see the picture

Image

thanks for your help

vito


Top
  
 
 Post subject:
PostPosted: Mon Jun 07, 2004 10:11 am 
problem n.1

i guess the editor uses the </textarea> close tag, which was meant for the form mail (within the content), to close the text area of the editor itself ... so anyone can suggest me how to let the editor know that is a content tag and don't close the editor textarea?????

problem n.2

i still can't figure out whre is the problem ... i will post the code maybe someone can spot it ...
Code:
<!-- radiobox -->
<DIV style="BACKGROUND: #cccccc; VERTICAL-ALIGN: middle; WIDTH: 450px">
<DIV style="FLOAT: left; WIDTH: 150px">
  <DIV style="MARGIN: 5px">Sex</DIV>
</DIV>
<DIV style="FLOAT: right; WIDTH: 300px; TEXT-ALIGN: left">
  <DIV style="MARGIN: 5px; FONT: 11px verdana,arial; COLOR: #777777">
  <INPUT type=radio value=male name=sex>Male<BR>
  <INPUT type=radio value=female name=sex>Female
  </DIV>
</DIV>
</DIV>

<!-- checkbox -->
<DIV style="BACKGROUND: none transparent scroll repeat 0% 0%; VERTICAL-ALIGN: middle; WIDTH: 450px">
<DIV style="FLOAT: left; WIDTH: 150px">
  <DIV style="MARGIN: 5px">Transportation</DIV>
</DIV>
<DIV style="FLOAT: right; WIDTH: 300px; TEXT-ALIGN: left">
  <DIV style="MARGIN: 5px; FONT: 11px verdana,arial; COLOR: #777777">
  <INPUT type=checkbox name=bike>I have a bike<BR>
  <INPUT type=checkbox CHECKED name=car>I have a car
  </DIV>
</DIV>
</DIV>


Top
  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group