close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Problems with Form Builder 2

Thread began 10/27/2010 10:06 am by p.woodall208922 | Last modified 11/02/2010 7:21 am by p.woodall208922 | 3172 views | 13 replies

neilo

The reason that the menu is having problems is that the menu include file (CSSMenuWriter/cssmw/menu.php) is being called from pages that exist in different levels of your site structure.

Your menu.php file menu structure is:

<ul class="level-0" id="cssmw">
<li><span><a href="/index.php">Home</a></span></li>
<li class="parent"><span><a href="#">Dienstleistungen</a></span>
<ul class="level-1">
<li><a href="../../dienstleistung/projektmanagement/scb_pm.php">Projektmanagement</a></li>
<li class="parent"><a href="#">Schulung</a>
<ul class="level-2">
<li><a href="../../dienstleistung/schulung/msoffice/scb_office.php">MS Office</a></li>
<li><a href="../../dienstleistung/schulung/mswindows/scb_windows.php">MS Windows</a></li>
<li><a href="../../dienstleistung/schulung/scb_internet/scb_internet.php">Internet</a></li>

</ul>
</li>
<li><a href="../../dienstleistung/support/scb_support.php">Support</a></li>
</ul>
</li>
<li><span><a href="../../location/scb_location.php">Wo wir sind</a></span></li>
<li><span><a href="../../Kontakt/scb_contact_us.php">Kontakt</a></span></li>
<li><span><a href="../../News/scb_news.php">News</a></span></li>
</ul>

so that some links are being rendered with an extra 'dienstleistung' in the path (being relative to the page that contains the include).

Try changing all the links that begin with: ../../ to just the single forward slash: / so that all links begin (are relative to) from the root directory.

i.e:

<ul class="level-0" id="cssmw">
<li><span><a href="/index.php">Home</a></span></li>
<li class="parent"><span><a href="#">Dienstleistungen</a></span>
<ul class="level-1">
<li><a href="/dienstleistung/projektmanagement/scb_pm.php">Projektmanagement</a></li>
<li class="parent"><a href="#">Schulung</a>
<ul class="level-2">
<li><a href="/dienstleistung/schulung/msoffice/scb_office.php">MS Office</a></li>
<li><a href="/dienstleistung/schulung/mswindows/scb_windows.php">MS Windows</a></li>
<li><a href="./dienstleistung/schulung/scb_internet/scb_internet.php">Internet</a></li>

</ul>
</li>
<li><a href="/dienstleistung/support/scb_support.php">Support</a></li>
</ul>
</li>
<li><span><a href="/location/scb_location.php">Wo wir sind</a></span></li>
<li><span><a href="/Kontakt/scb_contact_us.php">Kontakt</a></span></li>
<li><span><a href="/News/scb_news.php">News</a></span></li>
</ul>

As regards the space before the form, In your webassist/forms/fd_brassystucoba_default.css stylesheet (about line 62/63) add a float:left; property to the rule:

Edit: And change the width to 580px:

form.Brassystucoba_Default {
float:left;
width:580px;
}

Then in your webassist/forms/fd_brassystucoba_default.css stylesheet (about line 138), change:

width:614px;

to

width:580px;

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...