Posted on November 4th, 2009
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,
Posted on October 8th, 2009
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
Posted on October 8th, 2009
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