Im a rusty coder please explain and disect this for me
<a href="http://atmtrk.com/r/redirect.asp?id=atorpwll&sid=&... src="http://atmtrk.com/r/img.asp?cid=655&pid=231&d=0%22 alt="Platinum Visa®" border="0"></a>
How do i attach this with dreamweaver? for example i have a picture ill just cut and paste this where?
Copyright © 2024 Q2A.ES - All rights reserved.
Answers & Comments
Verified answer
The whole code is not posted, but you need to put it inside style tags in the HTML.
First, click with the mouse on the position you want the picture inserted.
Next you need to switch to code view (there should be a tab that says code, and one that says design somewhere at the bottom of the dreamweaver window).
And finally paste that code.
Now switch back to deign view and see what you have: in theory a picture hat links somewhere with no border and explanatory text "Platinum Vista (r) ".
Incidentally, the code goes inside the body section NOT inside the style section like the user above me said. It is html code after all not CSS.
I don't know why I'm answering this because I'm not sure I understand your question. Do you have an image and want to place it in Dreamweaver with a link to a URL? If so, in design view place your curser where you want the image.
Click the Insert menu
Choose Image.
Find the image on your hard disk and select it.
Click OK
The image will appear.
Open the Property Inspector
Give the image a name
Enter the link in the link box
That's it.
What I tend to do in Dreamweaver is select the spot where I want it to be in the Design mode...and then switch immediately to Code. I then paste in my html code. Switch back to Design...and see if it looks the way you want it to!