<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kennyl</id>
	<title>Joomla! Documentation - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://docs.sandbox.joomla.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kennyl"/>
	<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/Special:Contributions/Kennyl"/>
	<updated>2026-05-16T03:12:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=14086</id>
		<title>Setting up page width</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=14086"/>
		<updated>2009-05-03T16:09:19Z</updated>

		<summary type="html">&lt;p&gt;Kennyl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}&lt;br /&gt;
Some templates provide the opportunity to select the type of page width, through its parameter settings. In case this does not meet the requirements, the template manager also allows the modification of the cascading style sheets. It is in those files, usually with the extension .css, that most, if not all, of the style (graphical) attributes are defined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is CSS?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CSS stands for Cascading Style Sheet. HTML tags specify the graphical flow of the elements, be it text, images or flash animations, on a webpage. CSS allows us to define the appearances of those html tags with their content, somewhere, so that other pages, if want be, may adhere to. This brings along consistency throughout a website. The cascading effect stipulates that the style of a tag (parent) may be inherited by other tags (children) inside it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CSS Statements&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The definition of an html tag is as follows: &lt;br /&gt;
&lt;br /&gt;
tagname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
Tagname may be any html tag but for the sake of setting up page width, what is of interest to us is an html tag that gives structure to a webpage. Some webpages are constructed from div tags while others are constructed on table tags. Usually, the tag has a &#039;width&#039; attribute. You set up a page width by varying the value of the &#039;width&#039; attribute.&lt;br /&gt;
&lt;br /&gt;
Sometimes, html tags are not defined directly. They are given an id or a class name and CSS refers to those specific tags by their ids or their class names.&lt;br /&gt;
&lt;br /&gt;
The definition of an id in CSS is as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;#35;idname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
while the definition of a class in CSS is as follows:&lt;br /&gt;
&lt;br /&gt;
.classname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
Again setting up a page width means modifying the value of the &#039;width&#039; attribute of any one of these definitions.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Value of the &#039;width&#039; attribute&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The value of the &#039;width&#039; attribute may be in pixels or percentage. Pixels are fixed values; hence in this case, the width does not vary according to window resizing or changing screen resolutions. Percentage usually means that the width is a fraction of the width of its container. So if we have a screen resolution of 1024 pixels by 768 pixels and our page width is set to 80% of the browser window container, our page would be approximately 820 pixels (80% of 1024) provided that the window browser is open at its fullest.&lt;/div&gt;</summary>
		<author><name>Kennyl</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=14077</id>
		<title>Setting up page width</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=14077"/>
		<updated>2009-05-01T16:08:31Z</updated>

		<summary type="html">&lt;p&gt;Kennyl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cookiejar}}&lt;br /&gt;
Some templates provide the opportunity to select the type of page width, through its parameter settings. In case this does not meet the requirements, the template manager also allows the modification of the cascading style sheets. It is in those files, usually with the extension .css, that most, if not all, of the style (graphical) attributes are defined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is CSS?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CSS stands for Cascading Style Sheet. HTML tags specify the graphical flow of the elements, be it text, images or flash animations, on a webpage. CSS allows us to define the appearances of those html tags with their content, somewhere, so that other pages, if want be, may adhere to. This brings along consistency throughout a website. The cascading effect stipulates that the style of a tag (parent) may be inherited by other tags (children) inside it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CSS Statements&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The definition of an html tag is as follows: &lt;br /&gt;
&lt;br /&gt;
tagname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
Tagname may be any html tag but for the sake of setting up page width, what is of interest to us is an html tag that gives structure to a webpage. Some webpages are constructed from div tags while others are constructed on table tags. Usually, the tag has a &#039;width&#039; attribute. You set up a page width by varying the value of the &#039;width&#039; attribute.&lt;br /&gt;
&lt;br /&gt;
Sometimes, html tags are not defined directly. They are given an id or a class name and CSS refers to those specific tags by their ids or their class names.&lt;br /&gt;
&lt;br /&gt;
The definition of an id in CSS is as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;#35;idname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
while the definition of a class in CSS is as follows:&lt;br /&gt;
&lt;br /&gt;
.classname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
Again setting up a page width means modifying the value of the &#039;width&#039; attribute of any one of these definitions.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Value of the &#039;width&#039; attribute&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Kennyl</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=14076</id>
		<title>Setting up page width</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=14076"/>
		<updated>2009-05-01T15:49:57Z</updated>

		<summary type="html">&lt;p&gt;Kennyl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cookiejar}}&lt;br /&gt;
