By kendre_paresh on
I have created the new content type "Real Estate", and added 2-3 fields using the CCK module.
I have to change the CCS from dupal's core theme to my own derived css(am not a designer).
I have to display the fields, Title(from content type) and Price(from CCK module) in same line.
Somewhere i have to shorten the length of textbox, whereas somewhere i have to keep it as it is.
AM not able to figure it out, which "div" they had used, and which div i have to copy and reuse in my css?
Please help...
Comments
Install Firefox
Install Firefox (www.mozila.org) with the web developer toolbar (http://chrispederick.com/work/web-developer/). It will give you an abundance of really useful tools. In your case, activate the DOM inspector to find out all details (id, class(es), css styling) of the element you want to style.
Also, check out the contemplate module
It provides easier theming of custom CCK nodes.
Seconds on the contemplate module!
Contemplate allows you to create the html so that you can output exactly what you want. It's best to work outside of the tiny little windows on a different document. I've found it helpful to copy and paste all of the output on the right side to a different document to grok it all. I also tend to work the html on a different document as well, then paste it back into the window. Hope this helps.