1
Hello There,
I'm kinda new to XOOPS and decided to move my old site into Xoops.
I'm having a few problems with my theme design and would like some help.
This is my site with XOOPS installed and a new theme loaded:
http://www.guides4u.co.il/xoops/modules/news/index.phpmy question is, how can i make the right column level with the left column? so they both be horizonly the same?
here is the theme.html source code:
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<{$xoops_langcode}>" lang="<{$xoops_langcode}>">
<head>
<meta http-equiv="content-type" content="text/html; charset=<{$xoops_charset}>" />
<meta http-equiv="content-language" content="<{$xoops_langcode}>" />
<meta name="robots" content="<{$xoops_meta_robots}>" />
<meta name="keywords" content="<{$xoops_meta_keywords}>" />
<meta name="description" content="<{$xoops_meta_description}>" />
<meta name="rating" content="<{$xoops_meta_rating}>" />
<meta name="author" content="<{$xoops_meta_author}>" />
<meta name="copyright" content="<{$xoops_meta_copyright}>" />
<meta name="generator" content="Microsoft FrontPage 5.0" />
<title><{$xoops_sitename}> - <{$xoops_pagetitle}>title>
<link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<{$xoops_module_header}>
<script type="text/javascript">
script>
head>
<body>
<table dir="rtl" align="center" table width="100%" cellpadding="0" cellspacing="0" class="head_table">
<tr id="head_table">
<td id="head_table"><a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>images/logo.jpg" width="100%" height="140" border="1" alt="Guides4u">a>td>tr>
table>
<table dir="rtl" align="center" class="body_table">
<tr>
<td><table dir="rtl" border="0" cellpadding="0" cellspacing="0">
<tr> <{if $xoops_lblocks}>
<td rowspan="2" valign="top" id="leftcolumn">
<{foreach item=block from=$xoops_lblocks}> <{include file="imago07/theme_blockleft.html"}>
<{/foreach}>
td><{/if}>
<td colspan="2" valign="top" class="body_bar"><img src="<{$xoops_imageurl}>images/nav.gif" align="absmiddle" /><a href="<{$xoops_url}>/">
<{$xoops_sitename}>a> - <{$xoops_pagetitle}>td>
<{if $xoops_showrblock == 1}> <{/if}> tr>
<tr>
<td valign="top" id="centercolumn">
<{if $xoops_showcblock == 1}> <table dir="rtl" cellspacing="0">
<tr valign="top">
<td colspan="2" id="centerCcolumn">
<{foreach item=block from=$xoops_ccblocks}> <{include file="imago07/theme_blockcenter_c.html"}>
<{/foreach}>
td>
tr>
<tr>
<td valign="top" id="centerLcolumn">
<{foreach item=block from=$xoops_clblocks}> <{include file="imago07/theme_blockcenter_l.html"}>
<{/foreach}>
td>
<td valign="top" id="centerRcolumn">
<{foreach item=block from=$xoops_crblocks}> <{include file="imago07/theme_blockcenter_r.html"}>
<{/foreach}>
td>
tr>
table>
<{/if}>
<div id="content"> <{$xoops_contents}> div>td>
<{if $xoops_showrblock == 1}><td valign="top" id="rightcolumn">
<{foreach item=block from=$xoops_rblocks}> <{include file="imago07/theme_blockright.html"}>
<{/foreach}>
td><{/if}>
tr>
table>td>
tr>table>
<br />
<br />
table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr id="footerline">
<td>td>
tr>
<tr id="footerbar">
<td><div align="center">Powered by XOOPS 2.0.7 © 2003 Guides4u Theme
Design div>td>
tr>
table>
body>
html>
Help will be very appreciated.
Itay.