Results 1 to 7 of 7
-
14th Nov 2009, 01:45 AM #1OPMemberWebsite's:
zomgbbqpizza.com evilddl.com scenemarket.orgHTML Table Help
Hi, i am useless with html especially when it comes to tables.
Can anyone tell me what to change in this code so the boxes appear side by side?
Code:<table class="tablebg" width="50%" cellspacing="0" id="post-3"> <caption><div class="cap-left"><div class="cap-right">Latest Searches</div></div></caption> <table width="50%" border="0"> <tr><td class="row1"><?=$core->templateVar("recentSearches")?></li></td></tr> </table> <br clear="all" /> <table class="tablebg" width="50%" cellspacing="0" id="post-3"> <caption><div class="cap-left"><div class="cap-right">Top Searches</div></div></caption> <table width="50%" border="0"> <tr><td class="row1"><?=$core->templateVar("TopSearches")?></li></td></tr> </table> <br clear="all" />
ThanksDEViANCE Reviewed by DEViANCE on . HTML Table Help Hi, i am useless with html especially when it comes to tables. Can anyone tell me what to change in this code so the boxes appear side by side? <table class="tablebg" width="50%" cellspacing="0" id="post-3"> <caption><div class="cap-left"><div class="cap-right">Latest Searches</div></div></caption> <table width="50%" border="0"> <tr><td class="row1"><?=$core->templateVar("recentSearches")?></li></td></tr> </table> <br Rating: 5
-
14th Nov 2009, 01:48 AM #2MemberWebsite's:
rootw.netAd a tr on the first table then put td's around both of them.
<table>
<tr>
<td>stuff here1</td>
<td>stuffhere2</td>
you may need to do
<td>
<table>
</table>
</td>
If that doesnt make sense then say so and ill do it lol
-
14th Nov 2009, 01:50 AM #3Member
try removing <br clear="all" /> in the middle of the code
Signature too big, removed by staff.
-
14th Nov 2009, 01:52 AM #4MemberWebsite's:
warezxtc.comCode:<table width="100%" cellspacing="0" cellpadding="0"> <tr> <td> <table class="tablebg" width="100%" cellspacing="0" id="post-3"> <caption> <div class="cap-left"> <div class="cap-right"> Latest Searches </div> </div> </caption> <table width="100%" border="0"> <tr> <td class="row1"> <?=$core->templateVar("recentSearches")?></li> </td> </tr> </table> </td> <td> <table class="tablebg" width="100%" cellspacing="0" id="post-3"> <caption> <div class="cap-left"> <div class="cap-right"> Top Searches </div> </div> </caption> <table width="100%" border="0"> <tr> <td class="row1"> <?=$core->templateVar("TopSearches")?></li> </td> </tr> </table> </td> </tr> </table>
-
14th Nov 2009, 01:53 AM #5OPMemberWebsite's:
zomgbbqpizza.com evilddl.com scenemarket.orgLol i am a lil drunk and would be very gratful if you can just edit and post the code.
As for the BR thing, yeah one will need to go, the other is stopping it hitting the footer. I am truely crap at html.
EDIT: dam you really are as fast as a jet @cyber Thanks yet again!!!!
-
14th Nov 2009, 01:55 AM #6MemberWebsite's:
warezxtc.com
-
14th Nov 2009, 01:58 AM #7OPMemberWebsite's:
zomgbbqpizza.com evilddl.com scenemarket.orgThank you
Should be:
Code:<table width="100%" cellspacing="0" cellpadding="0"> <tr> <td> <table class="tablebg" width="100%" cellspacing="0" id="post-3"> <caption> <div class="cap-left"> <div class="cap-right"> Latest Searches </div> </div> </caption> <table width="50%" border="0"> <tr> <td class="row1"> <?=$core->templateVar("recentSearches")?></li> </td> </tr> </table> </td> <td> <table class="tablebg" width="100%" cellspacing="0" id="post-3"> <caption> <div class="cap-left"> <div class="cap-right"> Top Searches </div> </div> </caption> <table width="50%" border="0"> <tr> <td class="row1"> <?=$core->templateVar("TopSearches")?></li> </td> </tr> </table> </td> </tr> </table>
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[For Hire] PSD to Table-less, Shorthand CSS/HTML (slice job)
By AlternativeWeb in forum Completed TransactionsReplies: 0Last Post: 13th Jan 2012, 03:29 PM -
centering a Table
By AJ Blacklisted in forum Web Application/Script SupportReplies: 4Last Post: 31st May 2011, 07:40 AM -
HTML table and CSS Help
By kiddo in forum Webmaster DiscussionReplies: 5Last Post: 3rd Dec 2010, 06:42 PM -
Table contenttype
By GoPantheoN in forum vBulletinReplies: 0Last Post: 22nd Sep 2010, 12:44 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
themaManager - edit and manage...
Version 4.04 released. Open older version (or...