|
How to link to 3D2D
A step by step guide...
If you own or maintain a web page, and would like link to the 3D2D webpage, you can follow the instructions below to see how easily it can be done.
Step 1: Choose an image
If you want to use an image to link to our site, you will first need to download one of the following 3D2D logos:
Horizontal Logo
3d2d_logo1.gif
Size: 102 x 27 / 1.5k
click here to view
|
Full Logo
3d2d_logo2.gif
Size: 140 x 140 / 6k
click here to view
|
Square Logo
3d2d_logo3.gif
Size: 92 x 94 / 5.7k
click here to view
|
Step 2: Save the image
Click on the image that you would like to use (from above). This will be displayed in your web browser. All you need to do is click on the File menu, and choose Save As... on the browser menu.
Save the file onto your computer in a place that you will remember.
Step 3: Upload the image to your site
Once you have the image saved on your computer, you will need to upload it to the web server where your website is stored. This is usually acheived by using an FTP program. If you are not sure how to do this, you will need to ask whoever hosts the website for you. Most likely there will be information on their homepage with this sort of information.
Place the image in the directory where you usually store the images on your site.
Step 4: Add the link to your page
Edit the html files that contain the area you want to insert the link.
you can Cut and Paste the appropriate fragment of html from below into your html file.
(NOTE: You may need to change the SRC="images/ part to the location of the image relative to your html file.
-
<A HREF="http://www.3d2d.co.uk/"><IMG SRC="images/3d2d_logo1.gif" WIDTH="102" HEIGHT="27" ALT="3D/2D" border="0"></A>
-
<A HREF="http://www.3d2d.co.uk/"><IMG SRC="images/3d2d_logo2.gif" WIDTH="140" HEIGHT="140" ALT="3D/2D" border="0"></A>
-
<A HREF="http://www.3d2d.co.uk/"><IMG SRC="images/3d2d_logo3.gif" WIDTH="92" HEIGHT="94" ALT="3D/2D" border="0"></A>
Thank you
Thank you for choosing to add a link to our site!
|