Copy link to clipboard
Copied
Hi
I am importing a Word 2007 doc into RH11 and publishing the responsive output.
The Word doc is imported correctly as per the Settings file. However, when I publish the output, the table borders are missing completely.
In RH editor:
In Responsive output:
What could be wrong?
Sreekanth
Are you applying a Style Sheet / Master page on generation?
Copy link to clipboard
Copied
Are you applying a Style Sheet / Master page on generation?
Copy link to clipboard
Copied
Bingo! You are right. I changed the CSS file name on master page from default.css to RHStyleMapping.css and it worked fine.
However, the font has changed to Time New Roman.
Sreekanth
Copy link to clipboard
Copied
Try adding a definition to set the table font in your css:
table { font-familiy: Verdana; }
Or add the font to the body.
Copy link to clipboard
Copied
Thanks Willam. It was one of those tricky situations where I had to open it in Notepad and update.
Sreekanth