Some templates provide the opportunity to select the type of page width, through its parameter settings. In case this does not meet the requirements, the template manager also allows the modification of the cascading style sheets. It is in those files, usually with the extension .css, that most, if not all, of the style (graphical) attributes are defined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is CSS?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CSS stands for Cascading Style Sheet. HTML tags specify the graphical flow of the elements, be it text, images or flash animations, on a webpage. CSS allows us to define the appearances of those html tags with their content, somewhere, so that other pages, if want be, may adhere to. This brings along consistency throughout a website. The cascading effect stipulates that the style of a tag (parent) may be inherited by other tags (children) inside it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CSS Statements&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The definition of an html tag is as follows: &lt;br /&gt;
&lt;br /&gt;
tagname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
Tagname may be any html tag but for the sake of setting up page width, what is of interest to us is an html tag that gives structure to a webpage. Some webpages are constructed from div tags while others are constructed on table tags. Usually, the tag has a &#039;width&#039; attribute. You set up a page width by varying the value of the &#039;width&#039; attribute.&lt;br /&gt;
&lt;br /&gt;
Sometimes, html tags are not defined directly. They are given an id or a class name and CSS refers to those specific tags by their ids or their class names.&lt;br /&gt;
&lt;br /&gt;
The definition of an id in CSS is as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;amp;#35;idname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
while the definition of a class in CSS is as follows:&lt;br /&gt;
&lt;br /&gt;
.classname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
Again setting up a page width means modifying the value of the &#039;width&#039; attribute of any one of these definitions.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Value of the &#039;width&#039; attribute&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
screen resolution, percentage, pixels.&lt;/div&gt;</summary>
		<author><name>Kennyl</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=14075</id>
		<title>Setting up page width</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=14075"/>
		<updated>2009-05-01T14:59:51Z</updated>

		<summary type="html">&lt;p&gt;Kennyl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cookiejar}}&lt;br /&gt;
Some templates provide the opportunity to select the type of page width, through its parameter settings. In case this does not meet the requirements, the template manager also allows the modification of the cascading style sheets. It is in those files, usually with the extension .css, that most, if not all, of the style (graphical) attributes are defined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is CSS?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CSS stands for Cascading Style Sheet. HTML tags specify the graphical flow of the elements, be it text, images or flash animations, on a webpage. CSS allows us to define the appearances of those html tags with their content, somewhere, so that other pages, if want be, may adhere to. This brings along consistency throughout a website. The cascading effect stipulates that the style of a tag (parent) may be inherited by other tags (children) inside it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CSS Statements&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The definition of an html tag is as follows: &lt;br /&gt;
&lt;br /&gt;
tagname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
Tagname may be any html tag but for the sake of setting up page width, what is of interest to us is an html tag that gives structure to a webpage. Some webpages are constructed from div tags while others are constructed on table tags. Usually, the tag has a &#039;width&#039; attribute. You set up a page width by varying the value of the &#039;width&#039; attribute.&lt;br /&gt;
&lt;br /&gt;
Sometimes, html tags are not defined directly. They are given an id or a class name and CSS refers to those specific tags by their ids or their class names.&lt;br /&gt;
&lt;br /&gt;
The definition of an id in CSS is as follows:&lt;br /&gt;
&lt;br /&gt;
\#idname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
while the definition of a class in CSS is as follows:&lt;br /&gt;
&lt;br /&gt;
.classname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
Again setting up a page width means modifying the value of the &#039;width&#039; attribute of any one of these definitions.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Value of the &#039;width&#039; attribute&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
screen resolution, percentage, pixels.&lt;/div&gt;</summary>
		<author><name>Kennyl</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=14074</id>
		<title>Setting up page width</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=14074"/>
		<updated>2009-05-01T14:58:12Z</updated>

		<summary type="html">&lt;p&gt;Kennyl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cookiejar}}&lt;br /&gt;
