The New HTML Editor is Here! - Page 8

User 38401 Photo


Senior Advisor
10,951 posts

Hiya Shane,

I just created one, first one I ever made in HTML Editor actually since I usually use another software for my menus. Worked perfectly first time. Took me a bit to position it a little so it wasn't in the middle of the page, but it's on the left for the most part. This is just a test page and this is the preview in the Preview window of the HTML Editor. As you can see all the submenus and siblings work just fine. I haven't tried making one with images on it yet, I'll work that at a later time.

I made this in about 5 minutes or so, so it's definitely not difficult to do either, could be you just missed something somewhere is all :)

Maybe you can tell us exactly what's wrong and post your code and the site you put it on and we can try to see what's wrong. Here's a Screenie :)

http://wolverana.com/myimages/cssmenuscreenie.JPG
User 126820 Photo


Registered User
8 posts

Thanks for the offer Jo Ann, love the art work you've done on your pages, what graphics program did you use?

My problem is not complicated, all I want the menu to do is align centre. If I put the menu down one side its perfect but I want the menu across the top in a table, the menu works fine but alignment is an issue.

I created this page just to get it working or show my problem http://www.shaneclements.com.au/menuPractice.html

This is the correspondence between my self and Monica Kelsey from the support team.

**************************************************************************************************************************

Hello Shane,

Thanks for contacting us! The reason your menu is not centering is because the CSS Stylesheet that you are using is forcing the alignment to the left. You'll need to adjust the stylesheet to show the menu center instead of left.
Best Regards,
Monica Kelsey - Support Specialist
CoffeeCup Software Inc.
An Internet 500 Company
http://www.coffeecup.com

**************************************************************************************************************************

Thanks for your reply Monica, however its not quite the answer I was after.

I realise that the CSS Stylesheet is forcing alignment to the left, after inserting the <div> tag to align center it is still aligning left. I checked the coffeecup support pages and they just tell me to do what I have already done, however I don't see the reason why it wont align center.

If you could have a look at my code and tell me if you can see the reason why I have the alignment problem.

Thanks
Shane


b]This is from the Coffeecup support page on 'How to use the CSS menu designer'[/b]

Step 6: Positioning Your Menu
To change where your menu appears on your page, your best bet is to use <div></div> tags to position it. To do this, place <div></div> tags around the menu code that appears between the <body></body> tags, which would look like this:

<div> <ul class="menu-menu"> <li class="first"><a href="contact-us.html">Contact Us</a></li> <li> <a href="">Learn More</a> <ul> <li class="first"><a href="about-us.html">About Us</a></li> <li><a href="privacy.html">Privacy Policy</a></li> </ul> </li> </ul> </div>
Next, add the align attribute to the opening <div> tag, and give it one of these values: bottom, center, justify, left, right, or top. For instance, if you wanted to center your menu, the opening <div> tag would look like this:

<div align="center">


b]This is from my page after I followed the Coffeecup directions[/b]

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>MenuPracticePage</title>
<meta http-equiv="generator" content="CoffeeCup HTML Editor (www.coffeecup.com)" />
<meta name="created" content="Sun, 31 Jan 2010 01:24:15 GMT" />
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" type="text/css" href="css/menu-menu.css" media="screen">

</head>
<body>
<div align="center"><ul class="menu-menu">
<li class="first"><a href="http://www.haspconsulting.com.au">Menu</a></li>
</ul>
</div>
</body>
</html>

*************************************************************************************************************************


The CSS tag for left alignment is overriding the DIV tag telling it to go to the center. This is evident by removing the line for the CSS and the menu centers. The problem is not the code for the menu, but the CSS.
Best Regards,
Monica Kelsey - Support Specialist
CoffeeCup Software Inc.
An Internet 500 Company
http://www.coffeecup.com

**************************************************************************************************************************

Thanks Monica, I know nothing of CSS so my problem is not fixed.

I'm old, fat and losing my hair .... so the kids tell me.
User 38401 Photo


Senior Advisor
10,951 posts

Hiya Shane,

Monica is 100% right here, and in order to make your menu obey your div tag you'll need to remove the highlighted text you see below. You'll find a "css" folder in your main site's directory on your computer wherever you have your site files saved. Inside that folder look for a file named "menu-menu.css" and open that file in your HTML editor. Then look for these Bolded lines below and just delete those lines. Don't delete the whole tag area they are in just delete the lines that are bolded. Save the file, upload it to your server to the same location it is in on your computer (in other words, upload it to the "css" folder that is on your server for your site) and you should be able to center your menu now.

