headings

Headings add interest to a page, while highlighting the main topics contained within your text. If you are using a website with a built-in content management system (most silvertrees websites have an administration area where clients can update their page content), it is simple to add your own headings as you edit pages on your site.

 

To apply a heading to text on a page, simply highight the text and click the format button in the editor toolbar to select your heading from the dropdown box. By using the headings in the format box (heading 1, heading 2, heading 3, etc.), you will ensure your page content maintains the styling properties designed for your website.

headings

Handy Hints

how to create a link

A simple hint on how to turn text into a 'hyperlink'.

manage web images

Selecting and resizing images for the web is an important part of maintaining a fresh & exciting site

online security

A few hints on staying secure online

select keywords

What are keywords and how do you select the right ones for your website?

edit page content

Simple hints on how to use the online page editor

symbols in text

How to avoid the annoying entity-escape errors where your trademark or copyright symbol should appear

(default) 7 queries took 7 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1DESCRIBE `articles`23233
2SELECT `Article`.`id`, `Article`.`title`, `Article`.`order`, `Article`.`description`, `Article`.`body`, `Article`.`created`, `Article`.`updated`, `Article`.`images`, `Article`.`pdfs`, `Article`.`vedios`, `Article`.`urls`, `Article`.`audios`, `Article`.`active`, `Article`.`featured`, `Article`.`keywords`, `Article`.`hits`, `Article`.`associated`, `Article`.`display_order`, `Article`.`images_desc`, `Article`.`pdfs_desc`, `Article`.`videos_desc`, `Article`.`urls_desc`, `Article`.`audios_desc` FROM `articles` AS `Article` WHERE `Article`.`id` = 117 LIMIT 1111
3SELECT COUNT(*) AS `count` FROM `articles` AS `Article` WHERE `Article`.`id` = 117 110
4SELECT `Article`.`id`, `Article`.`images`, `Article`.`pdfs`, `Article`.`vedios`, `Article`.`audios`, `Article`.`urls` FROM `articles` AS `Article` WHERE `Article`.`id` = 117 LIMIT 1110
5UPDATE `articles` SET `hits` = 52, `updated` = '2010-09-05 11:23:23' WHERE `articles`.`id` = 11711
6SELECT `Article`.`id`, `Article`.`title`, `Article`.`description` FROM `articles` AS `Article` WHERE `Article`.`active` = 1 AND `Article`.`order` = 4 AND `Article`.`id` <> 117 ORDER BY `Article`.`display_order` ASC LIMIT 6661
7SELECT `Article`.`id`, `Article`.`images`, `Article`.`title` FROM `articles` AS `Article` WHERE `Article`.`order` = 1 AND `Article`.`active` = 1 AND `Article`.`featured` = 1 ORDER BY `display_order` ASC 441