Some templates provide the opportunity to select the type of page width, through its parameter settings. In case this does not meet the requirements, the template manager also allows the modification of the cascading style sheets. It is in those files, usually with the extension .css, that most, if not all, of the style (graphical) attributes are defined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is CSS?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CSS stands for Cascading Style Sheet. HTML tags specify the graphical flow of the elements, be it text, images or flash animations, on a webpage. CSS allows us to define the appearances of those html tags with their content, somewhere, so that other pages, if want be, may adhere to. This brings along consistency throughout a website. The cascading effect stipulates that the style of a tag (parent) may be inherited by other tags (children) inside it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CSS Statements&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The definition of an html tag is as follows: &lt;br /&gt;
&lt;br /&gt;
tagname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
Tagname may be any html tag but for the sake of setting up page width, what is of interest to us is an html tag that gives structure to a webpage. Some webpages are constructed from div tags while others are constructed on table tags. Usually, the tag has a &#039;width&#039; attribute. You set up a page width by varying the value of the &#039;width&#039; attribute.&lt;br /&gt;
&lt;br /&gt;
Sometimes, html tags are not defined directly. They are given an id or a class name and CSS refers to those specific tags by their ids or their class names.&lt;br /&gt;
&lt;br /&gt;
The definition of an id in CSS is as follows:&lt;br /&gt;
&lt;br /&gt;
#idname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
while the definition of a class in CSS is as follows:&lt;br /&gt;
&lt;br /&gt;
.classname { attribute: value; attribute: value; }&lt;br /&gt;
&lt;br /&gt;
Again setting up a page width means modifying the value of the &#039;width&#039; attribute of any one of these definitions.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Value of the &#039;width&#039; attribute&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
screen resolution, percentage, pixels.&lt;/div&gt;</summary>
		<author><name>Kennyl</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=13965</id>
		<title>Setting up page width</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=13965"/>
		<updated>2009-04-17T17:18:44Z</updated>

		<summary type="html">&lt;p&gt;Kennyl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cookiejar}}&lt;br /&gt;
Some templates provide the opportunity to select the type of page width, through its parameter settings. In case this does not meet the requirements, the template manager also allows the modification of the cascading style sheets. It is in those files, usually with the extension .css, that most, if not all, of the style (graphical) attributes are defined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is CSS?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CSS stands for Cascading Style Sheet. HTML tags specify the graphical flow of the elements, be it text, images or flash animations, on a webpage. CSS allows us to define the appearances of those html tags with their content, somewhere, so that other pages, if want be, may adhere to. This brings along consistency throughout a website. The cascading effect stipulates that the style of a tag (parent) may be inherited by other tags (children) inside it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CSS Statements&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
to be continued.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step by Step Guide&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Kennyl</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=13964</id>
		<title>Setting up page width</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Setting_up_page_width&amp;diff=13964"/>
		<updated>2009-04-17T17:16:23Z</updated>

		<summary type="html">&lt;p&gt;Kennyl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{cookiejar}}&lt;br /&gt;
