[TYPO3-english] I thought I understood ????
Colin & Maureen Pridham
cmbigsnow at bigpond.com
Tue Aug 2 05:55:36 CEST 2011
Hi,
I thought I understood the relationship between a template and the page for
Templa Voila.
Can someone please tell me if I am correct ?
Whatever I want on my page, I build a basic html template with
all the elements I want and leave the actual data as info I can modify
later.
So, If I want a list, with 2 pictures, and then another list, I use html
that says:
<body>
<ul id="my-menu">
<li "element 1"></li>
<li "element 2"></li>
<li "element 3"></li>
</li>
<img src="photo1.jpg">
<img src="photo2.jpg">
<ul id="my-menu">
<li "List 2 element 1"></li>
<li "List 2 element 2"></li>
<li "List 2 element 3"></li>
</li>
</body>
After Templa Voila builds my page I can then change the element and photo
names ,
IS THIS CORRECT ?
Many Thanks,
Colin
More information about the TYPO3-english
mailing list