• 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: RSForm List Frontend BLANK LINES?

RSForm List Frontend BLANK LINES? 16 years 6 months ago #5141

  • malloy0
  • malloy0's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
Hi,

Needing more help and will likely submit a ticket, but I have blank lines appearing in the Frontend list output from RSForm List.

Perhaps it is my code, which is below.

Also, attached is GIF file so you can see what this looks like. Apparently there is one blank like for each \"row\" or \"record\". 6 rows of data, thus 6 blanks lines.

Module Layout
<table width=\"100%\"><span style=\"font-size: 10pt; font-family: arial,helvetica,sans-serif\">Below is the list of players that have <b>accepted</b> to play with the <b>12-1</b> team at <b>Capital City Volleyball Club</b>.
<tr><td>Tryout #<hr></td><td>First Name<hr></td><td>Last Name<hr></td>
</tr>
<table width=\"100%\">{formdata}</table>

Row Layout
<tr><td><span style=\"font-size: 10pt; font-family:
arial,helvetica,sans-serif\">{Player Tryout Number:value}</td><td>{Player First Name:value}</td><td>{Player Last Name:value}</td></tr>

Details Layout
<table width=\"100%\"><tr><td>{Player Tryout Number:value}</td><td>{Player First Name:value}</td><td>{Player Last Name:value}</td></tr><hr></table>

Any ideas?

Mike
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
www.myccvc.com

<br><br>Post edited by: malloy0, at: 2008/10/20 03:43
Attachments:
The administrator has disabled public write access.

Re:RSForm List Frontend BLANK LINES? 16 years 6 months ago #5155

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Hello,

A link to the page where you encountered this problem would be useful; I did notice something in your HTML code (like tags not being closed) but that could be because you copy & pasted blocks of code. The problem might reside in your CSS stylesheet too.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

Re:RSForm List Frontend BLANK LINES? 16 years 6 months ago #5168

  • malloy0
  • malloy0's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
Hello,

I think I found the problem. Deleted the line of code

<span style=\"font-size: 10pt; font-family: arial,helvetica,sans-serif\">

in the Row Details. Perhaps since I did not a closing </span>???

Also, I messed with the Module Layout. It IS like this...

<table width=\"100%\"><span style=\"font-size: 10pt; font-family: arial,helvetica,sans-serif\">Below is the list of players that have <b>accepted</b> to play with the <b>12-1</b> team at <b>Capital City Volleyball Club</b>.
<tr><td>Tryout #<hr></td><td>First Name<hr></td><td>Last Name<hr></td></tr>
<table width=\"100%\">{formdata}</table>


and it WAS like this
<table width=\"100%\"><span style=\"font-size: 10pt; font-family: arial,helvetica,sans-serif\">Below is the list of players that have <b>accepted</b> to play with the <b>12-1</b> team at <b>Capital City Volleyball Club</b>.
<tr><td>Tryout #<hr></td><td>First Name<hr></td><td>Last Name<hr></td>
</tr>
<table width=\"100%\">{formdata}</table>


Anyway, for the link, for now the data is blank waiting on responses, but this is the primary link

www.myccvc.com/content/category/6/106/488/

Then pick any of the listed \"teams\" for the layout 12-1, 12-2, D4 will be the populated by players i te next 1-2 days.

Thanks,

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