How do you highlight or shade text so that it looks like its been highlighted with yellow behind the words??
Just apply a span class to the text #yellowbackground { background-color:#000000; /* dont know the hex for yellow off the top of my head */} <span class="yellowbackground">text here</span>