Example 2: Make image we added in Example 1 as background |
| 5) Note that the different in the code between Example 1 and Example 2 is only the one line:
table, tr, td { background-color:transparent; border:none; border-width:0;} Why didn't I just add that one line of code to the previous Example 1 and be done with it? If you were going to just add a light color image as a background and that is all, then doing the code in Example 1 and Example 2 together would have been fine. But to go on and make changes to the font (text) colors and add images to other parts of your Myspace Profile page you need to understand what code modifies what section. And you definitely need to think in 'tables' and how the cascading style sheet (CSS) code changes the display of objects in each table. Don't decide, 'hey tables and CSS are way past what I want to learn.' If you do it step by building block step, you will ease into it. |
|
In Example 3 will discuss changing the font (color, family, size) in various areas of the text on our
MySpace Profile Page. If you want to receive an email when I add more help text then click the Subscribe button on the home page of www.GreatWebLayouts.com. |