[TYPO3-english] question about html template
bernd wilke
t3ng at bernd-wilke.net
Wed Nov 7 08:33:32 CET 2012
Am 07.11.2012 03:50, schrieb tom:
> Hi,
>
> I want to edit a page, see screenshot here:
> http://photo.163.com/tomliutest/#m=2&aid=240826374&pid=7969304683
>
> I want to put a picture next to the text *tag*, I think I need to find the
> html template of this page and then put the picture on that html template,
> right? But how could I find out which html template that page is using?
> Thanks.
there are multiple ways to build up the resulting HTML-frame a website
is delivered.
some of them base on a HTML-Template.
you have to see what is used in your configuration.
I prefer a pure Typoscript solution being more flexible with reordering
the elements based on conditions or configurations.
you may blindly guess it searching all subdirs of fileadmin for a file
containing some pieces of HTML you find in your FE-HTML (e.g. <div
id="rightcolumn">), but a change might destroy your website.
bernd
--
http://www.pi-phi.de/cheatsheet.html
More information about the TYPO3-english
mailing list