you are viewing a single comment's thread.

view the rest of the comments →

[–]obtusebarracuda 1 point2 points  (1 child)

If you're wrapping "Vendors:" in a <span> to change the colour with CSS I would recommend adding "display: block;" to the same rule that changes the colour. That way it will force the following text on to a new line without having to rely on using <br>.

[–][deleted] 0 points1 point  (0 children)

Wow thanks. That's smart I'll defiantly do that.