FlyerTalk Forums - View Single Post - Getting a replacement RR Card?
View Single Post
Old Sep 10, 2010, 12:44 pm
  #4  
ftnoob
Moderator, Southwest Airlines and Choice Privileges
 
Join Date: Mar 2008
Location: Central Texas
Posts: 3,036
Here is what the online card looks like:


The above image can be downloaded and edited, or the following code can be edited and saved on your computer as rrCard.html for easy access to a virtual RR membership card:

Code:
<html>
<head>
<base href="http://www.southwest.com">
</head>
<body>
<table width="300" border="0" cellpadding="0" cellspacing="0">
 <tr>
  <td rowspan="4"><img src="/images/1x1.gif" alt="" height="1" width="40"></td>
  <td colspan="4"><img src="/images/rapid_rewards/rr_card_online_01.gif" alt="" height="85" width="300"></td>
 </tr>
 <tr>
  <td><img src="/images/rapid_rewards/rr_card_online_02.gif" alt="" height="44" width="30"></td>
  <td><img src="/images/1x1.gif" alt="" height="44" width="1"></td>
  <td width="254"><img src="/images/1x1.gif" alt="" height="1" width="254"><br>
   <span style="font-family: Arial, Helvetica, sans-serif; font-size: 13px;">00000123456789</span><br>
   <span style="font-family: Arial, Helvetica, sans-serif; font-size: 13px;">Member Name</span></td>
  <td><img src="/images/rapid_rewards/rr_card_online_03.gif" alt="" height="44" width="15"></td>
 </tr>
 <tr>
  <td colspan="4"><img src="/images/rapid_rewards/rr_card_online_04.gif" alt="" height="60" width="300"></td>
 </tr>
</table>
</body>
</html>
ftnoob is offline