close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Please see PM

Thread began 3/27/2017 10:08 am by john70964 | Last modified 3/31/2017 11:46 am by Ray Borduin | 3405 views | 11 replies |

john70964

Please see PM

Test Page

Sign in to reply to this post

john70964

I have a test page.
There are three buttons that open a form which includes validation codes.
I cannot find the method of getting the validation text to show in red.
Can you please explain how this is carried out please?

Sign in to reply to this post

Ray BorduinWebAssist

Are you referring to the text in the CAPTCHA image?

That can be set in the image src attribute. It ends with &textcolor=000000

You can change that to any hex color you want. Bright red would be: &textcolor=ff0000

Sign in to reply to this post
Did this help? Tips are appreciated...

john70964

Thanks Ray
I was referring to the validation of the various entry boxes.
At the moment when an entry is missed they all appear in black and do not stand out very well.
Regards

John

Sign in to reply to this post

Ray BorduinWebAssist

It looks like you already have a class set on those spans, so you would just have to add a style to your .css file or in a <style> tag in the header:

.mainRed {
color: red;
}

Sign in to reply to this post
Did this help? Tips are appreciated...

john70964

please see PM

Sign in to reply to this post

Ray BorduinWebAssist

I don't see it in the .css file.. Are you sure you uploaded it?

Sign in to reply to this post
Did this help? Tips are appreciated...

john70964

please see pm

Sign in to reply to this post

Ray BorduinWebAssist

That is inside the media query:

@media only screen and (min-width: 0px) and (max-width: 700px) {

which means it won't work on screens larger than 700px.

You can see if you shrink your screen size it turns red. You need to put it outside of any media queries to make it always red.

Sign in to reply to this post
Did this help? Tips are appreciated...

john70964

Thank Ray
I can see the red warnings now as you say below 700px so I placed
.mainRed {
color: red;
}
into styles.css but it seems to make no difference

Sign in to reply to this post
loading

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...