Author Topic: Can I rename a div?  (Read 60 times)

Offline NiagaraMouse

  • Newbie
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Can I rename a div?
« on: January 26, 2012, 01:47:33 PM »
On occasion I find it would be really helpful if I could rename an existing div, is there a way to do that? Can it be done with a div that has other divs contained in it?

Offline Cheryl D Wise

  • Forum Mom
  • Administrator
  • Hero Member
  • *****
  • Posts: 1271
  • Karma: +3/-0
    • View Profile
    • by-expression.com
Re: Can I rename a div?
« Reply #1 on: January 26, 2012, 08:31:34 PM »
Sure, just make sure that you don't break anything by renaming a div since that can change the presentation. Easy way to change it is to select the div you want from the breadcrumb at the top of the document window then in the Tag Properties panel, then double click the ID or class you want to change to in the Apply Styles panel.
Cheryl D Wise
MS MVP Expression Web
by-expression.com for tutorials & blog

Offline NiagaraMouse

  • Newbie
  • *
  • Posts: 17
  • Karma: +0/-0
    • View Profile
Re: Can I rename a div?
« Reply #2 on: January 27, 2012, 05:52:44 AM »
Thanks Cheryl.