Archive for August, 2010:
Frameset in Typo3
1 Comment | This entry was posted on Aug 15 2010
Wenn man in typo3 in frameset machen will ist das sie leichteste Lösung
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | frameSet = PAGE
frameSet{
typeNum = 0
config{
xhtml_cleaning = all
doctype = xhtml_trans
language = de
}
frameSet {
rows = 100%
params = border="0" framespacing="0" frameborder="no"
1 = FRAME
1.obj = submain
1.src = http://domain.tld
1.params = scrolling="auto" id="main" noresize frameborder="no"
}
}
} |
