|
#1
| |||
| |||
| 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 |
|
#2
| ||||
| ||||
| 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> |
|
#3
| |||
| |||
| 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 /> Last edited by MaestroX; 25-06-2008 at 08:36 AM. |
|
#4
| ||||
| ||||
| Re: how to make a table like welcome new user Glad you got it sorted ![]() |
|
#5
| |||
| |||
| 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 ! |
| Thread Tools | |
| |
| | ||||
| 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 |