HELP!! How can I get a border around the forums??

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DjSao
    Member
    • Aug 2000
    • 84

    #31
    TechTalk, is there any chance you could post the html in your templates, because when try to add the border i get doublethick borders on a couple of places, what i need is to see the html of your forumdisplay and showthread. Any chance of you posting them somewhere?

    Comment

    • thetakerfan
      Senior Member
      • Jun 2000
      • 1095

      #32
      showthread uses an extra table that it doesn't need, you just have to fix up the HTML a bit. My templates are almost completely dif than the originals, so now I can understand the HTML better, you just need to clean up the HTML, takes a while though

      Comment

      • julius
        Senior Member
        • Aug 2000
        • 297
        • 3.5.x

        #33
        Always mysterious words for members of a secret sect!

        I've read all answer in this thread, but nobody simply explein:

        go exactly there
        in this point change or add exactly that etc.

        Always mysterious words for members of a secret sect!

        Julius

        Comment

        • TechTalk
          Senior Member
          • Jul 2000
          • 769

          #34
          Originally posted by TechTalk
          OK in all the templates all you have to do is add another table around the existing one.

          Code:
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr bgcolor="#000000">
          <td>
          
          <!--THE EXISTING VB TABLE IS HERE -->
          
          </td>
          </tr>
          </table>
          Also check here for a list of web safe colors


          ~Chris

          Comment

          • TechTalk
            Senior Member
            • Jul 2000
            • 769

            #35
            You have to know basic html to make this work. If you dont then (i hate to be so blunt) but you need to learn it. All you are doing is taking an existing table that has a cellspacing of 4 and a cellpadding of 1 and adding another table around it with a black background. Since the top table has a cellspacing of 4 the black will show thru from the underlying table thus making a border around all the cells in the existing table.


            ~Chris

            Comment

            • julius
              Senior Member
              • Aug 2000
              • 297
              • 3.5.x

              #36
              I give up !

              Originally posted by TechTalk
              You have to know basic html to make this work ....
              Thanks for yor answer.
              I will follow your suggestion and study something about html. I think anyway that I could change, with appropriate instructions, something in VB simply copying (or changing) the right code in the right point of one template.
              Julius

              Comment

              • thetakerfan
                Senior Member
                • Jun 2000
                • 1095

                #37

                go there, its a great HTML resource, i got there whenever I need to check something

                Comment

                • julius
                  Senior Member
                  • Aug 2000
                  • 297
                  • 3.5.x

                  #38
                  thetakerfan

                  It's just I was looking for!

                  Thank you very much!

                  Julius

                  Comment

                  • thetakerfan
                    Senior Member
                    • Jun 2000
                    • 1095

                    #39
                    no problem

                    Comment

                    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                    Working...