Results 1 to 6 of 6

Thread: tables and vertical text

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116

    tables and vertical text

    how can i make text in my table to be vertical rather than horizontal (in html) ie text at a 90 degree angle to norm
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

  2. #2
    scoutt
    Guest
    either make it as a image, or you can try CSS but Netscape may cower under that.

    http://web3.w3.org/TR/WD-i18n-format...vanceDirection

    or
    Code:
    <object classid="clsid:99B42120-6EC7-11CF-A6C7-00AA00A47DD2" 
       align="left" id="vertText" width="40" height="400">
      <param name="caption" value="What's new *****cat?">
      <param name="angle" value="90">
      <param name="alignment" value="0">
      <param name="BackStyle" value="0">
      <param name="FontName" value="Verdana">
      <param name="FontSize" value="16">
      <param name="FontBold" value="1">
      <param name="Forecolor" value="16711833">
    </object>

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116
    ok, humour me as im a complete n00b!, where do i put that in my code exactly
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

  4. #4
    scoutt
    Guest
    where ever you want it in the body tag.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116
    ok, and what if its using php, and the bits where i edit the table are in a .txt file what do i do then
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

  6. #6
    scoutt
    Guest
    what is in the text file?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width