help wih dreamweaver

pspmixer

Inactive User
Joined
Oct 3, 2012
Messages
174
Reaction score
14
Location
Liverpool
as title says id like some help with dreamweaver
im creating a website using dreamweaver cs6 and stuck creating a contact page ive got most of it done just need help setting the submit button


also like help on how to change my links (to other pages) into buttons so can click them to other pages instead
at the minute they look like hyperlinks

hope someone can help
 
To change a link into a button take this code into dreamweaver


<a href="http://www.YOURLINK/PAGE.HTML"><img src="http://www.YOUR-BUTTON-LOCATION.gif" /></a>

you will need to change the YOURLINK/PAGE.HTML to your address of the page you want the button to change to... and you will need to change the YOUR-BUTTON-LOCATION.gif to the location of the button (the link).

your location of the button could be something like this

http://www.yoursite.com/images/button.gif

Mick
 
Last edited:
I am not sure have not used dreamweaver for years mate, but there is normally a source part where you can post the source code.

That is the source code for a button, its quite straght forward mate.

There is quite a few html tutorials on google... will do you the world of good to understand the basics, and believe me html is pretty basic you will be understanding quite a bit in about an hour.

Mick
 
ive already got that code set up (<a href="index.html">Home</a>) in brackets is my code
as i say it looks like a hyperlink more than a propa button like on here
 
Your not adding the image code

<img src="" />

You can't add a image without the img tag

Mick


Sent from my iPhone.
 
Your not adding the image code

<img src="" />

You can't add a image without the img tag

Mick


Sent from my iPhone.

ok done buttons any look at helping with contact page
id also now like to know how to put a feedback section on there so any viewing my site can write a review or say if they like my service or not, bit like ebay but with out having to be a member
 
Hi,
Try and watch as video tutorial on how to create contact us form in DW cs6
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
 
Last edited by a moderator:
Hi,
Try and watch as video tutorial on how to create contact us form in DW cs6
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
thanks ive already got something like that just need to know how to do submit button now
 
Last edited by a moderator:
Back
Top