Hello,
I'm learning Drupal with a book (pro Drupal development), I'm in the stage of creating my own theme and I had followed all the steps from the book and I had learned a lot!. But now I'm stock because my theme does not display the banner (flash) and two side bars (Left and right, jpgs inside a table).

If somebody can help me to find out what's wrong so, I can continue building my web and learning Drupal I'll appreciate it.

This is my future website www.nancybautista-graphicartist.com

Comments

shishira’s picture

Think you will have to change the paths to get them to show up
adding <?php print $base_path . $directory; ?> before images/nbnanner.swf should solve the problem

nanbau’s picture

Thank you for you help, after a while I finally understand it.
Now I have another problem; there is two jpgs on each side of the design and I can't get the one that goes on the right to be there it prints underneath the left jpg, any suggestions?

shishira’s picture

Haven't read the book so am not really sure how you are doing this layout but
<div ide="cenefa-right"> is wrong it has to be id="cenefa-right"

also give the zen theme a go its a very good starting point

nanbau’s picture

Now is working, thanks again!, I'll take a look of the zen theme thanks