Hi all -
I have an Access database connected to SharePoint. I have a few fields with rich text in Access that display with HTML tags in SharePoint. I still am using both since I currently need to export to PDF.
Is there anyway to keep the Access report format and have the SharePoint column display similar formatting (i.e. without the whitespace)?
I tried changing the html tags but then that changed the formatting in the Access database.
Thanks!
Solved! Go to Solution.
@Bunly11 ,
You may need to remove <ul> and </ul> from the HTML Tags from this. I think hopefully it will solve your issue.
Do let us know what will happen. If this help then please like the post and marked the response as a solution.
Thanks
Ash
I finally had time to play around and removing the <ul> and </ul> just removed all the bullets (i tried that before).
I found after additional google searching adding: <ul style= "padding-left: 1em; margin: 0;"> worked.
Thanks!
@Bunly11 ,
You may need to remove <ul> and </ul> from the HTML Tags from this. I think hopefully it will solve your issue.
Do let us know what will happen. If this help then please like the post and marked the response as a solution.
Thanks
Ash
I finally had time to play around and removing the <ul> and </ul> just removed all the bullets (i tried that before).
I found after additional google searching adding: <ul style= "padding-left: 1em; margin: 0;"> worked.
Thanks!
Glad it worked even with a bit of tweaks.
Thanks for letting us know. Have a great day !
User | Count |
---|---|
193 | |
126 | |
88 | |
48 | |
42 |
User | Count |
---|---|
277 | |
162 | |
136 | |
81 | |
78 |