Vbrjeabthbnzn
New Member
I'm using Lotus Domino to display document as web page.This page uses a CSS file which has inherit or relative \[code\]font-size\[/code\] for all the texts (\[code\]p\[/code\], \[code\]font\[/code\], \[code\]td\[/code\], etc...). Now there is a part of page which contains the content in the rich text field in Lotus Notes document entered by user. This part of the page should retain the font properties of the texts entered by user, like font-size and font-family. However, because of the font-size:inherit from the CSS file, the font-size of the contents entered by user is not retained. I tried to overwrite the \[code\]font-size:inherit\[/code\] but there is no option to retain the properties entered by user. I can't choose from the values allowed like \[code\]bigger\[/code\], \[code\]em\[/code\], \[code\]px\[/code\], \[code\]%\[/code\] since any of this will still change the \[code\]font-size\[/code\] of the content.Do you have any idea how can retain the font-size of the content and will not based it from the CSS file? Note that it's not possible for me to not use the CSS file since some of the page contents uses it.