EZNetTools
EZNetTools Miscellaneous Questions

Domain Name Registration
Domain Name Changes
Domain Name Information
Mac Header Problems
Enabling Cookies
Real Time Transaction Errors
Changing text
Meta Tags

Registering a Domain Name
To register a domain name to be pointed to your account, then you need to go to the administrative tools/register domain name. Here you will type in the domain name that you want. If the domain name is not taken, you will be given some information to verify. PLEASE be sure that this information is correct. You will then need to PRINT this page and click on the 'Continue' button. This will take you to
Network Solutions. Here you will use the information provided on the printed page to register your domain name. Be sure that you enter OUR NIC handle in for the TECHNICAL Contact, and fill in all of your information for the administrative and billing contact. If you fill this information out correctly, you will receive two emails from Network Solutions saying the domain name is set up. Within a week or two, you will receive an email from support@eznettools.net telling you that the domain name has been set up to your account. You will then be able to view your web site from your domain name.

Cookies
Internet Explorer

1)  Click on the 'Tools' option at the top of your browser.
2)  Choose 'Internet Options'.
3)  Click the 'Security' Tab
4)  Click on 'Custom Level'.
5)  Scroll down until you find 'Cookies'.
6)  Click on 'Enable'.

Netscape

1)  Click on the 'Edit' option at the top of your browser.
2)  Choose 'Preferences'.
3)  Single click 'Advanced'.
4)  On the right side, select 'Accept All Cookies'.

Domain Name Changes
If you have a domain name registered with someone other
then networksolutions, you will need to follow the 
instruction to change domain name registation information 
with them. 


Due to the constant changes by Network Solutions, we do not currently have step-by-step instructions for changing information on a domain name. We will make these available as soon as we can.

Domain Name Information
NIC HandleDA12719-OR
Primary Server Hostnamens1.icserv.net
Primary Server Netaddress209.210.234.10
Secondary Server Hostnamens2.icserv.net
Secondary Server Netaddress12.23.66.24

Please enter this information in for your domain name.

MAC Header
Graphics for the MAC

To save as gif without MAC header:
1)  Create a file or have one open
2)  Click on 'File'/'Export'/'GIF89aExport....
3)  Click 'OK'
4)  Name the file, and save it.
5)  Upload, and it will be seen.

To save as jpg without MAC header:
1)  In Photoshop, go to 'File'/'Preferences'/'General'.
2)  Click 'Next'.
3)  Change image previews to 'Never Save'.
4)  Click 'OK'.
5)  Create a file or have one open.
6)  Click on 'File'/'Save As'.
7)  Change format to JPEG.
8)  Click 'Save'.
9)  Click 'OK'.
10) Upload, and it will be seen.

We have also found that uploading graphics from a MAC can be done through Netscape. This will strip the graphic of the header, causing it to be viewable on the web.
We suggest that you upload all MAC graphics through Netscape.


Changing Text by using HTML

Following is a list of different Html codes you can use most anywhere that you can type text in the tools. There are some places, though, that you can NOT use these codes. There will be a list of these places soon.

Bold Center and Italics: <b>this will be bolded</b> <i>this will be italicized</i> <center>this will be centered</center> Changing the font: <font face="arial"> this will be font type of arial </font> <font color=red> this will be red </font> <font size=7> this will be font size of 7 (huge) </font> <font face="arial" color=red size=7> this will be font type of arial, the color of red, and the size of 7 (huge) </font> Linking: <a href="pagename.html"> this text will link to pagename.html </a> <a href="http://www.amazon.com"> this links to amazon.com </a> <a href="mailto:you@youremail.com"> this will link to your email address </a> Form cgi: <form method="post" action="http://abc.eznettools.net/cgi- bin/ez-pagebuilder/form.cgi?you@youremail.com"> create your form here </form> Target linking: <a href="pagename.html#keyword"> this will link to the page 'pagename.html' and go to the place on the page that has the keyword </a> <a name="keyword"> (place this on the page where you want the link to go to.) Graphics: <img src="http://yourdomainname.com/graphicname.jpg"> To link a graphic: <a href="http://yourdomainname.com/pagename.html"> <img src="http://yourdomainname.com/graphicname.jpg"> </a> Sound: (in header block) <embed src="soundfile.mid" height=0 width=0 autostart=true> </embed> Tables: <table width=600 border=1 align=left> width border and align are optional <tr valign=top> valign is optional <td width=50% align=left> width and align are optional ****Information inside the table.**** </td> <--REQUIRED </tr> <--REQUIRED </table><--REQUIRED Pages will not display without closing tags
Back To Top