Graphics, Figures & Tables ⇒ Colorbox with HTML problem
Colorbox with HTML problem
[HTML]\colorbox{red}{Submit}[/HTML] and
\colorbox[HTML]{00FF00}{Submit}
and their variations but nothing seems to work. I always get a control sequence error.
Any ideas guys? Thanks in advance.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Colorbox with HTML problem
\usepackage{xcolor}
Next, it should work just to write:
\colorbox{red}{Submit}
I’m not sure what you’re doing with the “HTML” there. Do you mean to use the HTML color model for hexcodes? If so, the following works for me (assuming xcolor is loaded):
\colorbox[HTML]{FF0000}{Submit}