.menu-menu li {
float:left;
position:relative;

}


and the very last section:



/*** DEMO SKIN ***/
.menu-menu {
float:left;
margin-bottom:1em;
font-family:Tahoma, Verdana, Arial;
font-size:10px;
font-weight:normal; /* bold or normal */
font-style:normal; /* italic or normal */
}
User 126820 Photo


Registered User
8 posts

Thanks Jo Ann, I'll give that a go later on tonight.
I'm old, fat and losing my hair .... so the kids tell me.
User 2020427 Photo


Registered User
3 posts

Teaching an XHTML course at a local community college. I purchased your HTML Editor and suggested to my students that they use the Free Version of your HTML Editor. The students who are using the free version are finding it very helpful in writing their XHTML code.

I use the editor to grade their work and it sure makes the process go a lot quicker for me. The HTML Validation site link is also helpful. How about adding the css validation site too.

Got to run back to work.

I will get back to you with other suggestions as we use your products in my class.

Lawrence Armstrong
User 3170291 Photo


Registered User
3 posts

haven't used software for about a year. downloaded newest version about four days ago. what happened to the visual editor??? the reason i bought coffee cup is because it had a visual editor. is it hidden somewhere??? i guess not. why? why? why did you eliminate it??? like many of your software users, i don't have time to learn html (i know enough to get by). i only create a page now and then or update a page occassionally.

yes, i know you have added a new visual editor software. but once again, the reason i and many of your users purchased coffee cup html editor was because it had a visual editor. now we would have to buy another software or revert to the old version, which is what i had to do.

how about a reduced price ($9.99 would be good, just a suggestion) for visual site designer for your customers that already owned coffee cup html editor before the visual editor was removed???

thank you
User 1948478 Photo


Senior Advisor
1,850 posts

The Visual Editor has not been removed. It is just not shown by default.
Go to: Tools > Preferences > General, and uncheck the box for "Hide Visual Editor Tab".
Just watch out for switching back and forth between Code Editor and Visual Editor, since that may cause some unpredictable results!
User 103173 Photo


VP of Software Development
0 posts

fred herman wrote:
haven't used software for about a year. downloaded newest version about four days ago. what happened to the visual editor??? the reason i bought coffee cup is because it had a visual editor. is it hidden somewhere??? i guess not. why? why? why did you eliminate it??? like many of your software users, i don't have time to learn html (i know enough to get by). i only create a page now and then or update a page occassionally.

yes, i know you have added a new visual editor software. but once again, the reason i and many of your users purchased coffee cup html editor was because it had a visual editor. now we would have to buy another software or revert to the old version, which is what i had to do.

how about a reduced price ($9.99 would be good, just a suggestion) for visual site designer for your customers that already owned coffee cup html editor before the visual editor was removed???

thank you

The visual editor was not removed. Just go to the Tools > Preferences and enable it.

I never understood why people do not look at the preferences first. You can do so much in there ;)
Learn the essentials with these quick tips for Responsive Site Designer, Responsive Email Designer, Foundation Framer, and the new Bootstrap Builder. You'll be making awesome, code-free responsive websites and newsletters like a boss.
User 38401 Photo


Senior Advisor
10,951 posts

Hiya Fred,

Do keep in mind that you cannot really swap between the Visual and the HTML modes of the HTML Editor. I don't remember how it was years ago, but I do know that if you try to do that now you'll be messing up your code, so pick one and stick with it and you'll be all set to go.

As for the reduced price of the VSD for people with HTML Editor, I don't know, I think the prices are already so extremely low to start with to be honest, and the fact that you'll never have to pay again on that software is pretty much unheard of in today's software industry. I really think if Visual is what you need, the investment in VSD would be well worth the cost . Just my 10 cents :)
User 126820 Photo


Registered User
8 posts

Hi Jo Ann

I made changes as you suggested but no success.

First I tried a variety of position options in the code however I was only able to get the menu to the left or right but not center.

I'v made a new page with a menu to show you the result of your suggestion.

http://www.shaneclements.com.au/coffeemenu.html

Cheers,
Shane
I'm old, fat and losing my hair .... so the kids tell me.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.