Hi there, I want to add background color to the text above and below the minion ("... has a minion" & "... the ..."). Now I'm using the pet_minion b code to get a background color behind the minion name and species and that's working fine, but I just don't know how to get a background color behind the "... has a minion" without adding a background color to the whole minion section/column. Like I said I'm only interested in adding background color behind the text. ^_^
[Edit] It's the texts that the arrows are pointing to in this screenshot that I'm having issues with.
This is the code I have for the minion section:
{
position:absolute;
top:440px;
left:560px;
height:290px;
margin-top:-10px;
padding-top:0px;
font-size:6.5pt;
font-family:arial;
display:inline;}
img { visibility:hidden; height: 265px; width: 124px;}
{ background: url(http://i.imgur.com/Zpc162V.png) center center no-repeat; height:290px; margin-top:-5px;}
b { font-size:5.5pt; font-family:arial; background-color:;}
try adding
display:inline;
but it won't really work since it also highlight all the br underneath.
Think it might be easier with a screenshot. The two texts that the arrows are pointing at here are the ones that I'd like to add a background color to, like I have where it says "Fenris" and "Loner". Those are unfortunately not using the same code though, and I have no idea what code I should be using to affect the "Markum Hawke has a minion" and the "the" between the minion's name and species...
oops sorry. i couldn't figure it out either. that was more complicated than i thought. the method that i propose only works with original minion image. sorry i couldn't be of further assistance.
I appreciate the attempt ^_^