Jagged blue line

User 2677072 Photo


Registered User
2 posts

Hi all, I'm a trial user so I can't post on the others forums. But hopefully you can help me here.
I notice that some words in my code will have a jagged blue or red underline. I can't find anything in the manual or preferences about this, and it doesn't look like an obvious error in the code. For example, in the line
<form action="<?php echo $editFormAction; ?>" name="addEventForm" method="POST">

the word "addEventForm" has a jagged red underline.
Does anyone know what it means?
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

Perhaps?
form{
text-decoration:none;
border: 0;
}
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 38401 Photo


Senior Advisor
10,951 posts

It's most likely because you have spell check and maybe a grammar check turned on. (not sure what program you're using to look at your code). I can't remember what the blue jagged lines are but the red ones are definitely spell check turned on which you may as well turn off as it doesn't always ignore code words. :)
User 2677072 Photo


Registered User
2 posts

Eric, sorry I should have made it clear that the lines are in the CoffeeCup editor, not on the web page when it's posted.

Jo Ann, thanks for the tip about the Spell Check, that removed the lines. :)
User 38401 Photo


Senior Advisor
10,951 posts

Glad it worked for ya, have fun!

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.