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.
The forum of the forums
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 22/7/2012, 06:39

    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 23/7/2012, 11:21; 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 22/7/2012, 09:29

    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 22/7/2012, 09:47

    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 22/7/2012, 10:31

    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 22/7/2012, 12:55

    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 22/7/2012, 13:38

    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 22/7/2012, 14:07

    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 22/7/2012, 14:16

    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 22/7/2012, 14:30

    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 22/7/2012, 15:18

    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 22/7/2012, 15:28

    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 22/7/2012, 15:31

    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 22/7/2012, 19:56

    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 23/7/2012, 11:19

    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 23/7/2012, 11:36

    Topic Solved & Locked

      Current date/time is 22/9/2024, 13:34