Search found 37 matches

by admin
Mon Sep 26, 2016 2:28 pm
Forum: Problems
Topic: Can't send pictures?
Replies: 0
Views: 7122

Can't send pictures?

The reason is that your smtp is not enabled. It's under your account settings, for outlook 2010 it's under the file and account settings. For other versions it's under tools menu, outlook is the program that i use.
by admin
Mon Sep 26, 2016 2:27 pm
Forum: Problems
Topic: Can't Connect to my E-Mail Account?
Replies: 0
Views: 7324

Can't Connect to my E-Mail Account?

If you can't connect to your E-Mail account on your E-Mail program, the settings are! Incoming = mail1.your domain:143 Outgoing = mail1.your domain:587 Free Webmail: Incoming = mail1.rjswebhost.com:143 Outgoing = mail1.rjswebhost.com:587 Don't forget the username and password = username is your E-Ma...
by admin
Mon Sep 26, 2016 2:25 pm
Forum: Problems
Topic: Where Can I Get Web Applications?
Replies: 0
Views: 7198

Where Can I Get Web Applications?

Applications can be downloaded from Rogers Software, the apps can be downloaded at rogerst7919.rjswebhost.com.
by admin
Mon Sep 26, 2016 2:21 pm
Forum: Problems
Topic: What is the PHP & MYSQL Version?
Replies: 0
Views: 6956

What is the PHP & MYSQL Version?

Windows:
PHP Version 5.2.12
MYSQL Version is 5.5

Unix:
PHP Version 5.3.0
MYSQL Version 5.5
by admin
Mon Sep 26, 2016 2:20 pm
Forum: Problems
Topic: Can't connect to datadase?
Replies: 0
Views: 7040

Can't connect to datadase?

If you get a error that you can't connect to database, you need to add a database to your account.
by admin
Mon Sep 26, 2016 2:18 pm
Forum: Problems
Topic: There Is No Apps?
Replies: 0
Views: 7184

There Is No Apps?

The Easy Apps are not available for the version of windows or unix, if you would like to install a program view the system requirements. I will uploading some apps that you can download that will run on your website.
by admin
Mon Sep 26, 2016 2:16 pm
Forum: Website Design
Topic: How do I add a icon to the title?
Replies: 0
Views: 8913

How do I add a icon to the title?

This kind of icon is called a favicon, to add one to the title of your pages. Add this to your code under the <head> <link rel="favicon" href="favicon.ico">, the icon you wont to user must be named favicon.ico.
by admin
Mon Sep 26, 2016 2:15 pm
Forum: Website Design
Topic: How do I create a table?
Replies: 0
Views: 6646

How do I create a table?

<table border="" cellpadding="" cellspacing=""bordercolor="" width="?"> <TR><TD width="? %">< /TD><TD width="? %"> < /TD></TR> <TR><TD width="? %"> < /TD><TD width="? %"> < /TD> </TR> </table> This is a code fo...
by admin
Mon Sep 26, 2016 2:15 pm
Forum: Website Design
Topic: How do I create frames?
Replies: 0
Views: 6573

How do I create frames?

<frameset rows="141,*" framespacing="0" border="0" frameborder="0"> <frame name="banner" scrolling="no" noresize target="contents" src=""> <frameset cols="182,*"> <frame name="contents" target="m...
by admin
Mon Sep 26, 2016 2:14 pm
Forum: Website Design
Topic: How do I create a no underline link?
Replies: 0
Views: 6472

How do I create a no underline link?

<a href="http://" style="text-decoration:none">Text</a>

This will leave the line out of the link.