Twitist Forums
How do you make a button in dream weaver and create a link to a website such as facebook? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: General Social Media & Marketing Forums (/forum-8.html)
+--- Forum: General Social Media questions (/forum-9.html)
+--- Thread: How do you make a button in dream weaver and create a link to a website such as facebook? (/thread-56190.html)



How do you make a button in dream weaver and create a link to a website such as facebook? - diamondfirerainbows - 01-20-2013 09:18 PM

I know it's very easy to create these buttons in flash, but when i try to import the buttons into dream weaver from flash the button and the background behind it appears. I would like to know if there is any way that I can create a button in dream weaver to link the my website to another website such as facebook, twitter etc.


- Felix Vang - 01-20-2013 09:26 PM

what kind of button do you mean? Like submit button?
code:
<input type="submit" value="Go">

hope this would do it..


- Ron - 01-20-2013 09:26 PM

Making an Image a Link:

<p><a href="URL path to another website" title="Mouseover Description"><img style="width: XXpx; height: YYpx; border: 0;" src="Path to image" alt="Text Description"></a></p>


Ron