|
Motor
Vehicle Certification Program
Create
a link to MVCP's
web site
These
instruction will create a link on your web site to MVCP's web site
with the button as shown below. The MVCP will open in a new
window, leaving your site open underneath the new window.

Add
the following HTML code to your web page where you would like the
link to apear:
<A
target="_blank" href="http://www.mvcp.com/"><IMG SRC="http://www.mvcp.com/graphix/mvcpbutton.gif"
WIDTH="110" HEIGHT="35" ALT="MVCP"
BORDER="0"></A>
If
you would like to center the button use the following code instead:
<p
align="center"><A target="_blank" href="http://www.mvcp.com/"><IMG
SRC="http://www.mvcp.com/graphix/mvcpbutton.gif"
WIDTH="110" HEIGHT="35" ALT="MVCP"
BORDER="0"></A></P>
Yep,
its that simple.
|