|
Prev: Inserting a scrolling text box.
Next: How to pass form data from an insert, update or deletepage Dreamweaver CS3
From: jameswoody on 7 May 2008 07:17 I?m working on the site below; http://jameschetwood.com/stuff/Welcome.html Only the first three buttons (orange, green and purple) work. I?m making this site with a template as it will need to be updatable. The button images are 60x60 pixels but i?ve constrained them to 30x30. The buttons are links and when you are on the page they link to, I want the button to double in size (returning to its natural 60x60). Is there some way of using an editable attribute or editable region that I can make the buttons return to there 60x60 size when on a particular page? Thanks a lot, ive been struggling with this for a while! james
From: Murray *ACE* on 7 May 2008 07:39 Read DW's F1 help about editable attributes. Make the height/width of those image tags editable attributes. Then you can change them on each child page. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "jameswoody" <webforumsuser(a)macromedia.com> wrote in message news:fvs33s$16f$1(a)forums.macromedia.com... > I?m working on the site below; > http://jameschetwood.com/stuff/Welcome.html > > Only the first three buttons (orange, green and purple) work. > > I?m making this site with a template as it will need to be updatable. The > button images are 60x60 pixels but i?ve constrained them to 30x30. The > buttons > are links and when you are on the page they link to, I want the button to > double in size (returning to its natural 60x60). > > Is there some way of using an editable attribute or editable region that I > can > make the buttons return to there 60x60 size when on a particular page? > > Thanks a lot, ive been struggling with this for a while! > james >
From: jameswoody on 7 May 2008 08:28 When I make the attribute editable in the template I cant figure out how to change the values in the pages made from the template. I found what looked like the editable attribute in the code but after i changed the values nothing happened! Is there a way of making parts of the code editable attributes? Ideally I would want to delete the line in the code where i specified the smaller width and height values.
From: Murray *ACE* on 7 May 2008 11:11
> When I make the attribute editable in the template I cant figure out how > to > change the values in the pages made from the template. It's clearly explained in the F1 Help. Use MODIFY | Template Properties on that page to get at the attributes. That's the only way to do it. Changing the values in the code will have no effect. -- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "jameswoody" <webforumsuser(a)macromedia.com> wrote in message news:fvs78q$594$1(a)forums.macromedia.com... > When I make the attribute editable in the template I cant figure out how > to > change the values in the pages made from the template. > > I found what looked like the editable attribute in the code but after i > changed the values nothing happened! > > Is there a way of making parts of the code editable attributes? Ideally I > would want to delete the line in the code where i specified the smaller > width > and height values. > |