• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Line height (cell spacing)

Line height (cell spacing) 17 years 1 month ago #2248

  • mani06ah
  • mani06ah's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 1
Hi,

First of all thanks for a great component, this is a great timesaver!

I know im a newbie when im asking this, but how do I get less space between the fields?
my code is:
<div id=\"myform\">
<fieldset>
<legend>{formtitle}</legend>
<span class=\"instructions\">Complete this only for considering becoming a dealer.<br/><br/>
<font class=\"required\"> *indicates Required fields</font></span>
<form name=\"{formname}\" id=\"{formname}\" method=\"post\" action=\"{action}\" {enctype}> 
{formfields}
</table>
</form>
</fieldset>
</div>

i use the code here: http://www.mondodonna.info//index.php?option=com_forme&fid=1&Itemid=71

how can i make the forms and text stand closer together (vertical)?<br><br>Post edited by: mani06ah, at: 2008/03/03 20:42
The administrator has disabled public write access.

Re:Line height (cell spacing) 17 years 1 month ago #2264

when I look at your page source I see the following:
&lt;div class=\&quot;links\&quot;
&lt;a href=\&quot;#nogo\&quot;&gt;&lt;label&gt;First Name&lt;font class=\&quot;required\&quot;&gt; *&lt;/font&gt;&lt;/label&gt;
&lt;span&gt;&lt;/span&gt;
&lt;/a&gt;
&lt;input type=\&quot;text\&quot; name=\&quot;form[fullname]\&quot; value=\&quot;\&quot; id=\&quot;fullname\&quot; tabindex=\&quot;1\&quot; /&gt;
&lt;/div&gt;&lt;div class=\&quot;links\&quot;
&lt;a href=\&quot;#nogo\&quot;&gt;&lt;label&gt;Last Name&lt;font class=\&quot;required\&quot;&gt; *&lt;/font&gt;&lt;/label&gt;
&lt;span&gt;&lt;/span&gt;
&lt;/a&gt;

That format is repeated for each of your fields but I just pasted 2 for a sample.

I think you need to find out why it is class=\"links\" and there is also an <a href> that seems wrong to me.
I'm pretty sure that by calling it class=\"links\" and having the <a> tag that some other CSS is applying to your form.
In fact... there aren't any table tags for your form at all.

first you need to figure out why those tags are messed up in your form.
I'll check back later if you have other questions and try to help.
Good Luck
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!