Page 8 of 8 FirstFirst ... 678
Results 141 to 149 of 149

Thread: Discussion Topic: Layouts

  1. #141
    Join Date
    May 2008
    Posts
    2

    Default

    mehness, well I did give a more lengthy relpy but as I submitted, the forum decided to log me out.

    Anyway, I love simplicity, the use of css with navigation, I don't like dark backgrounds as they hurt my eyes... therefore they must hurt everyone elses eyes. Simplicity is important because if you want to make something more bold then its easily done where as if everything is bold, nothing will stand out.

    Use of CSS is a big thing for me actually.

    Oh and neatness and cleanesss.. colours that work together.

    And I like the layout to actually suit the purpose of the website and connect with the likely audience.

    I'm a bit miserable as I haven't done any layouts in ages because of my exams XPP

  2. #142
    Join Date
    May 2008
    Posts
    8

    Default

    i like layouts similar to the serebii layout and any colours(just as long as they dont make my eyes see double!) and well anything thats easy to navigate basically
    REMEMBER TO CHECK OUT THE POKEMANIA LEGENDS FORUMS HERE

  3. #143
    Join Date
    Jul 2008
    Location
    Hogwarts. lol >3
    Posts
    84

    Default

    I choose a template first (cause I use Freewebs). Then I just put a custom background image and the logo banner. I only use simple layouts. But sometimes, I also use DIV Layouts.
    `Hides away and peeks at corners.

    Things we lose have a way of coming back to us in the end.
    If not always in the way we expect... -Luna Lovegood (HP5)

  4. #144
    Join Date
    Feb 2009
    Location
    OUTSIDE YUR WINDOW! >:D
    Posts
    2

    Default

    i like DIV layouts the best. Any colors (but neon and suuper bright colors) work for me.
    you don't need to know everything in life. just the things you need to be happy.


    CONTESTSHIPPING
    is loove.

  5. #145
    Join Date
    Jul 2009
    Location
    Cerulean Cave
    Posts
    0

    Default

    Personally I like graphical layouts, though I'm very picky as far as those go. Basically I don't like sharp corners or different colors on a picture's background and the page's background except for in cases such as drop shadows or if there's a border between them and they're different colors for good reason. They also have to be at least relatively consistent in color where any sort of content is. And if the header is graphical, the rest should be graphical to an extent. The graphicalness shouldn't just stop after the header.

    As far as non-graphical layouts go, I like a good amount of separation between different colors (with borders and such), and generally sticking to a certain theme or hue with the colors. And I do like at least a few minor graphics even with a non-graphical layout.

    I'm also a fan of centering (not the text itself, but the content area should be centered in the browser window. Or slightly off-center for artistic effect, but not just smushed against the left of the browser window like you put no thought into it.

    And I don't like underlined links. At least in the menu area, anyways. If you have links smack dab in the middle of your content, underlining is good. But not in menus. Also, they should change color if you hover over them. Personally I kinda like it if when you hover over them they change to the same color as the background (so it's like they disappeared), but that doesn't always work.
    Last edited by Mumei; 25th July 2009 at 3:10 AM.



    ^mai webbie =3

  6. #146
    Join Date
    Jan 2010
    Posts
    2

    Default

    does anyone know how to use the same menu on every page using html

  7. #147
    Join Date
    Jan 2008
    Posts
    3,848

    Default

    An easy way would be to use SHTML. Essentially you create a layout and break it up into several pieces so be assembled by the SHTML file. This allows you to make changes to say your menu or logo easily without having to edit every single page. Just make sure your server supports Server Side Includes.

  8. #148
    Join Date
    Dec 2007
    Posts
    167

    Default

    The two most common ways are SHTML as An00bis said and using PHP includes. In PHP you just do:

    Code:
    <?php include 'menu.html'; ?>
    And put your menu in the menu.html file.

    If you don't have PHP or SHTML another solution is to use iframes. Have a menu.html like before with just the links, then on each page. Make sure the links use the attribute target="_parent" so they open in the main page, not the iframe.

  9. #149
    Join Date
    Feb 2012
    Posts
    4

    Default

    I like serebii layouts
    One of the Proud 25% that level up legally.
    Is my favorite!

        Spoiler:- Credits:

Page 8 of 8 FirstFirst ... 678

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •