Website Coding

Discussion in 'Gaming' started by SSPIMPLIVE, Jun 15, 2006.

  1. SSPIMPLIVE

    SSPIMPLIVE Well-Known Member

    Age:
    41
    Posts:
    127
    Likes Received:
    0
    Joined:
    Dec 14, 2005
    Ive been looking around for some help but I cant find any so I've come to you guys and gals.

    Ok here goes, I am trying to code a website template but I cant get the text to go to the top of the content box. Instead it goes to the center and won't move near the top unless you have alot of content in the box. So I was wondering how you get it to go to the instead of the middle.

    Thankyou,
    -SSPIMP
     
  2. XMasterX

    XMasterX Well-Known Member

    Age:
    40
    Posts:
    5,336
    Likes Received:
    0
    Joined:
    Aug 1, 2005
    Location:
    Wisconsin, USA
    do you mean in a table?

    Code:
    <table width="267" height="145" border="1">
      <tr>
        <td valign="top">hkgkuyolut</td>
      </tr>
    </table>
    
    in Dreamweaver, if you use it, there is a vertical alignment setting.

    [​IMG]
     
  3. longhornfreak

    longhornfreak Well-Known Member

    Posts:
    1,029
    Likes Received:
    0
    Joined:
    Mar 1, 2006
    if you dont have dream weaver, send me the template in png, though pm and ill slice and code what i can
     
  4. DDL

    DDL Well-Known Member

    Posts:
    696
    Likes Received:
    0
    Joined:
    Mar 17, 2006
    Location:
    U.S.A.
    I can't understand how people use WYSIWYG programs like DW, FP, etc. I've always hand-coded my web pages, and the only reason I might possibly use DW is for it's code library or CMS system.
     
  5. XMasterX

    XMasterX Well-Known Member

    Age:
    40
    Posts:
    5,336
    Likes Received:
    0
    Joined:
    Aug 1, 2005
    Location:
    Wisconsin, USA
    I use DW for both, really. I use the design side of it to set my template, then it code from there on...
     
  6. johndapunk FTW

    johndapunk FTW Senior Member

    Age:
    34
    Posts:
    2,513
    Likes Received:
    0
    Joined:
    Jan 19, 2006
    Location:
    Palm Beach
    off-topic much?

    inside you <table> syntax, try <div valign="top" align="left">Stuff</div>
     
  7. Equivalent Exchange

    Equivalent Exchange Well-Known Member

    Posts:
    1,466
    Likes Received:
    0
    Joined:
    Nov 9, 2005

    [snapback]2637217[/snapback]​
    [/quote]

    Unless your obsessed about web standards and having "proper" html. (valign is apparently considered to be "proprietary" to IE)
     
  8. johndapunk FTW

    johndapunk FTW Senior Member

    Age:
    34
    Posts:
    2,513
    Likes Received:
    0
    Joined:
    Jan 19, 2006
    Location:
    Palm Beach
    oh, i didnt know. thanx.
     
  9. SSPIMPLIVE

    SSPIMPLIVE Well-Known Member

    Age:
    41
    Posts:
    127
    Likes Received:
    0
    Joined:
    Dec 14, 2005
    Thanks for showing me that I never noticed that bar at the bottom of dreamweaver.
     

Share This Page