HTML Page Wrap Code Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
5 posters

    HTML Page Wrap Code

    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved HTML Page Wrap Code

    Post by CatherinaAndrea July 22nd 2012, 1:39 pm

    I am trying to make a white wrap or page-wrap looking somewhat like this: http://demo.dhetemplate.com/2012/05/isoft.html

    I tried these codes, but they don't seem to work:
    Code:


        #wrap { 
          background-color: #FFFFFF;
          padding: 0 0px;
          min-width: 1200px; 
          width: 1200px;
          margin: 0 auto;
          min-height:100%;
          /* hack for IE6 */
          height:auto !important;
          height:100%;
        }

    or

        #page-wrap {  ...
        }



    Last edited by CatherinaAndrea on July 23rd 2012, 6:21 pm; edited 1 time in total
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: HTML Page Wrap Code

    Post by runawayhorses July 22nd 2012, 4:29 pm

    What is it you want to wrap around text around a picture? You are way off using that CSS code it needs to know what to wrap.
    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Re: HTML Page Wrap Code

    Post by CatherinaAndrea July 22nd 2012, 4:47 pm

    Right ok, so "wrap" might not be the correct code here, but how would you achieve that white block that makes the page in the example link?
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: HTML Page Wrap Code

    Post by runawayhorses July 22nd 2012, 5:31 pm

    That is a webpage layout that is not affiliated with Forumotion whatsoever. You can do that on a different website building host that has different templates to choose from or build it from scratch.

    This is not a forumotion related question its website building template issue.
    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Re: HTML Page Wrap Code

    Post by CatherinaAndrea July 22nd 2012, 7:55 pm

    runawayhorses wrote:That is a webpage layout that is not affiliated with Forumotion whatsoever. You can do that on a different website building host that has different templates to choose from or build it from scratch.

    This is not a forumotion related question its website building template issue.

    That "WebPage Layout" was a VISUAL help as to what i was trying to explain. It's a HTML or CSS code question in the "Scripts (Coding) Problems" forum. I AM building my HTML page from scratch and as I AM using Forumotion this IS a FM related question, in the form of help to acquire a certain bit of code to help me along the way.
    If you don't have anything helpful to add don't say it at all.

    So here is a different VISUAL help.

    HTML Page Wrap Code SmartArse
    avatar
    runawayhorses
    Hyperactive


    Male Posts : 2537
    Reputation : 166
    Language : English
    Location : United States

    Solved Re: HTML Page Wrap Code

    Post by runawayhorses July 22nd 2012, 8:38 pm

    Your issue is not a problem, its a page building design request and has nothing to do with forumotion. An HTML page layout is something you learn at HTML tutorial sites. You want a lesson in HTML and this forum isn't about giving lessons.
    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Re: HTML Page Wrap Code

    Post by CatherinaAndrea July 22nd 2012, 9:07 pm

    Wow ok, do you even realize how many people here are NOT HTML and CSS masters. If this wasn't a place to ask questions about coding then there would be nothing and no one here. So please stop spreading your joy in this topic and move on to somewhere else.

    Can anyone else help me with this one?

    HTML Page Wrap Code SmartArse
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: HTML Page Wrap Code

    Post by Sanket July 22nd 2012, 9:16 pm

    Please guys chill down. Smile
    runawayhorses, if you don't wish to help you can just ignore.
    Neymar1
    Neymar1
    Forumember


    Male Posts : 406
    Reputation : 28
    Language : HTML, CSS, and a bit of JavaScript
    Location : Scotland

    Solved Re: HTML Page Wrap Code

    Post by Neymar1 July 22nd 2012, 9:30 pm

    I'm not too sure what you're asking, but I've edited the area I think you are talking about using:

    #wrap {
    whatever here
    }
    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Re: HTML Page Wrap Code

    Post by CatherinaAndrea July 22nd 2012, 10:18 pm

    I tried that one too, that was my first guess at it, but it doesn't work for some reason.
    Neymar1
    Neymar1
    Forumember


    Male Posts : 406
    Reputation : 28
    Language : HTML, CSS, and a bit of JavaScript
    Location : Scotland

    Solved Re: HTML Page Wrap Code

    Post by Neymar1 July 22nd 2012, 10:28 pm

    CatherinaAndrea wrote:I tried that one too, that was my first guess at it, but it doesn't work for some reason.

    What exactly do you want to do?
    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Re: HTML Page Wrap Code

    Post by CatherinaAndrea July 22nd 2012, 10:31 pm

    If you look at my original post, i gave a link there to show what i meant. The white page background that's what i'm after. In the FM editor "#wrap{" works, but in html page it doesn't. So that is where i am struggling just now.
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    Solved Re: HTML Page Wrap Code

    Post by LGforum July 23rd 2012, 2:56 am

    Well it depends if your HTML page is using your forums header and footer.
    If it is, then #wrap or #main or #main-content should work.
    If not then just wrap all your HTML in a div, give it an ID, and use that.
    CatherinaAndrea
    CatherinaAndrea
    Forumember


    Female Posts : 230
    Reputation : 19
    Language : English, Russian, Dutch

    Solved Re: HTML Page Wrap Code

    Post by CatherinaAndrea July 23rd 2012, 6:19 pm

    Nice one i got it working the way i wanted it. Thanks for the help Wink

    Solved
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: HTML Page Wrap Code

    Post by Sanket July 23rd 2012, 6:36 pm

    Topic Solved & Locked