<div dir="ltr"><div dir="ltr"><div dir="ltr">In my DITA topic I have the following:<div><br></div><div><div><map xml:lang="en-us" linking="none"></div><div> <title>Title</title></div><div> <topicmeta></div><div>  <shortdesc>shortdesc</shortdesc></div><div>  <data-about></div><div>   <data name="icon_url" href="http://<some_path>"/></div></div><div><br></div><div>In author view, by default, I see a form field for the name.  I'd like to override that using CSS.<br><br>I figured out how to do <br><br><div>map > topicmeta > data-about > data[name="icon_url"]:after {</div><div>     content: "Pick a local icon or a remote URL for the icon:"</div><div>        oxy_urlChooser(        </div><div>        edit, "@href",</div><div>        columns 50);</div><div>}       </div></div><div><br></div><div>which allows me to show a picker for an attribute I do want to display, but, I still see the form field for the name attribute.  <br><br>Same issue for the value field; if I want to hide it, how can I hide it?</div><div><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><br><div>     Steve<br></div></div><br><a href="http://smart.salesforce.com/sig/sanderson//us_mb/default/link.html" target="_blank"><img border="0" src="http://smart.salesforce.com/sig/sanderson//us_mb/default/logo.png"></a></div>
</div></div></div></div>