• Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

I needs a little help ^^;;

usami

biohazard
  • 7,304
    Posts
    21
    Years
    • Age 34
    • Iowa
    • Seen Dec 27, 2024
    Well i was wondering if anyone could hel me I'm trying to make this layout but I can't seem to get it right >_<
    Can someone tell me how to center this layout and how to make it so it dosn't keep reapeating itself?
    Ok on the attched image the main part keeps reapeating itself off to the side does anybody know how I can stop that and make it center? sorry if this is confusing ^^;;.
     
    I have two solutions. First and easiest, make a table as wide as the image is and do everything inside of there as if it was the body. Make this table align in the center.
    Second, make a normal 3-column table layout and do everything that way. If you need help, with this, feel free to ask me.
     
    i can do it easily. instant message me at 221724952 and ill be able to help
     
    Can you post the HTML codes as well, so we can see where it goes wrong?
     
    Grr.. I've been trying to put a table around the dang thing all night >_<
    If I'm the one you wanted to post the code here it is.
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
      
      <HTML><HEAD><TITLE>Title Here</TITLE>
      <STYLE type=text/css>A:link {
      	COLOR: #ffffff; TEXT-DECORATION: none
      }
      A:visited {
      	COLOR: #ffffff; TEXT-DECORATION: none
      }
      A:active {
      	COLOR: #ffffff
      }
      A:hover {
      	COLOR: #ffffff; TEXT-DECORATION: overline underline
      }
      BODY {
     	SCROLLBAR-FACE-COLOR: #728CAD; SCROLLBAR-HIGHLIGHT-COLOR: #728CAD; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #728CAD; SCROLLBAR-DARKSHADOW-COLOR: #728CAD; BACKGROUND-COLOR: #728CAD
      }
      </STYLE>
      
      <script language="JavaScript1.2">
      //Gradual-Highlight image script- By Dynamic Drive
      //For full source code and more DHTML scripts, visit https://www.dynamicdrive.com
      //This credit MUST stay intact for use
      function high(which2){
      theobject=which2
      highlighting=setInterval("highlightit(theobject)",50)
      }
      function low(which2){
      clearInterval(highlighting)
      if (which2.style.MozOpacity)
      which2.style.MozOpacity=0.3
      else if (which2.filters)
      which2.filters.alpha.opacity=30
      }
      function highlightit(cur2){
      if (cur2.style.MozOpacity<1)
      cur2.style.MozOpacity=parseFloat(cur2.style.MozOpacity)+0.1
      else if (cur2.filters&&cur2.filters.alpha.opacity<100)
      cur2.filters.alpha.opacity+=10
      else if (window.highlighting)
      clearInterval(highlighting)
      }
      </script>
      
      <BODY text=black background="images/layoutbg1.png">
      <DIV id=Layer1 style="Z-INDEX: 1; LEFT: 0px; WIDTH: 775px; POSITION: absolute; TOP: 0px;">
      <IMG src="images/mainlay1.png"></DIV></DIV>
      
      <Div align="left">
      <DIV id=Layer2 
      style="Z-INDEX: 5; LEFT: 15px; WIDTH: 120px; POSITION: absolute; TOP: 20px; HEIGHT: 115px">
      <font color=#336699 face=verdana size=1>
      
      </FONT></DIV></DIV>
      
      <DIV id=Layer4 
      style="Z-INDEX: 4; LEFT: 613px; WIDTH: 132px; POSITION: absolute; TOP: 105px; HEIGHT: 115px">
      <font color=#336699 face=verdana size=1>
      
      </FONT>
      </DIV>
      <DIV>
      
      </FONT></DIV>
      
      </FONT></B></CENTER></FONT></B></CENTER></BODY></HTML>
     
    Back
    Top