-
Posts
20,156 -
Joined
-
Last visited
Everything posted by TCH-Bruce
-
Well, you could insert style into your web page or you can use an external style sheet. To include it into your page stick it into the head section of your page. Example of HTML skeleton page. ><html> <head> <title>your page title</title> <style type="text/css"> a { text-decoration: none; } </style> </head> <body> ... ... ... </body> </html> Check out W3Schools for more information
-
1. Add this to your CSS >a {text-decoration: none;}
-
One of the reasons I POP my email using an email client. (just thinking out loud) As Jim said, open a ticket with the help desk. They may be able to restore your mail from a previous backup if it is truly missing.
-
Yes, for web mail that would be correct. If you are using POP3 use port 995. For SMTP use port 465.
-
Please open a ticket with the help desk. Mods don't have access to the servers or that information. Thanks.
-
How email works Of course mail staying on the same server would have less of a chance to be sniffed out but it's still possible. Personally I am not paranoid enough to worry about my email being read by someone somewhere along the line. I never send anything confidential that I would worry about being intercepted.
-
Stand and Deliver
-
Or K9
-
A question better asked at the help desk.
-
Welcome to the forum, Tracy I'm guessing that your outgoing mail magically went becuase you popped your account after it failed to send the first time. You need to be sure you configure your outgoing SMTP to authenticate you before sending. You must login with your email address and password before you can send a message. Or you need to pop your mail before sending. The server will remember you logged in for a short period of time. See this help page.
-
If you purchase a dedicated server you can have shell access. Shared servers do not offer it, sorry.
-
Vbulletin Cross-site Scripting And Script Insertion
TCH-Bruce replied to TCH-Thomas's topic in Software/Scripts/Other Alerts
Thanks for the info Thomas -
Sorry, I don't know what else to try other than tell you to use an FTP client to upload. Maybe someone else will have an answer.
-
Yes, that was it. But I think if you try this it will work php_value upload_max_filesize 15M php_value max_execution_time 800 Note that the "M" is a capital letter and not lower case.
-
Have you increased the variable in the htaccess file to allow larger files?
-
Using A Webpage To Access Files Stored On Storage Server
TCH-Bruce replied to kaseytraeger's topic in HTML and CSS
In Firefox make sure that you set the download options to open PDF files. -
What do you mean you uploaded all the files? It is a one-click install from the Fantastico library. I would remove it and start over.
-
Have you checked the user contributions over at the Gallery 2 website? There is one from Germany for sure. Don't know about the UK specifically.
-
When you install a script from Fantastico it is installed into your public_html folder to what ever folder location you chose during the installation. It is your responsibility to keep these scripts current.
-
Glad I could help.
-
Yes, you can. It's in the user_prefs file in the .spamassassin folder of your root foler.
