rocknbil

msg:4152410 | 4:31 pm on Jun 14, 2010 (gmt 0) |
1. Welcome aboard antnicksmom . . . . 2. Links are not allowed, see #13 TOS [webmasterworld.com] 3. Something is goofy with your PHP, it has session ID in the query string twice (not a big deal, but just having a session ID in the query string will get to be one if you care about search engine indexing) 4. border-right or border-left: You have a lot of issues going on with that page but simplified, something like this would work: .left-bordered-cell { border-left:1px solid #000; } then <table> <tr> <td> content in a left cell</td> <td class="left-bordered-cell"> Content in a right cell</td> </tr> </table>
|
antnicksmom

msg:4152575 | 9:33 pm on Jun 14, 2010 (gmt 0) |
Oh sorry! I had just wanted to show you what I meant. Thanks for the info. I will try it and see how it goes!
|
antnicksmom

msg:4152582 | 9:46 pm on Jun 14, 2010 (gmt 0) |
Ok, at the risk of sounding like a complete idiot here. Where does the information go? I put it in front of everything and didn't work. Then I put it in the middle and that didn't work. Am I doing something wrong? Or do I replace something with this new code?
|
rocknbil

msg:4153100 | 6:19 pm on Jun 15, 2010 (gmt 0) |
Yeah that's kind of what I meant with | You have a lot of issues going on with that page |
| It may be a bit hard to find . . . put that code in a page by itself and see what it does. You should have
--------------- content|content ---------------
And note how the right-most column has the vertical border. Now take this concept, and find out which column holds the right-most content in your page. Apply the style to that column. It's in there, somewhere, I couldn't find it in the daily time I allow for this site. :-)
|
|