Series

HTML Corner

Editing HTML inside a text object

Web Studio provides a full-featured text engine for editing and styling your copy. But for advanced users with knowledge of HTML, Web Studio allows you to view the HTML source of any text object in your site. To enter the HTML editor, select the text object and either key CTRL-E,

HTML Corner | HTML Tab

Meet the HTML Object

The HTML Object is found in the HTML Tab, and adds a lot extensibility to Web Studio. Any HTML you find on the web or write yourself can be entered into the HTML Object, and will be inserted on the page. Watch this video for a detailed introduction to

HTML Corner | Tips & Tricks

Adding a ‘rel’ attribute to a link

In some popular javascript effects, such as Shadowbox, you need to add a rel attribute to your links. In HTML, rel describes the relationship from the current page to the page in the href. In this case, we want to relate that link to our Shadowbox javascript. The