Whats missing from this code? (HTML)
Skiilz Offline
Member
***
Posts: 198
Joined: Nov 2010
Post: #1
Whats missing from this code? (HTML)

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['forumoptions']}.gif" id="forumoptions_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>Forum Options</strong></div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['forumoptions_e']}" id="forumoptions_e">
<tr><td class="tcat"><strong>Thread Legend</strong></td><td class="tcat"><strong>Tools</strong></td></tr>
<tr>
<td class="trow1">
	<div class="float_left">
		<dl class="thread_legend smalltext">
			<dd><img src="{$theme['imgdir']}/newfolder.gif" alt="{$lang->new_thread}" title="{$lang->new_thread}" /> {$lang->new_thread}</dd>
			<dd><img src="{$theme['imgdir']}/newhotfolder.gif" alt="{$lang->new_hot_thread}" title="{$lang->new_hot_thread}" /> {$lang->new_hot_thread}</dd>
			<dd><img src="{$theme['imgdir']}/hotfolder.gif" alt="{$lang->hot_thread}" title="{$lang->hot_thread}" /> {$lang->hot_thread}</dd>
		</dl>
	</div>

	<div class="float_left">
		<dl class="thread_legend smalltext">
			<dd><img src="{$theme['imgdir']}/folder.gif" alt="{$lang->no_new_thread}" title="{$lang->no_new_thread}" /> {$lang->no_new_thread}</dd>
			<dd><img src="{$theme['imgdir']}/dot_folder.gif" alt="{$lang->posts_by_you}" title="{$lang->posts_by_you}" /> {$lang->posts_by_you}</dd>
			<dd><img src="{$theme['imgdir']}/lockfolder.gif" alt="{$lang->locked_thread}" title="{$lang->locked_thread}" /> {$lang->locked_thread}</dd>
		</dl>
	</div>
	<br style="clear: both" />
</td>
<td class="trow2" align="right">
{$searchforum}
{$forumjump}
<br />
{$inlinemod}
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="6" class="tborder" style="clear: both;">
<tr>
<td class="tcat" width="100%">
{$moderatedby}
</td>
</tr>
<tr>
<td class="tcat" width="100%">
{$usersbrowsing}
</td>
</tr>
</table>
<br style="clear: both" />
{$inline_edit_js}
</tbody>
</table>


[Image: semttulotbl.png]


[Image: 468x602b.png]
(This post was last modified: 11-17-2010 09:18 AM by Skiilz.)
11-17-2010 05:33 AM
Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #2
RE: Whats missing from this code? (HTML)
If you want to fix that table header only, try to add colspan="2" in the table header (line #4).

11-17-2010 06:24 AM
Find all posts by this user Quote this message in a reply
Skiilz Offline
Member
***
Posts: 198
Joined: Nov 2010
Post: #3
RE: Whats missing from this code? (HTML)
I changed like 4 to:
<td class="thead" colspan="7">

End it worked Smile
Thank you.

[Image: 468x602b.png]
11-17-2010 06:42 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #4
RE: Whats missing from this code? (HTML)
Next time, please describe your issue and possibly attach a screenshot, as opposed to just dumping code.

My Blog
11-17-2010 08:45 AM
Find all posts by this user Quote this message in a reply
Skiilz Offline
Member
***
Posts: 198
Joined: Nov 2010
Post: #5
RE: Whats missing from this code? (HTML)
There was one screenshot there but it was hosted using imageshack and I don't know why it didn't show up so I removed it.. Now I re-added the image.

[Image: 468x602b.png]
11-17-2010 09:17 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #6
RE: Whats missing from this code? (HTML)
Fair enough, thanks.

My Blog
11-17-2010 09:30 AM
Find all posts by this user Quote this message in a reply
Skiilz Offline
Member
***
Posts: 198
Joined: Nov 2010
Post: #7
RE: Whats missing from this code? (HTML)
No problem... I just noticed that the image wasn't there anymore.. had to edit the other thread I made in MyBB.com support Smile

[Image: 468x602b.png]
11-17-2010 09:35 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: