# Web code gurus

**URL:** https://forums.speedlife.net/t/web-code-gurus/239766
**Category:** Shift518 Off Topic
**Created:** [October 25, 2008, 11:13pm UTC](https://forums.speedlife.net/t/web-code-gurus/239766 "2008-10-25T23:13:20Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Boxersix](https://yyz2.discourse-cdn.com/flex034/user_avatar/forums.speedlife.net/boxersix/32/6327_2.png) [@Boxersix](https://forums.speedlife.net/u/Boxersix)
#### Post date: [October 25, 2008, 11:13pm UTC](https://forums.speedlife.net/t/web-code-gurus/239766/1 "2008-10-25T23:13:20Z")

</div>

Can one of you assist me in how to place a right side border to a table column…right side only(Ie a vertical rule)

Take this code for example:

\<table bgcolor="#FFFFFF" height=“500” cellpaddin=“0” cellspacing=“0” border=“0”\>  
\<tr\>  
\<td width=210\>Testing 2\</td\>  
\<td width=486\>Testing 1\</td\>  
\</tr\>  
\</table\>

Where does it go and more importantly, what goes where??..is this some CSS div script? I’m so out of date on this crap it’s scary…script code for position, height %, color, etc…

Thanks

Shawn where you at on this one…Aught to be able to do this one blindfolded and walking the other direction ;D

---

<div class="post-metadata">

### Author: ![Boxersix](https://yyz2.discourse-cdn.com/flex034/user_avatar/forums.speedlife.net/boxersix/32/6327_2.png) [@Boxersix](https://forums.speedlife.net/u/Boxersix)
#### Post date: [October 26, 2008, 7:15pm UTC](https://forums.speedlife.net/t/web-code-gurus/239766/2 "2008-10-26T19:15:44Z")

</div>

What, did you all get loaded or something and pass out??? I know there’s a few of you in here… :confused

---

<div class="post-metadata">

### Author: ![Vovchandr](https://yyz2.discourse-cdn.com/flex034/user_avatar/forums.speedlife.net/vovchandr/32/6275_2.png) [@Vovchandr](https://forums.speedlife.net/u/Vovchandr)
#### Post date: [October 26, 2008, 8:25pm UTC](https://forums.speedlife.net/t/web-code-gurus/239766/3 "2008-10-26T20:25:42Z")

</div>

Shady, Shawn, Singh and Pants party, where art though? :confused

---

<div class="post-metadata">

### Author: ![GranMassaX](https://yyz2.discourse-cdn.com/flex034/user_avatar/forums.speedlife.net/granmassax/32/6299_2.png) [@GranMassaX](https://forums.speedlife.net/u/GranMassaX)
#### Post date: [October 27, 2008, 6:27am UTC](https://forums.speedlife.net/t/web-code-gurus/239766/4 "2008-10-27T06:27:18Z")

</div>

no love for me ☹

\<STYLE\>

table  
{  
border-width: 0px 1px 0px 0px;  
border-style: solid;  
}

\</STYLE\>

\<table bgcolor="#FFFFFF" height=“500” cellpaddin=“0” cellspacing=“0”\>  
\<tr\>  
\<td width=210\>Testing 2\</td\>  
\<td width=486\>Testing 1\</td\>  
\</tr\>  
\</table\>

---

<div class="post-metadata">

### Author: ![Vovchandr](https://yyz2.discourse-cdn.com/flex034/user_avatar/forums.speedlife.net/vovchandr/32/6275_2.png) [@Vovchandr](https://forums.speedlife.net/u/Vovchandr)
#### Post date: [October 27, 2008, 8:16am UTC](https://forums.speedlife.net/t/web-code-gurus/239766/5 "2008-10-27T08:16:20Z")

</div>

> [@GranMassaX](#):
>
> no love for me ☹

I’m sorry but “Geek” is not the first impression that comes to mind when we think of you, it’s a different character trait. :lol

Thank you though :thumb

---

<div class="post-metadata">

### Author: ![GranMassaX](https://yyz2.discourse-cdn.com/flex034/user_avatar/forums.speedlife.net/granmassax/32/6299_2.png) [@GranMassaX](https://forums.speedlife.net/u/GranMassaX)
#### Post date: [October 27, 2008, 8:22am UTC](https://forums.speedlife.net/t/web-code-gurus/239766/6 "2008-10-27T08:22:04Z")

</div>

> [@Vovchandr](#):
>
> I’m sorry but “Geek” is not the first impression that comes to mind when we think of you, it’s a different character trait. :lol
> 
> Thank you though :thumb

yes, I’m out to disprove all the stereotypes about so-called “geeks”. I take your comment as a compliment.
