Customers SupportDocumentation


Reply
 
Thread Tools
  #1  
Old 24-06-2008, 03:31 PM
Member
 
Join Date: Jun 2008
Posts: 23
how to make a table like welcome new user

I seen the post about making rounded corner tables but what I am looking for should be much easier...

I want to make a table just like the Welcome to table that people get who isn't logged in. I know where I want to post the table and everything, I just need to know the code to link it to the correct image page so it will use the red corners, css, and everything so it will match the red carbon corners and colors....

thanks
Reply With Quote
  #2  
Old 24-06-2008, 08:52 PM
MaestroX's Avatar
vBulletin Skin Zone Staff
 
Real Name: Chris A.
Join Date: May 2007
Location: UK
Posts: 1,337
Re: how to make a table like welcome new user

This is probably what you're after:

Code:
<if condition="$show['guest']">
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
 <td class="tcat"><img src="$stylevar[imgdir_misc]/tcat_tl.gif" alt="" border="0" style="position:relative; top: -7px; left: -7px; float:left;" />
<img src="$stylevar[imgdir_misc]/tcat_tr.gif" alt="" border="0" style="position:relative; top: -7px; left: 7px; float:right;" />
<phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
 <td class="alt1">
  <phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
 </td>
</tr>
</table>
<div class="bcorner"><div class="bcrn-c"><div class="bcrn-l"></div><div class="bcrn-r"></div></div></div>
<!-- / guest welcome message -->
<br />
</if>
Reply With Quote
  #3  
Old 25-06-2008, 01:54 AM
Member
 
Join Date: Jun 2008
Posts: 23
Re: how to make a table like welcome new user

I edit some thing but it done the trick... www.TalkCandE.com the box is below the banners

Code:
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat"><img src="$stylevar[imgdir_misc]/tcat_tl.gif" alt="" border="0" style="position:relative; top: -7px; left: -7px; float:left;" />
<img src="$stylevar[imgdir_misc]/tcat_tr.gif" alt="" border="0" style="position:relative; top: -7px; left: 7px; float:right;" />
<phrase 1="$vboptions[bbtitle]">Add your school</phrase></td>
</tr>
<tr>
<td class="alt1">
test
</td>
</tr>
</table>
<div class="bcorner"><div class="bcrn-c"><div class="bcrn-l"></div><div class="bcrn-r"></div></div></div>
<!-- / guest welcome message -->
<br />
is the code I used if anyone would like to use it....Thanks MaestroX

Last edited by MaestroX; 25-06-2008 at 08:36 AM.
Reply With Quote
  #4  
Old 25-06-2008, 08:36 AM
MaestroX's Avatar
vBulletin Skin Zone Staff
 
Real Name: Chris A.
Join Date: May 2007
Location: UK
Posts: 1,337
Re: how to make a table like welcome new user

Glad you got it sorted
Reply With Quote
  #5  
Old 04-09-2008, 01:10 AM
Member
 
Join Date: May 2008
Posts: 11
Re: how to make a table like welcome new user

The header graphic on your site, has to be the biggest in the world lol !
Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
As I make the adjustment de Freitas General Questions 1 31-05-2008 11:37 AM
table border fix Mike General Questions 3 11-03-2008 09:54 AM


All times are GMT. The time now is 01:33 AM.