Javascript builder. Build site navigation easily. All scripts can be built in one tool. RAD for JavaScript solutions.

PRODUCTS

JavaScript Projects

PHP Projects

Javascript Tools

SUPPORT

Standard vs PRO

FAQ

Contacts

Site Map

CODETHAT

Downloads

Users Testimonials

Our Customers

STUDIO   GRID   TABLE   MENU   TREE   XPBAR   HINT   EDITOR   TAB   FORM   CALENDAR   SCROLLER   SHOPPINGCART   TREEPHP   PACKER

Information

Introduction    Navigation system    Usage

Download

FAQ

CODETHATSTUDIO FAQ

Questions List

How do I insert the script I've created into my web site?

I created a general tree menu. Can I change the font and size of the text?

CodeThatBuilder uses the standard versions of the scripts, what if I register pro version, will it generate pro scripts then?

Answers

How do I insert the script I've created into my web site? I'm using Front Page for my site. I've tried copying the code into one of the tables using the option INSERT= WEB COMPONENT=ADVANCED CONTROLS=HTML. Every time I do this in the browser preview I get codes instead of the menu. Maybe it's because of some limitations of the free version I'm not familiar with.

I think the problem is that you are inserting scripts in design mode. Try to insert them in editing HTML source mode.

I created a general tree menu. Can I change the font and size of the text?

To change font and size of the text you should use css. For example, you may have a file menu.css with following contents

.clsDemoNode {
	color : #2c3c72;
	font-weight : bold;
	font-size : 11px;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	white-space : nowrap
}

(I think parameter names are selfexplaining. You may find more info about CSS on the web.)

Then in the builder set the css property to 'clsDemoNode'.

Include the file in your html page by adding following line

<link href="menu.css" rel="stylesheet" type="text/css">

in the <head> section.

CodeThatBuilder uses the standard versions of the scripts, what if I register pro version, will it generate pro scripts then?

Yes upon the registering of the PRO version you will be sent the templates of the PRO scripts that when used with the CodeThatBuilder enable you to generate PRO scripts.

[ Home ]  [ Contacts ]  [ Site Map ]  [ News ]  [ Links ]  [ Downloads ]

[ Go Top ]

© CodeThat.com, 2003-2009
Design by XTLabs, Inc
Sponsored by Rocket Division Software, LTD.