Skip to content

{ Tag Archives } Business

Yugma web conferencing

I’ve been doing online meetings for a few years now, mainly using Microsoft Live Meeting and Webex from Cisco. While these 2 products are excellent tools for conducting online meetings, they have a cost associated to them which can be difficult to handle if you are a freelancer trying to work with a shoestring [...]

Also tagged ,

How to add the service mark symbol with HTML

HTML has a tag known as <sup> which stands for superscript text. This tag properly places text half a character above the baseline.
Example:
bite size technology, design and marketing ideasSM
In order to achieve the service mark symbol as you see above, you need to align your “SM” text to the top of its line-height and decrease [...]

Also tagged ,

How to add the Registerd Trademark symbol to your website

Add the following HTML code: &reg;
®

Also tagged