Announcement

Collapse
No announcement yet.

Sorry-another question here

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Sorry-another question here

    How to add a Background to my page?

    Where should i go/start to/first?

    Thanks in advance!
    . . . . . . . . . . . . . . . . . . . . . . . . . . .
    My Blog: www.MrBrian.net
    My vBulletin:
    www.vBulletin-Fans.com
    JustIdling[dot]com: www.JustIdling.com NEW
    . . . . . . . . . . . . . . . . . . . . . . . . . .

  • #2
    Enter the Admin Control Panel, browse down to styles and modify the style you want to edit by clicking on [font/etc] and browse down to the body section and other templates that make the page.

    Comment


    • #3
      Thanks for your reply here,

      By the way, if i'm not wrong you mean is it the body tag? If so, then what happen if i wanted to change my forum background, so shoud i delete the previous and replace the which i want?

      E.g:<body bgcolor="#666696" text="#000000" id="all" leftmargin="10" topmargin="10" marginwidth="10" marginheight="10" link="#000020" vlink="#000020" alink="#000020"> (My current)

      -----------------------------------------------------------

      <TITLE>My Homepage</TITLE>
      <HEAD>
      <BODY BACKGROUND="THE IMAGE WHICH I WANTED TO ADD TO MY BACKGROUND .gif">

      So should i remove the current?
      Or just add the background image which i want?






      Originally posted by xiphoid
      Enter the Admin Control Panel, browse down to styles and modify the style you want to edit by clicking on [font/etc] and browse down to the body section and other templates that make the page.
      . . . . . . . . . . . . . . . . . . . . . . . . . . .
      My Blog: www.MrBrian.net
      My vBulletin:
      www.vBulletin-Fans.com
      JustIdling[dot]com: www.JustIdling.com NEW
      . . . . . . . . . . . . . . . . . . . . . . . . . .

      Comment


      • #4
        .......

        Do what xiphoid said and go to your admin cp, styles, font/etc part.

        Now, in your header insert template you'll find this code...

        <meta http-equiv="MSThemeCompatible" content="Yes">
        <style type="text/css">
        BODY {
        SCROLLBAR-BASE-COLOR: {categorybackcolor};
        SCROLLBAR-ARROW-COLOR: {categoryfontcolor};
        }


        Replace with

        <meta http-equiv="MSThemeCompatible" content="Yes">
        <style type="text/css">
        BODY {
        SCROLLBAR-BASE-COLOR: {categorybackcolor};
        SCROLLBAR-ARROW-COLOR: {categoryfontcolor};
        background: url(YOUR IMAGE PATH HERE.gif);
        }


        Where YOUR IMAGE PATH HERE replace with the path to your background image.

        Comment


        • #5
          So am i correct?


          <meta http-equiv="MSThemeCompatible" content="Yes">
          <style type="text/css">
          BODY {SCROLLBAR-BASE-COLOR: {categorybackcolor};
          SCROLLBAR-ARROW-COLOR: {categoryfontcolor};
          background:{http://www.the image i one.com/img_background/soccer_bg02.gif];
          }


          Many thanks..
          . . . . . . . . . . . . . . . . . . . . . . . . . . .
          My Blog: www.MrBrian.net
          My vBulletin:
          www.vBulletin-Fans.com
          JustIdling[dot]com: www.JustIdling.com NEW
          . . . . . . . . . . . . . . . . . . . . . . . . . .

          Comment


          • #6
            background:{http://www.the image i one.com/img_background/soccer_bg02.gif];
            }

            Change that ] to a ) and you have it

            Comment


            • #7
              Hi bro,

              I've tried, but still dosen't work.

              Plz take a look:-

              background:"(http://www.IMAGE_FROM_THAT_DOMAIN_NAME.com/forum/img_background/soccer_bg02.gif



              Correct me if i'm wrong.
              Thanks in advance.
              Last edited by Mr. Brian; Tue 14 Jan '03, 3:39pm.
              . . . . . . . . . . . . . . . . . . . . . . . . . . .
              My Blog: www.MrBrian.net
              My vBulletin:
              www.vBulletin-Fans.com
              JustIdling[dot]com: www.JustIdling.com NEW
              . . . . . . . . . . . . . . . . . . . . . . . . . .

              Comment

              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
              Working...
              X