Any way to put Link titles in using DW? Or does it need to be done in
SubmissoR
10:00 pm on Jul 6, 2003 (gmt 0)
I want to start adding the title attribute to links using DW, is it possible within the menus? Or do I just need to do it in the code every time?
It would be a nice little timesaver.
NameNick
8:05 am on Jul 7, 2003 (gmt 0)
Hi SubmissoR,
I assume that you are referring to Dreamweaver. On top of the window should be a title field that contains the default title 'Untitled Document'. You can replace it with the title you wish.
Best
NN
limbo
8:59 am on Jul 7, 2003 (gmt 0)
If you are talking about the <title="text here"> attribute then I think you'll just have to add the code by hand. I have never seen it, but it might be availabe as a plug in
ritch_b
9:15 am on Jul 7, 2003 (gmt 0)
Tomohiro Ueki's Title Attribute Panel plugin is available at the Dreamweaver Exchange and should be what you're after - it displays all page links in a small window whilst allowing you to add/edit/remove the title attributes for each as you see fit.
It's in the exchange's 'accessibility' category.
R.
stever
12:11 pm on Jul 7, 2003 (gmt 0)
1. Open the Tag Inspector panel if it isn't open already. 2. Click on the <a> tag (in the panel) 3. Below the main Tag Inspector panel is a list of attributes which should now say "A Attributes" 4. Click in the blank box next to "title" and write your title in 5. Look at the Code View and admire your new link title
Or you could always write it in directly in Code View.
lefou
2:57 pm on Jul 11, 2003 (gmt 0)
Just to help a bit (this plugin was pretty hard to find:)