Some templates provide the opportunity to select the type of page width, through its parameter settings. In case this does not meet the requirements, the template manager also allows the modification of the cascading style sheets. It is in those files, usually with the extension .css, that most, if not all, of the style (graphical) attributes are defined.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is CSS?&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
CSS stands for Cascading Style Sheet. HTML tags specify the graphical flow of the elements, be it text, images or flash animations, on a webpage. CSS allows us to define the appearances of those html tags with their content, somewhere, so that other pages, if want be, may adhere to. This brings along consistency throughout a website. The cascading effect stipulates that the style of a tag (parent) may be inherited (&#039;cascaded&#039;) by other tags (children) inside it.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;CSS Statements&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
to be continued.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Step by Step Guide&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Kennyl</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Removing_author_name,_creation_date_or_update_date_from_an_article&amp;diff=13878</id>
		<title>Removing author name, creation date or update date from an article</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Removing_author_name,_creation_date_or_update_date_from_an_article&amp;diff=13878"/>
		<updated>2009-04-12T17:15:24Z</updated>

		<summary type="html">&lt;p&gt;Kennyl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To remove the author name, creation date and time and modified date and time from an Article:&lt;br /&gt;
#Open the Article for editing either by:&lt;br /&gt;
#* Click the &#039;&#039;&#039;Content &amp;gt; Article Manager&#039;&#039;&#039; menu item or click the &#039;&#039;Article Manager&#039;&#039; button in the Control Panel. &lt;br /&gt;
#* Once in the &#039;&#039;Article Manager&#039;&#039;, click the Article Title to edit or tick the box next to the Article and click the &#039;&#039;Edit&#039;&#039; button in the toolbar.&lt;br /&gt;
#* If you are logged in to the Front-end with appropriate permissions and are viewing the Article you wish to edit, click the &#039;&#039;Edit&#039;&#039; icon usually found at the upper right corner.&lt;br /&gt;
#Click on the &#039;&#039;Parameters - Advanced&#039;&#039; pane in the Parameters section of the Edit Article screen.&lt;br /&gt;
#Locate the &#039;&#039;Author Name&#039;&#039;, &#039;&#039;Created Date and Time&#039;&#039; and &#039;&#039;Modified Date and Time&#039;&#039; drop down fields in the Parameters list and change to &#039;&#039;Hide&#039;&#039; as required.&lt;br /&gt;
#*&#039;&#039;&#039;Use Global&#039;&#039;&#039;: Uses the setting in the Article Parameter Global configuration.&lt;br /&gt;
#*&#039;&#039;&#039;Hide&#039;&#039;&#039;: Hides the information and overwrites the global configuration for the current Article only.&lt;br /&gt;
#*&#039;&#039;&#039;Show&#039;&#039;&#039;: Displays the information and overwrites the global configuration for the current Article only.&lt;br /&gt;
#Click the &#039;&#039;Save&#039;&#039; or &#039;&#039;Apply&#039;&#039; button in the toolbar to save the Article.&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Removing author name, creation date or update date from all Articles]]&lt;/div&gt;</summary>
		<author><name>Kennyl</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Removing_author_name,_creation_date_or_update_date_from_an_article&amp;diff=13877</id>
		<title>Removing author name, creation date or update date from an article</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Removing_author_name,_creation_date_or_update_date_from_an_article&amp;diff=13877"/>
		<updated>2009-04-12T17:14:11Z</updated>

		<summary type="html">&lt;p&gt;Kennyl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}&lt;br /&gt;
