All My Credits To Anyone Who Can Help Me...

Discussion in 'Gaming' started by devil may cry, Jun 28, 2005.

  1. devil may cry

    devil may cry Well-Known Member

    Age:
    32
    Posts:
    408
    Likes Received:
    0
    Joined:
    Jun 1, 2005
    Location:
    homeless
    My site keeps messing up in dreamweaver and it's really starting to annoy me. I try add HTML codes to the right sections and it totally screws up the images and they go all weird. also I centre the bloody site and when I upload it to my server it's not centred. and One other thing that I REALLY NEED is someone to get me a better news system up and show me how to make every link go into the content box (for example multmedia, biography) etc. so yeah anyone who can help sort out all that I will be very happy to give all my credits to. and the more credits I get the more I'll give to them :rolleyes:

    MSN: [email protected]
     
  2. Skullmonkey

    Skullmonkey Senior Member

    Posts:
    1,020
    Likes Received:
    0
    Joined:
    Apr 7, 2005
    are you sure your entering the scripts in the right sectiom/order?
     
  3. LeathalDeath

    LeathalDeath Well-Known Member

    Age:
    35
    Posts:
    1,428
    Likes Received:
    0
    Joined:
    Mar 6, 2005
    Location:
    Michigan
    So you know HTML correct? Ok. Make sure you are putting the scripts in the right places. Even a wrong line and screw things. Make sure you are making your HTML scripts more in depth with more info and such.
     
  4. Sociapath

    Sociapath Well-Known Member

    Posts:
    1,841
    Likes Received:
    0
    Joined:
    Mar 19, 2005
    Use Flash MX, works better for me

    And i maybe could help if ya used that :P
     
  5. devil may cry

    devil may cry Well-Known Member

    Age:
    32
    Posts:
    408
    Likes Received:
    0
    Joined:
    Jun 1, 2005
    Location:
    homeless
    Well I added a table for the news and it looked fine but when I added the scrollable bars:
    <style type='text/css'>
    html { overflow-x: auto; }
    BODY {
    scrollbar-arrow-color: white;
    scrollbar-base-color: #000033;
    scrollbar-dark-shadow-color: #000033;
    scrollbar-track-color: #333333;
    scrollbar-face-color: #000066;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: white;
    scrollbar-3d-light-color: black;

    it totally ----ed up the images. ARGHH. someone please help ;( ;(
     
  6. Skullmonkey

    Skullmonkey Senior Member

    Posts:
    1,020
    Likes Received:
    0
    Joined:
    Apr 7, 2005
    thats for the scrool bar... <_<
    you know... ----------------------------------------->
    the thing over there...
     
  7. DanMattia

    DanMattia Well-Known Member

    Age:
    34
    Posts:
    272
    Likes Received:
    0
    Joined:
    Oct 30, 2004
    Location:
    Rhode Island, USA
    Correct code is, for the scrollbar:

    Code:
    <style type='text/css'>
    html { overflow-x: auto; }
    BODY {
    	scrollbar-arrow-color: white;
    	scrollbar-base-color: #000033;
    	scrollbar-dark-shadow-color: #000033;
    	scrollbar-track-color: #333333;
    	scrollbar-face-color: #000066;
    	scrollbar-shadow-color: #000000;
    	scrollbar-highlight-color: white;
    	scrollbar-3d-light-color: black;
    }
    </style>
     

Share This Page