Results 1 to 7 of 7

Thread: HTML/ NVU Help

  1. HTML/ NVU Help

    What do I have to get this
    Click image for larger version. 

Name:	broken.jpg 
Views:	318 
Size:	301.2 KB 
ID:	70128
    to look like this on the actual page?
    Click image for larger version. 

Name:	fixed.jpg 
Views:	319 
Size:	249.3 KB 
ID:	70127

    The lower pic is how I want it to look and how it looks as I'm building it in nvu, the top picture is how it looks when I open it in chrome.
    The pictures are actually the background. I couldn't get nvu to let me put them where I wanted, so I laid it out in word, printscreened, saved as jpg, and then used that pic as the background pic in nvu.

  2. Also, since I can't get nvu to allow me (or I don't know how to get it to allow me) to put text anywhere I want on the page, I had to write a few words, space bar through the picture, continue the new sentence on the other side of the picture, carriage return, type the next few words, space through the picture, etc.
    I'm sure that's where my problem lies. But I don't know any other way of being able to put text directly where I want it on the page.

  3. Adjust your style sheets I guess.

  4. he says as if I know what that is...
    I'm trying to do more than is really necessary. All we had to do was write some shit, post a pic, make links to other pages of some shit we wrote, posted pics and so on. A simple table set up would work.
    But when one of my classmates posted a pic of what his shit looks like
    Click image for larger version. 

Name:	Image1.jpg 
Views:	316 
Size:	64.5 KB 
ID:	70129
    Click image for larger version. 

Name:	Image2.jpg 
Views:	312 
Size:	78.6 KB 
ID:	70130
    It depressed the hell out of me and made me want to do something a bit more.

  5. and nvu is garbage and keeps crashing on me...

  6. problem solved.
    ditched nvu for kompozer, set up tables and tied them to percentages. Now it looks (mostly) the way it should.
    Looks like a mess in komposer, but when opening with IE and Chrome, things look fine.

  7. divs

    edit: div master

    Code:
    <!doctype html>
    ******>
    <head>
    <style type="text/css">
    <!--
    div { display: inline-block; margin: 0; padding: 0;}
    .line { clear:both; }
    .box {
        background:url('bg.jpg');
    }
    .box1 { background-position: 0px 0px; width: 147px; height: 334px; }
    .box2 { background-position: -146px 0px; width: 500px; height: 334px; }
    .box3 { background-position: -645px 0px; width: 432px; height: 334px; }
    .box4 { background-position: -1075px 0px; width: 312px; height: 334px; }
    .box5 { background-position: 0px 275px; width: 575px; height: 273px; }
    .box6 { background-position: 820px 275px; width: 813px; height: 273px; }
    -->
    </style>
    </head>
    
    <body>
        <div class="line">
            <div class="box box1"></div>
            <div class="box box2"></div>
            <div class="box box3"></div>
            <div class="box box4"></div>
        </div>
        <div class="line">
            <div class="box box5"></div>
            <div class="box box6"></div>
        </div>
    </body>
    *******>
    Last edited by cka; 11 May 2013 at 12:48 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Games.com logo