In Dreamweaver Templating we can access the fields of a component in two ways.
1.@@Component.Field.FieldName@@
2.@@RenderComponentField("FieldName",0)@@
similarly to access the Component Presentation
1.RenderComponentPresentation()
Is there way to access it in another way.
The default TBBs that ship with Tridion, SiteEdit 2009 and the new UI/Experience Manager all insist on generating markup around Component Presentations and Component Fields. You can control the markup elements they generate, but there is currently no way to turn them off.
To gain such full control, I created a simple extension function for use in DWT templates. You can find it here: http://code.google.com/p/tridion-practice/wiki/TridionUI2012FunctionsForUseInHtmlTemplates