View Full Version : Text Background Help


AuntJemima
07-30-2005, 03:57 AM
Eh, what would the code be to add text like this (http://cherryland.50webs.com/content/tutorials/texteffects.html) on your site. I'm talking about the text with the white background and black border.

pretender
07-30-2005, 04:15 AM
<table bgcolor="#ffffff" style="border: #000000 1px solid;"><tr><td>
TEXTHERE</td></tr></table>

lefty
07-30-2005, 02:21 PM
Or an easier method...

<div style="background-color:#FFFFFF; border:#000000 1px solid;">TEXTHERE</div>

Xayeus
07-31-2005, 04:52 PM
I'm not sure how advanced this person is in web design, but I am a novice and from the codes you gave I can tweak those for my own use, but where do the codes go? in the body?

starlet
07-31-2005, 04:55 PM
Yes, they would go wherever you want the text to show up...