• Hi.
    I’d like to make a simple HTML page that looks similar to my blog. I’m useless with HTML and PHP so what I’d like to know is if there’s a simple tool I can use to do this or do I have to go through the problem of finding someone to do it for me or having to learn to do it myself?

    Any help greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Maybe if you can tell what exactly do you want to do with that “simple html page” we could give you a better answer.
    Basically, saving the source code would give you a html file.

    Thread Starter Aff

    (@aff)

    Well I’d like to make some add-ons to the blog but simple pages won’t do the job. Pages are listed across the top and that’s not what I want.

    http://www.joysandsorrows.co.uk

    Basically I’d like the blue header the same, not the pages listed below on the grey line with three columns – the middle one being white. I’m not entirely sure what I’ll use them for yet. I have some ideas but I want to make sure it’s possible before getting too heavily involved.

    Well, for that you wanted to go by the complicated way 🙂
    Options for you:
    1. Use another theme that doesn’t display all the Pages in the horizontal menu
    2. Use the “exclude” parameter for the Pages you don’t want to show in the horiz. menu
    see more: http://codex.wordpress.org/Template_Tags/wp_list_pages
    3. Make those “new” Pages children of any Page and use the “depth” parameter (set to 1); link above

    EDIT.
    4. For having a different look – use different Page Templates. More: http://codex.wordpress.org/Pages#Page_Templates

    Thread Starter Aff

    (@aff)

    Thanks a million for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Converting PHP to HTML’ is closed to new replies.