Archive for November, 2008


Friday, November 14th, 2008

body {
text-align: center
}

#container {
width: 770px;
margin: 0 auto;
text-align: left
}

 

The text-align:left in the container rule is to keep the text from center aligning due to the text-align: center in the body rule.





Filed under CSS | No Comments »


Saturday, November 8th, 2008

Create a new field that will convert the numeric field into a string:

NewFieldName: Cstr(NumericFieldname)

You can now create a relationship between NewFieldName and your text field.






Thursday, November 6th, 2008

If you aren’t happy with the small presentation area for articles on the listing.item.html template that shows the display for the main NA module.  Look for this code and change the [DETAILS:150] object to read the number of characters you want to display.  The default is 150.

<td class="articleTextCell">
     <span class="Normal">
                 [HASSUMMARY][SUMMARY][/HASSUMMARY][HASNOSUMMARY][DETAILS:150][/HASNOSUMMARY]
     </span>
</td>