+ Reply to Thread
Results 1 to 6 of 6

Thread: help with background

  1. #1
    GEEK 2.0 blade is on a distinguished road blade's Avatar
    Join Date
    Jul 2006
    Location
    Ontario
    Posts
    417
    0 0

    Question help with background

    whats the HTML code for putting a background image.
    I know bgcolor="xxxxxx" is to have a colored background

  2. #2
    GEEK 2.0 blade is on a distinguished road blade's Avatar
    Join Date
    Jul 2006
    Location
    Ontario
    Posts
    417
    0 0

    Default Re: Need html code for background image

    Nvmd, I found the option to do that in Dreamweaver MX 2004.
    But, the image repeats itself, how can I get it not to do that

  3. #3
    It's D Grav80 Of Luv Karanislove is on a distinguished road Karanislove's Avatar
    Join Date
    Jan 2006
    Location
    Auckland, NZ
    Age
    25
    Posts
    3,464
    0 0

    Default Re: Need html code for background image

    Quote Originally Posted by blade
    Nvmd, I found the option to do that in Dreamweaver MX 2004.
    But, the image repeats itself, how can I get it not to do that
    I m not exactly sure but I think u need to have both things ...Ur webpage and BG Image sige to the same size Otherwise if you wants to allign image at the centre then u needs to write codes for it which I dont know..

  4. #4
    GEEK 2.0 blade is on a distinguished road blade's Avatar
    Join Date
    Jul 2006
    Location
    Ontario
    Posts
    417
    0 0

    Default Re: Need html code for background image

    how do i get a background image over a background image
    i dont want to use css because its only for part of the area, and not the whole page

  5. #5
    Aspiring Poker Player Crusha19 is on a distinguished road Crusha19's Avatar
    Join Date
    May 2005
    Location
    Kitimat, BC
    Age
    21
    Posts
    159
    0 0

    Default Re: Need html code for background image

    just use CSS it is really easy. say you want to have a different background for anything

    put this in the CSS file :

    idname {background-image: url('image.jpg')}

    then put this in the code (we will use <ul> as an example):

    <ul id="idname">

    this will make the list have a different background from the rest of the page
    Click Here for free AMD FX-57 PC

  6. #6
    Big Geek SexiMexi9018 is on a distinguished road SexiMexi9018's Avatar
    Join Date
    Jun 2006
    Age
    20
    Posts
    182
    0 0

    Default Re: Need html code for background image

    you could also make a table and instead of having cell's make one big cell with an image. So do the normal <body background="XXXXX"> then make a table and do the same thing but just in the table tag
    <table background="XXXXXXX">

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Background music
    By edijs in forum General Chat
    Replies: 6
    Last Post: 18-08-2008, 09:00 PM
  2. HTML - Background Refreshes?
    By m60dude5 in forum Programming
    Replies: 4
    Last Post: 31-07-2008, 12:27 PM
  3. The Gimp (Removing Background)
    By X slash X in forum Graphics Design
    Replies: 1
    Last Post: 18-09-2007, 03:30 PM
  4. semi-transparent background
    By roy92 in forum Graphics Design
    Replies: 6
    Last Post: 13-08-2007, 07:33 AM
  5. Background changer
    By Willz in forum General Software
    Replies: 6
    Last Post: 18-08-2006, 07:18 PM

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