Start a new topic

Need to bold text in QuoteValet but <b> is being ignored

We have a new MSA and the advice was to put it on top of the quote in QuoteValet. I decided to put it in the order confirmation section right on top of the "We reserve the right to cancel orders arising from errors, inaccuracies, or omissions" message. I am able to put it there, with the links and everything, that's not a problem but I need one sentence in that paragraph to be bolded but the <b></b> is being ignored. If anybody can give me a tip or two on how to do it it will be greatly appreciated. 


I know my way around HTML but I am not an expert. 


Perhaps try <strong> instead? If that doesn't work, then open the page in Edge, right-click and "Inspect" the text. You'll probably find that there's some CSS that's overruling what you're trying to do.


If you can't spot the issue, then reply with a link to the page in this topic and I can take a look.

I did a little bit more research and I was able to successfully get bold to work using <span style="font-weight:900">Word</span>

 

Thanks for all the help...!

Login or Signup to post a comment