How do I make a password protected...

User 2355658 Photo


Registered User
9 posts

How do I make a page password protected? Or, if necessary, how do I make an entire website password protected?

Thanks!

http://www.humananimalmedicine.org

WIndows 7

VSD
User 187934 Photo


Senior Advisor
20,271 posts

CC Web Access Manager will do the trick.
http://www.coffeecup.com/website-access-manager/
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 2355658 Photo


Registered User
9 posts

Thanks!

And Eric, thanks for your progrower website! It's terrific. Can I ask a dumb question? Your jquery picture show is great - but how do I get rid of the white border around the picture? I tried changing a few settings in the header code but it didn't seem to work. I'm sorry to post here but I couldn't figure out any other way to contact you.

Thanks again!
User 187934 Photo


Senior Advisor
20,271 posts

Which JQuery slide show are you using? A link to your page that you trying it on would also help.:)
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 2355658 Photo


Registered User
9 posts

Oh, sorry.

It's the first jquery slide show on your page (the simplest one I suppose).

The site is

http://www.humananimalmedicine.org

Thanks!
User 187934 Photo


Senior Advisor
20,271 posts

Change this css that you placed in the header html.

.pics img {
background-color: #EEEEEE;
border: 1px solid #CCCCCC;
height: 350px;
left: 0pt;
padding: 15px;
top: 0pt;
width: 525px;
}



To this.:)

.pics img {
background-color: #EEEEEE;
border: 1px solid #CCCCCC;
height: 350px;
left: 0pt;
padding: 0px;
top: 0pt;
width: 525px;
}
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

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.