This topic is locked

Visual Editor format question

12/17/2008 3:40:00 PM
PHPRunner General questions
bbarker author

This is the format that I get with an automatic build of a report.

--------------------------

{BEGIN lastname_fieldheadercolumn}

<td>

{BEGIN lastname_fieldheader}

<b>Lastname</b>

{END lastname_fieldheader}

</td>

{END lastname_fieldheadercolumn}

-------------------------

My questions are:

  1. Are all of these {tags} required? Can I leave any out when I build my custom form?
  2. When I add multiple data elements into the same cell, do I need multiple header tags? and END tags?
  3. Lastly, is there any "easier <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=10445&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' /> " way to edit these html templates? Visual Editor doesn't work reliablily.

    Is there any trick to using Dreamweaver or Frontpage that will keep the 5 related {tags} together properly?

J
Jane 12/18/2008

Hi,
please see my answers below:
1, 2. these tags are required if some columns are not visible on the page. You can remove these tags if needed. Just make sure you remove both tags: begin and end.
3. these tags are not HTML code and Dreamweaver does not recognize it properly. You'll need to check these tags manually.