07. 01. 2005, 01:05

Hallo Leute,
mein Gehirn fühlt sich an als wäre es durch einen Fleischwolf gedreht worden.
Ich hoffe hier gibt es jemanden, der Mitleid hat und mir hilft.

Mein Problem:
Frameset mit 5 rows.
Das Template selber funktioniert - ohne Inhalte.
(also Bilder und Frames, sowie Statischer Inhalt)

Ich versuche jetzt schon seit 2 Tagen am Stück sämtliche docu zum Frameset zu durchforsten, moderne Templatebildung hab ich auch schon 2 mal durch. - > Ich bekomme einfach keinen Content drauf.

Außerdem hab ich immer noch nicht richtig verstanden, wie ein neuer Text direkt an eine cObject (??? DOCUMENT_BODY) im zusammenhang mit Frames versteht, wo es hingehört.
Ohne Frameset geht das ja. Ich muß zugeben, dass ich mega verwirrt bin.

Hier das Setup - basiert auf EN tutorial Frameset:
(content soll dynamic sein...)
-------------------------------
blank = PAGE
Top = PAGE
content = PAGE
menu = PAGE
blankbottom = PAGE

blank.typeNum = 1
Top.typeNum = 2
content.typeNum = 3
menu.typeNum = 4
blankbottom = 5

outer_frameset = PAGE
outer_frameset.typeNum = 0
outer_frameset.frameSet.rows = *,135,335,130,*
outer_frameset.frameSet.params = framespacing="0" bordercolor="#FFFFFF" frameborder="O" border="0"
outer_frameset.frameSet {
1 = FRAME
1.obj = blank
1.params = frameborder="0" noresize marginheight="0" border="0" scrolling="NO"
2 = FRAME
2.obj = Top
2.params = frameborder="0" noresize marginheight="0" border="0" scrolling="NO"
3 = FRAME
3.obj = content
3.params = frameborder="0" noresize marginheight="0" border="0" scrolling="NO"
4 = FRAME
4.obj = menu
4.params = frameborder="0" noresize marginheight="0" border="0" scrolling="NO"
5 = FRAME
5.obj = blankbottom
5.params = frameborder="0" noresize marginheight="0" border="0" scrolling="NO"
}

# *************************
# Defining the content-frame, "blank"
# *************************

# Header code, stylesheet
blank.headerData.10 = TEMPLATE
blank.headerData.10 {
template = FILE
template.file = fileadmin/frameset/tutorial3_frames/blank.html
workOnSubpart = HEADER_CODE
}

# Bodytag
blank.bodyTag = <BODY bgcolor="#26247b"/>

# Page-content
blank.10 = TEMPLATE
blank.10 {
template = FILE
template.file = fileadmin/frameset/tutorial3_frames/blank.html

}

# *************************
# Defining the top-frame, "Top"
# *************************

# Header code, stylesheet
Top.headerData.10 = TEMPLATE
Top.headerData.10 {
template = FILE
template.file = fileadmin/frameset/tutorial3_frames/Top.html
workOnSubpart = HEADER_CODE
}

# Bodytag
Top.bodyTag = &lt;style type="text/css"&gt;body {background-image:url(./img/tropicbeach-1-1.png);background-position:center;background-color:#26247b;background-repeat:no-repeat;background-attachment:fixed;padding:0%;margin:0%;}&lt;/style&gt;<BODY bgcolor="#26247b"/>

# Page-content
Top.10 = TEMPLATE
Top.10 {
template = FILE
template.file = fileadmin/frameset/tutorial3_frames/Top.html
}

# *************************
# Defining the content-frame, "content"
# *************************

# Header code, stylesheet
content.headerData.10 = TEMPLATE
content.headerData.10 {
template = FILE
template.file = fileadmin/frameset/tutorial3_frames/content.html
workOnSubpart = HEADER_CODE
}

# Bodytag
content.bodyTag = &lt;style type="text/css"&gt;body {background-image:url(./img/tropicbeach-2-1.png);background-position:center;background-color:#26247b;background-repeat:no-repeat;background-attachment:fixed;padding:0%;margin:0%;}&lt;/style&gt;<BODY bgcolor="#26247b"/>

# Page-content
content.20 = TEMPLATE
content.20 {
template = FILE
template.file = fileadmin/frameset/tutorial3_frames/content.html
workOnSubpart = DOCUMENT_BODY
subparts.CONTENT_HEADER = TEXT
}

# *************************
# Defining the menu-frame, "menu"
# *************************

# Header code, stylesheet
menu.headerData.10 = TEMPLATE
menu.headerData.10 {
template = FILE
template.file = fileadmin/frameset/tutorial3_frames/buttom.html
workOnSubpart = HEADER_CODE
}

# Bodytag
menu.bodyTag = &lt;style type="text/css"&gt;body {background-image:url(./img/tropicbeach-3-1.png);background-position:center;background-color:#26247b;background-repeat:no-repeat;background-attachment:fixed;padding:0%;margin:0%;}&lt;/style&gt;<BODY bgcolor="#26247b"/>

# Page-content
menu.10 = TEMPLATE
menu.10 {
template = FILE
template.file = fileadmin/frameset/tutorial3_frames/buttom.html
}

# *************************
# Defining the content-frame, "blankbottom"
# *************************

# Header code, stylesheet
blankbottom.headerData.10 = TEMPLATE
blankbottom.headerData.10 {
template = FILE
template.file = fileadmin/frameset/tutorial3_frames/Top.html
workOnSubpart = HEADER_CODE
}

# Bodytag
blankbottom.bodyTag = <BODY bgcolor="#26247b"/>

# Page-content
blankbottom.10 = TEMPLATE
blankbottom.10 {
template = FILE
template.file = fileadmin/frameset/tutorial3_frames/Top.html
}
------------------------------

Möglicher Weise reicht es auch aus, dass "ich" einfach sortiert werde *g*

Vielen Danke
Daniel