Search results

  1. benjamin.morgan

    Please tell me your thoughts of this design.

    I am going to go with lighter anyway.
  2. benjamin.morgan

    Only displaying second level of unordered list links.

    I don't think my loop is working. I guess i have to find the code for the widget online
  3. benjamin.morgan

    Please tell me your thoughts of this design.

    I will work on aligning the border with the tagline of logo and the text with logo test. The client insists sticking with darker gradient. :confused:
  4. benjamin.morgan

    Please tell me your thoughts of this design.

    Here is an example of the lighter gradient. I created it in photoshop worked much better. Should i stick with lighter or go with darker?
  5. benjamin.morgan

    Please tell me your thoughts of this design.

    Do you think a lighter gradient would look better? After trying it, it seems to look better with dark.
  6. benjamin.morgan

    Please tell me your thoughts of this design.

    Thank You. Is there anything else I can improve on? I ended up going with a Verdana font. Wish I could find a lighter gradient so the gray would blend into white.
  7. benjamin.morgan

    Please tell me your thoughts of this design.

    Which one is your favorite? Nav in top right corner gold Nav gold under logo Nav with underline
  8. benjamin.morgan

    Please tell me your thoughts of this design.

    I have looked at other websites. That is how the client wants it but he wants the navigation to fit in with the right colors and in the right spot. What colors should I use and where should I put it?
  9. benjamin.morgan

    Please tell me your thoughts of this design.

    What are some things i could add in the sidebar or header to get rid of some of that whitespace? The side navigation is only on one page.
  10. benjamin.morgan

    Please tell me your thoughts of this design.

    I don't have an alternate logo. Where would the navigation go? below the logo or to the right floating in the center?
  11. benjamin.morgan

    Please tell me your thoughts of this design.

    What do you think needs done on the spacing? Also put sub on left? is that sidebar? also will the menu look right full width with only 4 items? Should it be above the border or below it? also can you suggest some type faces? Sorry I am not super great at all of this design work yet. Practicing...
  12. benjamin.morgan

    Please tell me your thoughts of this design.

    What should i do now? I did what you both suggested, Thanks!!!
  13. benjamin.morgan

    Please tell me your thoughts of this design.

    I want honest opinions and tell me what to fix please. NOT IT SUCKS.
  14. benjamin.morgan

    Only displaying second level of unordered list links.

    I am building a wordpress site. I have a horizontal navigation with 4 links. Under the commercial page I have 4 sub pages. The client doesn't want it added in as a hover. he wants it on the side of the commercial page. How can I just display the second level of links? In the horizontal nav I...
  15. benjamin.morgan

    Help with sections of pages in Wordpress

    <?php if(trim(wp_title(""))!="") { trim(wp_title("")); ?> <?php echo " - ";?> <?php bloginfo('name'); } else { bloginfo('name'); } ?> I want it to on the index page just display name of site. On the other pages i want it to say Commercial - Site name. It is currently saying...
  16. benjamin.morgan

    Help with sections of pages in Wordpress

    Okay I solved that. I will just go with posts as pages. Now on the index page which is the About Us page i want to be able to display a header. <?php if(trim(wp_title('', false))=="") { echo "<h1>About Us</h1>"; } ?> Now that isn't working.
  17. benjamin.morgan

    Help with sections of pages in Wordpress

    I have a main nav horizontal with the wp_list_pages('depth=1&title_li=<h2 class="displaynone">Pages</h2>); On the commercial page (on main navigation) I need to have a vertical sidebar only on this page. I don't know how to make it where he can add pages to it like that. So far when it...
  18. benjamin.morgan

    How to anchor image and text?

    um put both in div tag. center div with margin : 0 auto; and put a width of the div
  19. benjamin.morgan

    Strange question regarding java

    About 1.3% in the world have it disabled. Highest in US.
  20. benjamin.morgan

    Need help with a form based on html/php/mysql

    Lots of if statements. Just play around with it. Too much code. Would be doing it for you not helping :(
Top