|
|||||||||||
Easy Layered LookThere has been interest lately in achieving what's called a "layered look" for web pages. We have devised a somewhat simpler way to get that look, involving just a single table cell structure, instead of the nested tables others have used. Below are two such tables, each having the necessary wide colored border and the inside having text and images. In the second one, we've added a textured background of its own, different from the one used on the main page. Doing this kind of thing on an Easy Designer page is a bit more difficult (We used Aolpress to make this page.) but can still be accomplished by using Advanced HTML inserts. Here's a link to a page we made using our layered concept in Easy Designer. (It used parts of the html from this page to form the table part.) Click Here
Here's what the html code looks like for this second example:
<TABLE BORDER CELLSPACING="30" CELLPADDING="8"
ALIGN="Center" BGCOLOR="red"> The cellspacing number, shown here as 30, can be changed upward or downward as you like. It gives the wisth of the red part in pixels. The cellpadding number gives the spacing between the red part and any contents of the table cell. That's been set at 8 pixels, but of course you can make it any number within reason. |
|||||||||||