Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Tags for this Thread

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Misha M's Avatar
    Junior Member

    Status
    Offline
    Join Date
    Jul 2009
    Posts
    3
    Downloads
    0
    Uploads
    0

    Neopets HTML lookup layout coding that actually WORKS?

    I've tried ALL the codes! NONE of them have worked! Im trying to set a image as my background, tiled. and fixed. but none of the codes have any effect on my lookup!
    Umm...Glynn.all whatever: I tried that already. It doesnt effect the page in anyway.

  2. #2
    glynn.alexander's Avatar
    Junior Member

    Status
    Offline
    Join Date
    Jul 2009
    Posts
    2
    Downloads
    0
    Uploads
    0
    I can only presume you are building in tables and have never used css before ( as someone that knows css would never ask a question like that )

    put something like this between the <head> tags

    <style type="text/css">
    <!--

    body {
    background-image:url('back.jpg');
    background-attachment:fixed;
    }

    -->
    </style>


    back.jpg needs to be the root pointing to the image, for example

    background-image:url('images/back.jpg');

    if you could post the site to my forum I can check it and do it for you ( address in sources )

 

 

Quick Reply Quick Reply

Click here to log in


How many letters in the word Rabroad

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. html help? neopets lookup coding?
    By Ceejay Yahwhat in forum Discuss HTML
    Replies: 0
    Last Post: 09-08-2011, 10:00 PM
  2. Neopets user lookup html help?
    By Allie Catt in forum Discuss HTML
    Replies: 0
    Last Post: 03-03-2011, 04:17 AM
  3. Neopets HTML User Lookup Help?
    By BrainSoldSeperately in forum Discuss HTML
    Replies: 0
    Last Post: 01-15-2011, 04:18 AM
  4. Neopets HTML User Lookup Help?
    By BrainSoldSeperately in forum Discuss HTML
    Replies: 0
    Last Post: 01-15-2011, 04:18 AM
  5. Neopets CSS/HTML lookup coding help?
    By Ekorn in forum Discuss HTML
    Replies: 0
    Last Post: 04-20-2010, 08:39 PM

Bookmarks

Posting Permissions

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