• 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: form spacing

form spacing 17 years 4 months ago #1379

Hi,

I am currently making a \"contact us\" page. Most things are going OK but am trying to list information like my postal address. Currently I get it coming out in a format like the following:

Mail: (line 1)
(line 2)
(line 3)

What I would like is to be able to create some indentations.spacings so its like this:

Mail: (line 1)
(line 2)
(line 3)

Any hints on how I can create some indentations so I get some better spacing in my form.

Thanks
The administrator has disabled public write access.

Re:form spacing 17 years 4 months ago #1390

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Hello Andrew,

i think your pasted code has been removed.. i don't see a difference between the 2 examples you listed. Could you attach a screenshot, or a scheme of what you need?
The administrator has disabled public write access.

Re:form spacing 17 years 4 months ago #1415

Sorry, seem to have lost my spacing.

I want to be able to indent lines 2 onwards so they all line up with line 1.

The title \"Mail\" sits right on the left. That's fine but the subsequent lines I want to be able to indent so that they are in line with line 1 of the address. I tried simply doing it as free text <h7>Line2<h7> type of thing and leaving spaces before \"line 2\" so it looks like <h7> line2<h7> but the spaces didn't appear. Just want to be able to indent the additional lines.
The administrator has disabled public write access.

Re:form spacing 17 years 4 months ago #1443

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Hi Andrew, do you think you can add a link to check the problem? This way i can tell you exactly what to do.
The administrator has disabled public write access.

Re:form spacing 17 years 4 months ago #1447

Hi,

Here's the link to the form:

www.graham-nguyen.com/index.php?option=c...fid=12&Itemid=18

For the postal address, I just want to be able to push the 2nd, 3rd and 4th lines to the right so they line up with the first line of the postal address.
The administrator has disabled public write access.

Re:form spacing 17 years 4 months ago #1455

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Hi Andrew,
try changing the
&lt;h6&gt;      Maxwell House&lt;/h6&gt;

with
&lt;h6&gt;&lt;blockquote&gt;Maxwell House&lt;blockquote&gt;&lt;/h6&gt;

or with
&lt;h6 style=\&quot;padding-left:40px;\&quot;&gt;Maxwell House&lt;/h6&gt;
<br><br>Post edited by: alex, at: 2007/12/11 08:10
The administrator has disabled public write access.

Re:form spacing 17 years 4 months ago #1458

The second code worked well. The block quote thing put that particular line of the address into a big square and was a little bit too much.

Thanks
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!