The spacing/formatting can be changed by using CSS classes which are already created within the table template code – see below on how to access the template code. You will need some knowledge of CSS though which can also be found online. You could also recreate/structure the Tables etc.
To remove the ‘Read more’ link:
1. Go to the settings for the Announcements module,
2. then scroll down to ‘Announcements Settings’ section
3. go to ‘Item Template:’ field,
4. now remove the following token from the line of code:
[READMORE]
Ensure that the remaining code is still on 1 line (with no spaces). Remove the spaces within the HTML Tags and Tokens - the code wont be viewable in this forum if I dont place these spaces.
Change from this:
< table >< tr >< td >[ IMAGESOURCE ]< /td >< td valign="top" >< span class="SubHead" >[ EDIT ][ TITLE ] - [ PUBLISHDATE ]< /span >< div class="Normal DNN_ANN_Description" >[ DESCRIPTION ] [ READMORE ]< / div >< /td >< /tr >< /table >"
To this:
< table >< tr >< td >[ IMAGESOURCE ]< /td >< td valign="top" >< span class="SubHead" >[ EDIT ][ TITLE ] - [ PUBLISHDATE ]< /span >< div class="Normal DNN_ANN_Description" >[ DESCRIPTION ] < /div >< /td >< /tr >< /table >
5. Then click Update to Save your changes
For more information on the Settings and Tokens for the Announcements module – please click the ‘Help’ link located just below the ‘Announcements Settings’ section. This should make things a lot clearer.