You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add a underline for the header of ever page, and I have added a base64 img to the header. I try to the following code to add the underline, but it seems that the underline will not be took effect on the img, so how can I set the underline line under the image, thanks very much!
I want to add a underline for the header of ever page, and I have added a base64 img to the header. I try to the following code to add the underline, but it seems that the underline will not be took effect on the img, so how can I set the underline line under the image, thanks very much!
<div style="font-size: 9px; margin-left: 1cm; text-decoration: underline; display: block;"><img src="data:image/png;base64,...=" alt="" width=20/>                        end_of_the_header</div>
The text was updated successfully, but these errors were encountered: