[Typo3] Template problem Can AnyBody Help???

tejasvini.jangra tejasvini.jangra at daffodildb.com
Thu Sep 8 12:50:23 CEST 2005


Hi,
I am new to Typo3 and I developed a Template with following typo3 code. Now I want to add content 
in the frames and when I add content then content is not visible on FE. What I am doig wrong?.

frameset = PAGE
frameset.typeNum = 0
page = PAGE
left = PAGE
right = PAGE

top=PAGE
top1=PAGE
page.typeNum = 1
left.typeNum = 2
right.typeNum = 3
top.typeNum=4
top1.typeNum=5

page.10 = TEXT
page.10.value = sach.txt

left.10 = TEXT
left.10.value = The left-frame
right.10 = TEXT
right.10.value = The right-frame
top.10=TEXT
top.10.value= The top-frame
top1.10=TEXT
top1.10.value= The top1-frame


frameset.frameSet.rows=150,*
frameset.frameSet.params = border="0" framespacing="0" frameborder="NO"

frameset.frameSet {
  
  2= FRAMESET
  2.rows=50,*
  2{

  3 = FRAME
  3.obj = top
  3.params = scrolling="NO" noresize frameborder="NO" marginwidth="0" marginheight="0"
  3.src=logo.jpg

  4 = FRAME
  4.obj = top1
  4.params = scrolling="NO" noresize frameborder="NO" marginwidth="0" marginheight="0"
  4.src=sach.txt
  4.class=frame1
 }


  3= FRAMESET
  3.cols=20 ,60,20
3{

  1 = FRAME
  1.obj = left
  1.params = scrolling="NO" noresize frameborder="NO" marginwidth="0" marginheight="0"

  
  2 = FRAME
  2.obj = page
  2.params = scrolling="NO" noresize frameborder="NO" marginwidth="0" marginheight="0"

  3 = FRAME
  3.obj = right
  3.params = scrolling="NO" noresize frameborder="NO" marginwidth="0" marginheight="0"
}
}

Thanks
Tejasvini


More information about the TYPO3-english mailing list