Difference between revisions of "What can you do with a template?"

From Joomla! Documentation

(Corrected markup so that the title appears on the consolidation page.)
m (→‎Color Scheme: Spelling.)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
=== What Can You Do With a Template? ===
 
 
A template is used to manipulate the way content is delivered to a web browser or screen reader.  Here are some ways you can employ this on your Joomla!-powered site.
 
A template is used to manipulate the way content is delivered to a web browser or screen reader.  Here are some ways you can employ this on your Joomla!-powered site.
==== Layout ====
+
=== Layout ===
 
The template is the place where the design of the main layout is set for your site.  This includes where you place different elements (components, modules, and plugins), which are responsible for different types of content. For example:
 
The template is the place where the design of the main layout is set for your site.  This includes where you place different elements (components, modules, and plugins), which are responsible for different types of content. For example:
#The various menus (you can chose from existing options and create your own)
+
The various menus (you can chose from existing options and create your own)
#Advertising banners
+
Advertising banners
#Polls
+
Polls
#The main body of the page (you can select from different styles such as typical blog layout, a news article, etc.)
+
The main body of the page (you can select from different styles such as typical blog layout, a news article, etc.)
  
 
If the template is designed to provide choices, you can also "dynamically" alter the content placement on your site, perhaps putting the main menu on the right or left side of the screen.
 
If the template is designed to provide choices, you can also "dynamically" alter the content placement on your site, perhaps putting the main menu on the right or left side of the screen.
==== Color Scheme ====
+
=== Color Scheme ===
Using CSS within the template design, you can change the colors of your backgrounds, text, links or just about anything that you could within your ordinary (x)html code.
+
Using CSS within the template design, you can change the colors of your backgrounds, text, links or just about anything that you could within your ordinary (X)HTML code.
==== Images and Effects ====
+
 
 +
=== Images and Effects ===
 
You can also control the way images are displayed on the page, and even create flash-like effects or include [http://en.wikipedia.org/wiki/AJAX AJAX] applications such as drop-down menus.
 
You can also control the way images are displayed on the page, and even create flash-like effects or include [http://en.wikipedia.org/wiki/AJAX AJAX] applications such as drop-down menus.
==== Fonts ====
+
=== Fonts ===
 
The same applies to fonts.  The designs for these are all set within the template's CSS file(s) to create a uniform look across your entire site, which makes it fantastically easy to change the whole look just by altering one or two files rather than every single page.
 
The same applies to fonts.  The designs for these are all set within the template's CSS file(s) to create a uniform look across your entire site, which makes it fantastically easy to change the whole look just by altering one or two files rather than every single page.
==== Browser Specific Solutions ====
+
=== Browser Specific Solutions ===
 
A template can be designed to alter how it displays on different web browsers, allowing you to take full advantage of the latest developments without making your site inaccessible to those who are not able to run "up-to-the-minute" system upgrades (such as certain companies who limit what software their employees can use).
 
A template can be designed to alter how it displays on different web browsers, allowing you to take full advantage of the latest developments without making your site inaccessible to those who are not able to run "up-to-the-minute" system upgrades (such as certain companies who limit what software their employees can use).
 
<noinclude>[[Category:Templates]]
 
<noinclude>[[Category:Templates]]
 
[[Category:Template FAQ]]
 
[[Category:Template FAQ]]
 
[[Category:Getting Started FAQ]]</noinclude>
 
[[Category:Getting Started FAQ]]</noinclude>

Revision as of 09:00, 28 February 2011

A template is used to manipulate the way content is delivered to a web browser or screen reader. Here are some ways you can employ this on your Joomla!-powered site.

Layout[edit]

The template is the place where the design of the main layout is set for your site. This includes where you place different elements (components, modules, and plugins), which are responsible for different types of content. For example: The various menus (you can chose from existing options and create your own) Advertising banners Polls The main body of the page (you can select from different styles such as typical blog layout, a news article, etc.)

If the template is designed to provide choices, you can also "dynamically" alter the content placement on your site, perhaps putting the main menu on the right or left side of the screen.

Color Scheme[edit]

Using CSS within the template design, you can change the colors of your backgrounds, text, links or just about anything that you could within your ordinary (X)HTML code.

Images and Effects[edit]

You can also control the way images are displayed on the page, and even create flash-like effects or include AJAX applications such as drop-down menus.

Fonts[edit]

The same applies to fonts. The designs for these are all set within the template's CSS file(s) to create a uniform look across your entire site, which makes it fantastically easy to change the whole look just by altering one or two files rather than every single page.

Browser Specific Solutions[edit]

A template can be designed to alter how it displays on different web browsers, allowing you to take full advantage of the latest developments without making your site inaccessible to those who are not able to run "up-to-the-minute" system upgrades (such as certain companies who limit what software their employees can use).