I'm one of the many web designers who started out learning to design with tables and knew what CSS was, but never really ventured into it (well, the positioning part of it which is confusing me now).
I use Macromedia Dreamweaver 8 and have used Dreamweaver for about 4-5 years now (Not quite at a professional level since I started in junior high). I don't handcode my CSS obviously, but have used Dreamweaver's Integrated CSS panel.
Every website design I have created thus far has been positioned using tables and the only CSS I used was with text styles and color. I have positioned several elements on my current design (images) using the "left" and "top" positioning attributes. I can see how this is a cleaner way than tables, but what do you do when you want to have a background color behind text? In tables, all I would have to do was change the background color of the table cell. How would I add a background color for part of my design using CSS? As of right now I have created a 1x1 pixel image (with the color that I want) and have used CSS to change the size of the image to about the size I would want it behind my text. This just seems a little odd because I am almost positive there is a better way...(I always stay away from stretching images).
Any help or guidance would be appreciated!
Thank You!
I use Macromedia Dreamweaver 8 and have used Dreamweaver for about 4-5 years now (Not quite at a professional level since I started in junior high). I don't handcode my CSS obviously, but have used Dreamweaver's Integrated CSS panel.
Every website design I have created thus far has been positioned using tables and the only CSS I used was with text styles and color. I have positioned several elements on my current design (images) using the "left" and "top" positioning attributes. I can see how this is a cleaner way than tables, but what do you do when you want to have a background color behind text? In tables, all I would have to do was change the background color of the table cell. How would I add a background color for part of my design using CSS? As of right now I have created a 1x1 pixel image (with the color that I want) and have used CSS to change the size of the image to about the size I would want it behind my text. This just seems a little odd because I am almost positive there is a better way...(I always stay away from stretching images).
Any help or guidance would be appreciated!
Thank You!


Comment