Results 1 to 3 of 3

Thread: Box question

  1. #1
    Join Date
    Jul 2005
    Location
    Kuwait-I'm American
    Posts
    127
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Red face Box question

    How do you make a box actually go around your text, and not from one side of your browser to the other side of your browser with the text inside?
    Code:
    <p class="outset">
    blahblah
    </p>
    is what I use. maybe there is something better?
    //\\ //\\// || //\\//\\ //\\ ||_
    SOFTWARE

  2. #2
    Join Date
    Jul 2005
    Location
    Kuwait-I'm American
    Posts
    127
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    still wondering...
    Last edited by IanMarlowe; 07-23-2005 at 04:22 AM. Reason: not entising enough
    //\\ //\\// || //\\//\\ //\\ ||_
    SOFTWARE

  3. #3
    Join Date
    Sep 2004
    Location
    Little Falls, Roodepoort, South Africa
    Posts
    421
    Thanks
    4
    Thanked 1 Time in 1 Post

    Default

    tables/cells i.e

    <table border="1" width="40" id="table1" cellspacing="0" cellpadding="0" bordercolor="#000000" height="20">
    <tr>
    <td>
    <pre class="alt2" style="border: 1px inset ; margin: 0px; width: 60px; height: 22px;">blahblah</pre>
    </td>
    </tr>
    </table>
    Very Best Rgds, Simonf :cool:
    __________________________________
    My Site | E-Mail Me

Bookmarks

Posting Permissions

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