By johnnybejohnny on
I'm sorry if I can't explain it totally right...
Remember how in drupal 4.6 you could make Secondary links or Primary links "administer > themes > secondary links"
In theses boxes you where able to supply some html code, but now using the "menus" link, I can make secondary links or primary links, but the thin "Title" field does not accept any html code.
I tried to edit the CSS file in bluemarine folder, some success. I could change the color, and size. But I want the text in BLACK and be surrounded in a YELLOW colored block.
In 4.6 I used this code.
<font size=3> <b style="color:black;background-color:#FFFF99"> Bel ons 020-9829830 </b>
</font>
some help needed, thank you.
Comments
resolved
I finally figured out how to edit the css file, to get what I wanted. Could have used some help, but no probs, it's done now.
New code I use in 4.7
Sorry, yeah all, if I asked a stupid q. Thx
Actually, I'm trying to get
Actually, I'm trying to get my secondary links to use the break code in some spots like they used to AND center, but ... no such luck, it just uses the html code as text.
Any idea how I can edit that?
And as a semi-related side note, I use a center command in my Main Title. It's a short title, but I liked it centered. However, in the browser title line, the HTML shows up.... is there any way to hide that or force a center someplace else that won't show in the title line?
In fact, I'd love to be able to edit the title line tag, but I'm not sure where since I've never used PHP before.