How do I edit a "Contacts List" page?
I created a new page using the Contacts list template a while back. Now I want to add another entry but I can't figure how to do it while maintaining the formatting.
Here's a screenshot of what I did. You can see that the last entry is not formatted like the rest of the page. I was hitting return after the entry before it but I couldn't figure out how to get another table row like the rest.

Here's a screenshot of what I did. You can see that the last entry is not formatted like the rest of the page. I was hitting return after the entry before it but I couldn't figure out how to get another table row like the rest.

2
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Hi Amy,
No need to feel silly about this question. We use HTML in some of our templates. I don't recommend that people use HTML in PBwiki, but sometimes you can't avoid it if you want some really cool looking pages.
To insert another entry, you'll need to paste in another section of HTML code that represents a new entry.
If you are using the Point and Click Editor ...
Edit the page.
Go to the bottom of the page where you want to add a new contact and place your mouse cursor at that point.
Choose the HTML plugin.
Insert the following code into the HTML plugin text entry area.
<table>
<tr>
<td>**paste image url here, if available**
''insert a quote''</td>
<td>
**Name:**
**Home Address:**
**Home Telephone:**
**School/Business Address:**
**School/Business Telephone:**
**Blog:**
**Website:**
**Personal Note:**
</td>
</tr>
</table>
I hope this helps.
Clif
pbwiki support
1 person says
this answers the question
-
Inappropriate?I hadn't thought that answer completely through. You may not be able to use the HTML plugin to insert that code.
You may have to use the "Source" button in the editor tool bar to add the code. Just add it at the very end of everything there.
-
Inappropriate?Ok. Thanks, Clif!
Loading Profile...



