[TYPO3] Image bullet and graphical header

Svend-Erik Dejbjerg sed at dejbjerg.com
Sun Aug 6 19:41:56 CEST 2006


Hi,
I have a problem I am sure someone can help me with.
I have a graphical header made with the script below.
Now I want to add a graphical bullet (from a gif file) to be in front of 
the header, but I don't know how to, have googled a lot to find a solution.

Regards, Svend-Erik Dejbjerg

cHeader = IMAGE
cHeader {
	alttext.cObject = TEXT
	alttext.cObject.field = header
	wrap = <h1>|</h1>
	file = GIFBUILDER
	file {
		format = gif
		reduceColors = 8
		XY = 550,30
		backColor = #ffff22
		10 = TEXT
		10 {
			text.field = header
			fontSize = 20
			fontColor = #222222
			offset = 0,20
			fontFile = fileadmin/templates/fonts/SiNoBk___.ttf
		}
	}
}

lib.stdheader < cHeader



More information about the TYPO3-english mailing list