Results 1 to 6 of 6
-
30th Mar 2010, 09:21 AM #1OPMemberWebsite's:
TvLog.meHTML help
I have installed a mod (atlast) but problem is in alignment as i m a n00b in HTML
Code:<!-- INCLUDE overall_header.html --> <!-- IF U_MCP --> <div id="pageheader"> <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p> </div> <br clear="all" /><br /> <!-- ENDIF --> <!-- INCLUDE forumlist_body.html --> <!-- IF not S_IS_BOT or U_TEAM --> <span class="gensmall"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- IF U_TEAM --> | <!-- ENDIF --><!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF --></span><br /> <!-- ENDIF --> <br clear="all" /> <!-- INCLUDE breadcrumbs.html --> <!-- IF S_DISPLAY_ONLINE_LIST --> <br clear="all" /> {$CA_BLOCK_START} {$CA_CAP2_START}<!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF -->{$CA_CAP2_END} <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}"> <tr> <!-- IF LEGEND --> <td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> <!-- ELSE --> <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> <!-- ENDIF --> <td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}</span></td> </tr> <td class="row1 nobold"><b class="gensmall"> <!-- IF not S_IS_BOT --><br /><br /> {USERS_24HOUR_TOTAL}: <br><!-- BEGIN lastvisit -->{lastvisit.USERNAME_FULL}<!-- IF not lastvisit.S_LAST_ROW -->, <!-- ENDIF --><!-- END lastvisit --> <!-- ENDIF --> <!-- IF LEGEND --> <tr> <td class="row1 nobold"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td> </tr> <!-- ENDIF --> </table> {$CA_BLOCK_END} <!-- ENDIF --> <!-- IF S_DISPLAY_BIRTHDAY_LIST && BIRTHDAY_LIST --> <br clear="all" /> {$CA_BLOCK_START} {$CA_CAP2_START}{L_BIRTHDAYS}{$CA_CAP2_END} <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}"> <tr> <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/birthday.gif" alt="{L_BIRTHDAYS}" /></td> <td class="row1 nobold" width="100%"><p class="genmed"><!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: <b>{BIRTHDAY_LIST}</b><!-- ELSE -->{L_NO_BIRTHDAYS}<!-- ENDIF --></p></td> </tr> </table> {$CA_BLOCK_END} <!-- ENDIF --> <br clear="all" /> {$CA_BLOCK_START} {$CA_CAP2_START}{L_STATISTICS}{$CA_CAP2_END} <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}"> <tr> <td class="row1"><img src="{T_THEME_PATH}/images/stats.gif" alt="{L_STATISTICS}" /></td> <td class="row1 nobold" width="100%" valign="middle"><p class="genmed">{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}</p> <!-- IF not S_IS_BOT --> <br> <u><b> <id="24hour_stats">{L_24HOUR_STATS}</b></u> <p>{24HOUR_POSTS} | {24HOUR_TOPICS} | {24HOUR_USERS}</p> <!-- ENDIF --> </td> </tr> </table> {$CA_BLOCK_END} <!-- IF not S_USER_LOGGED_IN and not S_IS_BOT --> <br clear="all" /> <form method="post" action="{S_LOGIN_ACTION}"> {$CA_BLOCK_START} {$CA_CAP2_START}<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>{$CA_CAP2_END} <table class="tablebg" width="100%" cellspacing="{$CA_SPACING}"> <tr> <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /> <!-- IF S_AUTOLOGIN_ENABLED --><span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /> <!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td> </tr> </table> {$CA_BLOCK_END} {S_FORM_TOKEN} </form> <!-- ENDIF --> <br clear="all" /> <table class="legend"> <tr> <td width="20" align="center">{FORUM_NEW_IMG}</td> <td><span class="gensmall">{L_NEW_POSTS}</span></td> <td> </td> <td width="20" align="center">{FORUM_IMG}</td> <td><span class="gensmall">{L_NO_NEW_POSTS}</span></td> <td> </td> <td width="20" align="center">{FORUM_LOCKED_IMG}</td> <td><span class="gensmall">{L_FORUM_LOCKED}</span></td> </tr> </table> <!-- INCLUDE overall_footer.html -->
of index_body of my template
Board URL- www.meWarez.org
http://i44.tinypic.com/do5li0.jpg
Please correct it...its out of mah nerve tried everything i can....n4pst3r Reviewed by n4pst3r on . HTML help I have installed a mod (atlast) but problem is in alignment as i m a n00b in HTML <!-- INCLUDE overall_header.html --> <!-- IF U_MCP --> <div id="pageheader"> <p class="linkmcp"></p> </div> <br clear="all" /><br /> <!-- ENDIF --> Rating: 5
-
30th Mar 2010, 09:22 AM #2MemberWebsite's:
maxedoutdesigns.com
-
30th Mar 2010, 09:25 AM #3OPMemberWebsite's:
TvLog.memaybe this is what you are askin about
Code:<!-- IF LEGEND --> <td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> <!-- ELSE --> <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td> <!-- ENDIF --> <td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}</span></td> </tr> <td class="row1 nobold"><b class="gensmall"> <!-- IF not S_IS_BOT --><br /><br /> {USERS_24HOUR_TOTAL}: <br><!-- BEGIN lastvisit -->{lastvisit.USERNAME_FULL}<!-- IF not lastvisit.S_LAST_ROW -->, <!-- ENDIF --><!-- END lastvisit --> <!-- ENDIF --> <!-- IF LEGEND --> <tr> <td class="row1 nobold"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td> </tr> <!-- ENDIF --> </table> {$CA_BLOCK_END} <!-- ENDIF -->
-
30th Mar 2010, 09:29 AM #4MemberWebsite's:
Pirateview.org Gfxs.org StarkWood.orgFind :
Code:<td class="row1 nobold"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
Code:<td colspan='2' class="row1 nobold"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td>
-
30th Mar 2010, 09:36 AM #5OPMemberWebsite's:
TvLog.methnx ....Girls will rule this world ...m a male
-
30th Mar 2010, 09:38 AM #6MemberWebsite's:
Pirateview.org Gfxs.org StarkWood.orgWhat can i do? Phpbb Team likes me...
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
html and css help
By tractor3231 in forum Web Development AreaReplies: 7Last Post: 5th Sep 2011, 08:42 AM -
PSD to HTML
By ddlshack in forum Graphics AreaReplies: 1Last Post: 26th May 2011, 11:07 AM -
PSD to PHP/HTML?
By .:Jamie:. in forum Web Development AreaReplies: 8Last Post: 1st Mar 2011, 08:17 AM -
Need HTML Help!!!
By cD-rR in forum Tutorials and GuidesReplies: 4Last Post: 17th Jan 2011, 05:57 PM -
(X)HTML, CSS slicing (6 years experience) | PSD to (X)HTML and CSS | Professional job
By Wamer in forum Completed TransactionsReplies: 8Last Post: 21st Jul 2010, 06:13 PM
themaCreator - create posts from...
Version 3.23 released. Open older version (or...