Results 1 to 4 of 4

Thread: html border help

  1. #1
    Ghost of Christmas' past Recognized Member theundeadhero's Avatar
    Join Date
    Oct 2001
    Location
    In Jojee's pants x_~
    Posts
    15,567

    FFXIV Character

    Villania Valski (Adamantoise)
    Contributions
    • Former Cid's Knight
    • Former Senior Site Staff

    Default html border help

    I know that using frame="bottom" will just put a border at the bottom of a table and using frame="rhs" will just put a border around the right, but how do I combine the two with html so only the bottom and right have a border?

    Also I need to know how to put a border on just the sides and bottom. frame="vsides" is sides and again bottom is frame="bottom" .
    ...

  2. #2

    Default

    You would need to use css for this. If you need code, tell me what you need and I can post it If you need some tutotrials go to http://www.w3schools.com/css/default.asp

    Its a great place to start, and I know they keep everything compliant.
    Correction: this is possible with tables, but stick to css it is easier and better With tables i would suggest making cells that were narrow and making them "look like borders" get what i am saying?
    Bipper

  3. #3
    Ghost of Christmas' past Recognized Member theundeadhero's Avatar
    Join Date
    Oct 2001
    Location
    In Jojee's pants x_~
    Posts
    15,567

    FFXIV Character

    Villania Valski (Adamantoise)
    Contributions
    • Former Cid's Knight
    • Former Senior Site Staff

    Default

    I can use CSS for it, I just really didn't want to. It's for the newsletter and I was told to keep it as much html as possible. Other little CSS styles are hidden in there as well so it's no big deal.
    ...

  4. #4

    Default

    then set the cellspacing to like 3 px or whatever and add a TD tag to the right of column one (making a fake right border) and to the bottom of colum one (set colspan to 2 and set the table background color to whatever you want the border color to: Remeber you can set different bg colors to differen table data tags!!)

    Bipper

Posting Permissions

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