symbols in text

There are a number of symbols, for example copyright and trademark, which if copied from a standard document and pasted in a webpage – will appear as a question mark or other strange mark on the page. To overcome this you need to use the correct entity escape code for the symbol you require. For example to add the copyright symbol; enter the page in 'source mode' and type the following where you want the copyright symbol to appear: © (note the ampersand and semi-colon before and after copy).

symbols in text

Handy Hints

headings

How to add headings to text when using silvertrees content management systems.

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

(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` = 118 LIMIT 1111
3SELECT COUNT(*) AS `count` FROM `articles` AS `Article` WHERE `Article`.`id` = 118 110
4SELECT `Article`.`id`, `Article`.`images`, `Article`.`pdfs`, `Article`.`vedios`, `Article`.`audios`, `Article`.`urls` FROM `articles` AS `Article` WHERE `Article`.`id` = 118 LIMIT 1110
5UPDATE `articles` SET `hits` = 155, `updated` = '2010-09-05 11:21:42' WHERE `articles`.`id` = 11811
6SELECT `Article`.`id`, `Article`.`title`, `Article`.`description` FROM `articles` AS `Article` WHERE `Article`.`active` = 1 AND `Article`.`order` = 4 AND `Article`.`id` <> 118 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