Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I would like to be able to theme my post entries with images like on www.spreadopenoffice.org and keep the size fluid. However, I have no idea how it's done.
I am starting up a site and have been playing around with the spreadfirefox css. I have moved my navigation block over to the right. Everything works great in firefox and opera. IE however doesnt display most of the navigation block until you move your mouse over it.
Also in IE the whole page is taken up. Which is what I want. In firefox and opera there is a margin on the right hand side.
Friendselectric 4.6 style.css and tinyMCE 4.6 / 1.45 (please don't tell me to wait for 4.7!)
I've hacked style.css to clear inline images with an align attribute coded by tinyMCE. Unfortunately tinyMCE adds no class or id attribs to inline images, so I had to use a generic #main img { clear: both}
The problem is that the tinyMCE toolbar icons inherit this and display as a column rather than a row. (pretty messy!). I tried changing the CSS config in tinyMCE settings but no play.
You can see the wifi logo. If you view it in IE there is a big gap inserted, if you view it in firefox etc the gap is not there and everything looks fine.
I can't for the life of me discover why it works in firefox and not IE.
Hi, new to Drupal...
Is one of the theme engine technically superior to the others or is it just a matter of taste?
I am a software developer and I like clean code, elegant systems and pedantic attention to detail. ;)
And what is this theme the main Drupal site is using?
In order to take more control over the presentation of my flexinodes I am using phptemplate to call the individual fields using the well-discussed method of print $node->flexinode_17
My issue is that - of course - I am no longer automatically showing the table of attached files that have been linked to the nodes with the upload module. Does anyone know how to get to the function to print this out?