[TYPO3] Funky Heading

Christopher bedlamhotel at gmail.com
Mon Oct 16 21:51:57 CEST 2006


Hi,

On 10/16/06, Scotty C <superscotty19 at yahoo.com> wrote:
> Hi everyone!
>
> I'm designing www.robinsonworeless.com and I'm trying
> to place the heading for each page (ex. "Locations")
> in a unique way and I need some help.
>
> What I've done is created a subpart called
> ###TOPHEADING###. On the site, TOPHEADING is located
> in the top right section of the page, separate from
> the content. It also has a unique font called
> Architecture. In my TS, I want to be able to put the
> heading label (which may or may not be the same as the
> page title) in the "Left" section of the page, and
> then just have the TS grab the "Left" element and put
> it in place of the subpart. Here's what I have so far:
>
> subparts.TOPHEADING < styles.content.getLeft
>
> Now, that works fine but when I try to do things like
> set the font or position the heading, nothing happens.
> The TS I have (which is clearly worng) is:
>
> subparts.TOPHEADING < styles.content.getLeft
> subparts.TOPHEADING.1 = TEXT
> subparts.TOPHEADING.1 {
> offset = 100,1
>      fontSize = 15
>      fontColor = black
>      fontFile = fileadmin/fonts/ARCHITRN.TTF
> }
>
>
> Can somebody please help?
>

First of all, this is the THIRD time you've sent this message to the list. Why?

Secondly, you've already received a response identifying the
problem--namely that your TS makes absolutly no sense since TEXT [1]
does not have the properties 'offset', 'fontSize', 'fontColor' and
'fontFile' (these are properties of GIFBUILDER's text object)--and
offering help if you can offer a slightly better explanation of what
you are trying to achieve...


-Christopher

[1] http://typo3.org/documentation/document-library/references/doc_core_tsref/current/view/8/3/



More information about the TYPO3-english mailing list