I have a very basic question:
I have set up a #style method containing CSS. I want to put text on the
page in the style of h1 in a div called "header"
The header component (below, a white rect with a line on the bottom)
renders fine.
The heading level 1 renders fine too.
html divNamed: was tried -- but it places the header text above
(outside) the header rect component.
How can I place a header: level: 1 inside the "header" component?
brad
----
h1 {
text-align: right;
letter-spacing: 3px;
font-size: 1.2em;
color: #FF0000;
}
#header {
background-color: #ffffff;
border-bottom: 1px #000000 solid;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside