Results 1 to 6 of 6
Threaded View
-
13th Sep 2009, 07:43 PM #6OPMemberWebsite's:
Se7ensins.comCode:<if condition="$post['field5']"> <div style="border:1px solid #c9c9c9; background:#f6f6f6; padding:2px; margin-bottom:3px;"> Gamer Tag: <a href="http://live.xbox.com/member/$post[field5]">$post[field5]</a> </div> </if>
Here is what you need:
Code:<if condition="$post['field5']"> <div style="gamertag"> Gamer Tag: <a href="http://live.xbox.com/member/$post[field5]">$post[field5]</a> </div> </if>
Code:/* ***** styling for Gamer Tags ***** */ .gamertag { background: #f6f6f6; border: 1px solid #c9c9c9; padding:2px; margin-bottom:3px; }
I did the first way but both work great.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Quick Edit Not Working
By World Life in forum IP.BoardReplies: 10Last Post: 8th Feb 2012, 11:42 AM -
WP Quick Edit WiP
By _brazzO in forum WordpressReplies: 4Last Post: 28th Nov 2011, 01:05 PM -
[Hiring] Quick vBulletin code edit...
By DOPE in forum Completed TransactionsReplies: 7Last Post: 1st Nov 2011, 08:41 PM -
Need a templet for ads for footer of WWT
By MrPeanut420 in forum Web Development AreaReplies: 0Last Post: 5th Feb 2011, 12:27 AM
themaPoster - post to forums and...
Version 5.41 released. Open older version (or...