Did drupal 7 support table layout for customizing theming?
I want to make custom theme. I am weak in DIV CSS layout. But I know table with CSS very well. So, is it possible to make table layout for custom themeing.
.field-slideshow-slide, .field-slideshow-slide a, .field-slideshow-slide img {
height: 100px;
width: 100px;
}
The above code is the image class of my site.i have changed the height and width to 100px it got worked in firebug.But the same code when in place in global.css its not working please help on this..
i have tried referring the image class in various ways no luck..please suggest if any alternative to change my image size.
I am trying to create a new website page. For this purpose I chose content type, but when I create a new page, it doesn't follow the common theme template. The common template has blocks on the right, which are located right next to the text. On a new page however, the blocks are shifted below the text. I have made an image of what I mean: https://www.dropbox.com/s/brp0j0k8x0s3d6u/content.png
Hi, I am a novice in Drupal. Long story short, I am using Drupal 7.18 and Zen Theme 7.x-5.1 for creating a sub theme for my site. A sub-theme is also being created which is working fine till date. Now while overriding the block.tpl.php, I have copied the "block.tpl.php" file from the parent theme to my sub-theme. Now as per the instructions available over the internet, I have duplicated the block.tpl.php file and named it as : block--block-251.tpl.php, where `251` is the ID of the block in the "block" table of the site. To be more specific, the block is being built with a view.