Jump to content

Anyone know where I can get a SIMPLE user lookup


Recommended Posts

Posted

I want to get a new lookup but I dont really care all that much for the fancy ones with all the text and pictures on them. Im just looking for like a background for the page

Posted

All you need to do is this really:

 

<style>
body {
	background: url("URL");
	background-color: COLOR;
}
#main {
	background: url("URL") no-repeat;
	background-color: COLOR;
}
</style>

The body is the grey area, and the #main is the white area where your information is.

If you need any more help making your own UL you can always visit Izzy's Tutorial Page.

 

Hopefully that helps! :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...