[Seaside] Newbie Seaside and CSS question

Brad Fuller brad at sonaural.com
Wed Feb 22 00:23:04 UTC 2006


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;
}



More information about the Seaside mailing list