Topic: new design (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: f(x) |
![]() I made a design for my Drupal powered website. |
Maniac (V) Mad Librarian From: Seoul, Korea |
![]() Simple enough. Not too much to mention. |
Paranoid (IV) Inmate From: f(x) |
![]() 1. I will get around to adding more distinct designs as time goes on. I also need to get around to making a print stylesheet for this design. |
Maniac (V) Mad Librarian From: Seoul, Korea |
![]() No problem. |
Paranoid (IV) Inmate From: f(x) |
![]() |
Maniac (V) Mad Librarian From: Seoul, Korea |
![]() I've got another suggestion... I just sent you an email via your contact form, and after submitting the message it dropped me back onto the main page. It would be nice if there was a confirmation screen to let people know that the message was sent. |
Paranoid (IV) Inmate From: f(x) |
![]() |
Obsessive-Compulsive (I) Inmate From: |
![]() I like the colours, and the overall design is appealing. I do however find the the outer glow on the character to be way to wide. I'd also redo the test on your buttons there a little bit jaggy. Cheers. |
Paranoid (IV) Inmate From: London |
![]() You have a few errors there in your HTML, you've got some Spans (inline elements) surrounding your UL's (block elements) I would change the spans to Divs, and if necessary float or change to display: inline; |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
![]() zavaboy: You need to add <?php print $messages ?> to your page.tpl.php. This is the statement that outputs all Drupal error and confirmation messages. |
Paranoid (IV) Inmate From: f(x) |
![]() drmadcow: I like the amount of glow on the header text. If someone else agrees with you that there is too much glow, I will consider reducing it. And I don't understand what you mean by redoing the test (er, text?) on my buttons. |
Paranoid (IV) Mad Scientist From: Inside THE BOX |
![]() Are you using Drupal 6? That looks to be a Drupal 6 addition. I'm not sure where or how the show_messages option is set, but I'd bet that's what's preventing the Contact module from displaying its output. code: <?php if (isset($show_messages) && $show_messages && $messages): print $messages; endif; ?> |
Paranoid (IV) Inmate From: f(x) |
![]() When you mentioned version 6, I realized that I was using some of the stuff from garland v6 when I'm using v5.2. I'll now check with the 5.2 version and change my page.tpl.php as needed. If you're wondering where I may have got the v6 garland, read my first posting on my website. |