Ultradev Help

UnixFreak

Platinum Member
Nov 27, 2000
2,008
0
76
I have exported graphics from fireworks for my template in ultradev, I delete the content area image, and right click on the content area, go to editable regions, and all options are greyed out. I need to make this content area a new editable region...any ideas? I have ripped the Support site apart, and cant find the problem.. TIA
 

cchan

Member
Jul 9, 2001
125
0
0
Do what I do when I get stuck in UltraDEV, cheat.

Open your code window and play with these tags:

<!-- #BeginTemplate &quot;/Templates/Untitled.dwt&quot; -->

<!-- #BeginEditable &quot;doctitle&quot; -->

<!-- #EndEditable -->

<!-- #EndTemplate -->

If you don't have <!-- #BeginEditable &quot;doctitle&quot; --> tags, then add them where you want them.
 

cchan

Member
Jul 9, 2001
125
0
0
np, glad I could help.

Tip: next time if you post in the software thread you might get a response faster.

Cheers.