To remove the author name, creation date and time and modified date and time from an Article:&lt;br /&gt;
#Open the Article for editing either by:&lt;br /&gt;
#* Click the &#039;&#039;&#039;Content &amp;gt; Article Manager&#039;&#039;&#039; menu item or click the &#039;&#039;Article Manager&#039;&#039; button in the Control Panel. &lt;br /&gt;
#* Once in the &#039;&#039;Article Manager&#039;&#039;, click the Article Title to edit or tick the box next to the Article and click the &#039;&#039;Edit&#039;&#039; button in the toolbar.&lt;br /&gt;
#* If you are logged in to the Front-end with appropriate permissions and are viewing the Article you wish to edit, click the &#039;&#039;Edit&#039;&#039; icon usually found at the upper right corner.&lt;br /&gt;
#Click on the &#039;&#039;Parameters - Advanced&#039;&#039; pane in the Parameters section of the Edit Article screen.&lt;br /&gt;
#Locate the &#039;&#039;Author Name&#039;&#039;, &#039;&#039;Created Date and Time&#039;&#039; and &#039;&#039;Modified Date and Time&#039;&#039; drop down fields in the Parameters list and change to &#039;&#039;Hide&#039;&#039; as required.&lt;br /&gt;
#*&#039;&#039;&#039;Use Global&#039;&#039;&#039;: Uses the setting in the Article Parameter Global configuration.&lt;br /&gt;
#*&#039;&#039;&#039;Hide&#039;&#039;&#039;: Hides the information and overwrites the global configuration for the current Article only.&lt;br /&gt;
#*&#039;&#039;&#039;Show&#039;&#039;&#039;: Displays the information and overwrites the global configuration for the current Article only.&lt;br /&gt;
#Click the &#039;&#039;Save&#039;&#039; or &#039;&#039;Apply&#039;&#039; button in the toolbar to save the Article.&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Removing author name, creation date or update date from all Articles]]&lt;/div&gt;</summary>
		<author><name>Kennyl</name></author>
	</entry>
	<entry>
		<id>https://docs.sandbox.joomla.org/index.php?title=Removing_author_name,_creation_date_or_update_date_from_an_article&amp;diff=13876</id>
		<title>Removing author name, creation date or update date from an article</title>
		<link rel="alternate" type="text/html" href="https://docs.sandbox.joomla.org/index.php?title=Removing_author_name,_creation_date_or_update_date_from_an_article&amp;diff=13876"/>
		<updated>2009-04-12T17:03:29Z</updated>

		<summary type="html">&lt;p&gt;Kennyl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{review}}&lt;br /&gt;
To remove the author name, creation date and time and modified date and time from an Article:&lt;br /&gt;
#Open the Article for editing either by:&lt;br /&gt;
#* Click the &#039;&#039;&#039;Content &amp;gt; Article Manager&#039;&#039;&#039; menu item or click the &#039;&#039;Article Manager&#039;&#039; button in the Control Panel. &lt;br /&gt;
#* Once in the &#039;&#039;Article Manager&#039;&#039;, click the Article  Title to edit or tick the box next to the Article and click the &#039;&#039;Edit&#039;&#039; toolbar button.&lt;br /&gt;
#* If logged in to the Front-end, you have appropriate permissions and are viewing the Article you wish to edit: Click the &#039;&#039;Edit&#039;&#039;  button.&lt;br /&gt;
#Click on the &#039;&#039;Parameters - Advanced&#039;&#039; pane in the Parameters section of the Edit Article screen.&lt;br /&gt;
#Locate the &#039;&#039;Author Name&#039;&#039;, &#039;&#039;Created Date and Time&#039;&#039; and &#039;&#039;Modified Date and Time&#039;&#039; drop down fields in the Parameters list and change to &#039;&#039;Hide&#039;&#039; as required.&lt;br /&gt;
#*&#039;&#039;&#039;Use Global&#039;&#039;&#039;: Uses the setting in the Article Parameter Global configuration.&lt;br /&gt;
#*&#039;&#039;&#039;Hide&#039;&#039;&#039;: Hides the information and overrides the global configuration for the current Article only.&lt;br /&gt;
#*&#039;&#039;&#039;Show&#039;&#039;&#039;: Displays the information and overrides the global configuration for the current Article only.&lt;br /&gt;
#Click the &#039;&#039;Save&#039;&#039; or &#039;&#039;Apply&#039;&#039; toolbar button to save the Article.&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Removing author name, creation date or update date from all Articles]]&lt;/div&gt;</summary>
		<author><name>Kennyl</name></author>
	</entry>
</feed>