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.


 

Reply to Thread

Post a reply to the thread: Layout coding - Where do I add my HTML background?

Your Message

Click here to log in

What is the number after 87?

 
 

You may choose an icon for your message from this list

Additional Options

  • Will turn www.example.com into [URL]http://www.example.com[/URL].

Rate Thread

You may rate this thread from 1-star (Terrible) to 5-stars (Excellent) if you wish to do so.

Topic Review (Newest First)

  • 01-10-2012, 01:24 PM
    simbe1
    try to add this css code: b o d y { b a c k g r o u n d - i m a g e : u r l ( ' yourimage. g i f ' ) ; }
    put your image in same folder where is index .html....
  • 01-05-2012, 04:23 AM
    Ilovedyou.

    Layout coding - Where do I add my HTML background?

    <style>table, tr, td { background-color:transparent; border:none; border-width:0;} body {background-color:0d0d0d;}
    table table { border: 0px }
    table table table table{border:0px}
    table table table { border-style:solid; border-width:1px; border-color:050d0f; background-color:121212;} table, tr, td, li, p, div { font-family: calibri; color:5c5c5c; font-size: 10px; line-height: 10px; } a:active, a:visited, a:link { font: bold 8px courier new; text-transform:uppercase; color:c6c5c5; line-height:6px; -webkit-transition: all 0.5s ease-in; moz-transition: all 0.5s ease-in;}
    a:hover { font: bold 8px courier new; text-transform:uppercase; color: 232e2f; line-height:6px;} table div {display:none;}table table div {display:block;}</style>


    Just want to add a background on my layout. SOMETHING like myspace, but for some reason I can't find the code where it says "URL" = Then add your own background.

    Does anyone know?

    Thank you.

Posting Permissions

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