Hi everyone.

I've been doing a lot of CSS coding lately and I'm having a slight problem 
with text positioning. I cannot seem to position any of the words after the 
first word.

Here's the code I'm using:
#text {
padding: 0px 0px 10px 5px;
position: relative; left: 10px; bottom: 2px; top: 2px;
font-weight: bold;
font-family: helvetica, impact, san-serif;
font-size: 14pt;
}

I'm thinking that even though there are more than 1 words, closing the tag 
after each word does not make it a whole new box that can be moved 
individually.

Am I thinking correctly?

thanks,
-- 
David M.

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to