I need help adding an additional button to a web template
hello,
i trying add aditional button web template inherited. not web person trying fill gap @ company.
if @ test server www.pondviewtech.com want add button above request demo one. have tried bunch of things: making button smaller, adding similar line index file same button, deleting "welcome to" text. best www.pondviewtech.com/buttontest.html . have attached buttontest.html file. couldn't figure out how paste few lines of code in page.
i didn't create template if mess don't worry feelings.
thanks or suggestions.
change -
<p><u>welcome automated compliance solutions</u></p>
<p><a href="contactacs.htm"><img src="button.png" width="266" height="56" border="0" align="right" /></a></p>
to -
<p><u>welcome automated compliance solutions</u></p>
<p><a href="yourlink.htm"><img src="yourbutton.png" width="266" height="56" border="0" align="right" /></a></p>
<p><a href="contactacs.htm"><img src="button.png" width="266" height="56" border="0" align="right" /></a></p>
be aware suggestion here not valid xhtml, since not web developer, , 'invalid' markup have suggested not affect rendering or operation of page, decided keep simple you. in suggestion, "yourlink.html" refers page want button link, , "yourbutton.png" refers filename of button image (obviously you'd want change correspond filename , extension of image have created).
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment