Halp! Trying to add side column
RocketFoot Offline
Senior Member
****
Posts: 338
Joined: Jul 2010
Post: #1
Halp! Trying to add side column
I am trying to add a side column to my index page in order to show latest status and Lee's attachment gallery...problem is,  I need the forums and the right column to be fluid.  This code makes the right column shrink on smaller res screens and then break margins but the forum column does not shrink!  Here is my code...I'm trying, but I suck at formatting!

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
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$gn}

<table width="100%" border="0" align="center">
<tr>
<td valign="top" width="70%">
{$forums}
</td>
<td valign="top" width="225px">
{$custom_status_index}

{$fishhattachment_gallery}
</td>
</tr>
</table>


{$boardstats}
<dl class="forum_legend smalltext">
	<dt><img src="{$theme['imgdir']}/on.png" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->new_posts}</dd>
	<dt><img src="{$theme['imgdir']}/off.png" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
	<dd>{$lang->no_new_posts}</dd>
	<dt><img src="{$theme['imgdir']}/offlock.png" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
	<dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$fishhattachment_gallery}{$footer}
</body>
</html>


[Image: gallery_2_628_39582.jpg]
(This post was last modified: 01-27-2011 06:16 AM by RocketFoot.)
01-27-2011 05:43 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Halp! Trying to add side column - RocketFoot - 01-27-2011 05:43 AM

 Standard Tools
Forum Jump: