[Typo3] how can i create the repeatable data objects in another format

zsl vincent zsl339 at hotmail.com
Thu Nov 10 16:13:07 CET 2005


Erik Svendsen wrote:
> Hello zsl,

> You want your links horizontal in frontend instead of normal list. In 
> the backend TCE I think you always will get them beneat each other. Wrap 
> all the links in ul (section) and each link in li, then use css to get 
> the right layout in the frontend.
> 
> WBR,
> Erik Svendsen
> www.linnearad.no
> 
> 
first of all,thank you for your answer.but i am not quite understood. i 
will specific my problem more clearly, i hope i can still get a little 
hint.(the html codes are very easy)
-----------------------------------------------------
<td valign="top" width="195" nowrap>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                 <td class="label" colspan="2" height="20"><b>Global 
Infrastructure
                   Links</b></td>
               </tr>
               <tr>
                 <td><a href="#">link1,</a> <a href="#">link two,</a> <a 
href="#">link three,</a> <a href="#"> link four,</a>
                 </td>
               </tr>
</table>
</td>
(these are the html in my template)
----------------------------------------------------------
and now i want to creat a data structure of these codes,so that i can 
add Flexible content as the content element for the page.
and i create my data structure like this
-----------------------------------------------------------
ROOT    <td>  inner
   sc      <table> inner
      co     <tr>
         EL   <b>  inner
      co     <tr>
         EL   <a>   inner
         AT   <a>   href
(i hope you can understand my meaning)
------------------------------------------------------------
but everytime when i use the Flexible content to add the page content 
element.i always get the wrong format like this
---------------------------------
link to this:
Url one, link two,link three
Url two, link two,link three
----------------------------------
but i want the format to be like this
-----------------------------------
link to this:
Url one, Url two.
------------------------------------
i hope you can understand what i said.
thanks






More information about the TYPO3-english mailing list