Heya ALi,  
 I hear "tell" that's 4 lashes with a noodle (cooked)... 
 
    Try  (remove the whitespace]  
[ list ]  
[ * ] One Potato One  
[ * ] Two Potato Two  
[ /List ]  
Works out to 
 
-  One Potato One  
 
-  Two Potato Two  
 
 So ....  
 [ list ]  
 [ * ]Sam Johnson - TX [ * ]Kevin Brady - TX [ * ] And so onn...  
 [ /List ]  
 Be comes;  
 
- Sam Johnson - TX  
 
- Kevin Brady - TX  
 
-  And so onn...  
 
 Sorry, but the regular VB Code doesn't support multiple columns unless you use insert a table with the buttons on the tool bar... 
(The reason the lower lines are scrunched is because I put no data in them...)  Like so;  
 [TABLE="class: grid, width: 500, align: center"] 
[TR] 
[TD]Sam Johnson - TX[/TD] 
[TD]Todd Young - IN[/TD] 
[/TR] 
[TR] 
[TD]Kevin Brady - TX[/TD] 
[TD]Mike Kelly - PA[/TD] 
[/TR] 
[TR] 
[TD]Paul Ryan - WI[/TD] 
[TD]Tim Griffin - AR[/TD] 
[/TR] 
[TR] 
[TD]Devin Nunes - CA[/TD] 
[TD]Jim Renacci - OH[/TD] 
[/TR] 
[TR] 
[TD]Pat Tiberi - OH[/TD] 
[TD]Sander Levin - MI  - Ranking Member[/TD] 
[/TR] 
[TR] 
[TD]Dave G. Reichert - WA[/TD] 
[TD]Charles B. Rangel  - NY[/TD] 
[/TR] 
[TR] 
[TD][/TD] 
[TD][/TD] 
[/TR] 
[TR] 
[TD][/TD] 
[TD][/TD] 
[/TR] 
[TR] 
[TD][/TD] 
[TD][/TD] 
[/TR] 
[/TABLE]    
 If you don't see the Table controls on yer toolbar - go to user options and select the advanced editor 

  You can align to either side or center,have borders or, like the US, not show any border, etc  
Cheers...