1
fredski
right block problems
  • 2004/4/15 9:46

  • fredski

  • Quite a regular

  • Posts: 265

  • Since: 2004/1/26


Im having problems getting my right blocks showing in the right place, they apear at the moment under the ccblocks but to the right of the clbock and crblock, which isnt the look im going for :) I need them to show to the right of all central block if present. any help would be much apreciated. it's probably something simple that im missing.
<!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="XOOPS" />
<
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}>" />
<!-- 
RMVadded module header -->
<
p align="center"><{$xoops_module_header}> 
  <
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script></head>
  <
body
<
a href="<{$xoops_url}>/"><img src="<{$xoops_imageurl}>images/logo.jpg" alt="Ideal Handling Logo" border="0" align="bottom" /></a
<
table width="100%" border="0" cellspacing="0" cellpadding="0">
  <
tr
    <
td class="pozdrav"> <div align="left">&nbsp;&nbsp;<{if $xoops_isuser}> <strong>Hello</strong
        <
a href="<{$xoops_url}>/user.php"><{$xoops_uname}></a>&nbsp;<a href="<{$xoops_url}>/user.php">Welcome 
        Back
. </a>&nbsp; <{else}> <a href="<{$xoops_url}>/register.php">Register 
        now
</a> <strong>OR</strong> <{/if}> <span class="right"> <{if $xoops_isuser}> 
        <
a href="<{$xoops_url}>/user.php?op=logout"></a> <{else}> &nbsp;&nbsp;&nbsp;<a href="<{$xoops_url}>/user.php">Login</a
        <{/if}> </
span></div></td>
    <
td width="190" class="pozdrav"><form style="margin-top: 1px; margin-bottom: 0px" action="<{$xoops_url}>/search.php" method="post">
                &
nbsp;&nbsp;<input class="button" type="text" name="query" size="10" />
                <
input type="hidden" name="action" value="results" />
                <
input name="submit" type="submit" class="gumb" value="search" />
              </
form></td>
    <
td width="190" align="right" class="vrijeme"><span id="clock"></span> <script language="JavaScript" type="text/javascript" src="<{$xoops_imageurl}>images/clock.js">
      </
script> &nbsp;</td>
  </
tr>
</
table>
<
tr>          
<
table cellspacing="0" cellpadding="0" width="100%" border="0">
        <
tr align="center"
          <
td width="230" bgcolor="#6B6B6B"></td>
          <
td id="headmenu"><class="menuHead" 
                  
href="<{$xoops_url}>">HOME</a></td>
          <
td width="1" bgcolor="#d7d7d7"></td>
          <
td id="headmenu"><class="menuHead" href="<{$xoops_url}>/modules/shop/">PRODUCTS</a></td>
          <
td width="1" bgcolor="#d7d7d7"></td>
          <
td id="headmenu"><class="menuHead" 
                  
href="<{$xoops_url}>/modules/news/">NEWS</a></td>
          <
td width="1" bgcolor="#d7d7d7"></td>
          <
td id="headmenu"><class="menuHead" 
                  
href="<{$xoops_url}>/modules/newbb/">FORUM</a></td>
          <
td width="1" bgcolor="#d7d7d7"></td>
          <
td id="headmenu"><class="menuHead" 
                  
href="<{$xoops_url}>/modules/myads/">CLASSIFIED'S</a></td>
          <td width="1" bgcolor="#d7d7d7"></td>
          <td id="headmenu"><a class="menuHead" 
                  href="<{$xoops_url}>/modules/sections/">ARTICLES</a></td>
                  <td width="1" bgcolor="#d7d7d7"></td>
          <td id="headmenu"><a class="menuHead" href="<{$xoops_url}>/modules/archcontact/">CONTACT</a></td>
        </tr>
      </table>
<table border="0" cellpadding="0" cellspacing="0" id="glavna">
  <tr> 
    <td id="leftcolumn"> 
      <!-- Start left blocks loop -->
      <{foreach item=block from=$xoops_lblocks}> <div class="<{cycle values="blockTitle"}>"><{$block.title}></div>
          <div class="blockContent"><{$block.content}></div>
          <img src="<{$xoops_imageurl}>images/160.gif" width="160" height="1" alt="" />
          <{/foreach}> 
      <!-- End left blocks loop -->
    </td>
    <td id="centercolumn"> 
      <!-- Display center blocks if any -->
      <{if $xoops_showcblock == 1}> <table cellspacing="0">
        <tr> 
          <td id="centerCcolumn" colspan="2"> 
            <!-- Start center-center blocks loop -->
                <{foreach item=block from=$xoops_ccblocks}> <table align="center" cellpadding="0" cellspacing="2">
                  <tr> 
                    <td> <div class="blockTitle"><{$block.title}></div>
                      <div class="blockContent"><{$block.content}></div></td>
                  </tr>
                </table>
                <{/foreach}> 
                <!-- End center-center blocks loop -->
          </td>
        </tr>
        <tr> 
          <td id="centerLcolumn"> 
            <!-- Start center-left blocks loop -->
                <{foreach item=block from=$xoops_clblocks}> <table class="blok" align="center" cellpadding="3" cellspacing="2">
                  <tr> 
                    <td> <div class="blockTitle"><{$block.title}></div>
                      <div class="blockContent"><{$block.content}></div></td>
                  </tr>
                </table>
                <{/foreach}> 
                <!-- End center-left blocks loop -->
          </td>
          <td id="centerRcolumn"> 
            <!-- Start center-right blocks loop -->
                <{foreach item=block from=$xoops_crblocks}> <table class="blok" align="center" cellpadding="3" cellspacing="2">
                  <tr> 
                    <td> <div class="blockTitle"><{$block.title}></div>
                      <div class="blockContent"><{$block.content}></div></td>
                  </tr>
                </table>
                <{/foreach}> 
                <!-- End center-right blocks loop -->
          </td>
        </tr>
      </table>
      <{/if}> 
      <!-- End display center blocks -->
      <div id="content"> <{$xoops_contents}> </div></td>
    <{if $xoops_showrblock == 1}> 
    <td id="rightcolumn"> 
      <!-- Start right blocks loop -->
      <{foreach item=block from=$xoops_rblocks}> <div class="<{cycle values="blockTitle,blockTitle"}>"><{$block.title}></div>
          <div class="blockContent"><{$block.content}></div>
          <img src="<{$xoops_imageurl}>images/160.gif" width="160" height="1" alt="" />
          <{/foreach}> 
      <!-- End right blocks loop -->
    </td>
    <{/if}> </tr>
</table>
<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0" class="dole">
  <tr>
    <td><div class="privatnost">
        <div align="center"><br />
            <!-- Start Custom Links  /  Edit or remove next line -->
            <a href="%3c%7b$xoops_url%7d%3e/modules/news/article.php?storyid=4">License 
            Information</a>&nbsp;|&nbsp;<a href="<{$xoops_url}>/modules/news/article.php?storyid=5">Privacy 
            Policy</a>&nbsp;|&nbsp;<a href="%3c%7b$xoops_url%7d%3e/modules/archcontact/">Contact</a><br />
          <br />
          <!-- End Custom Links -->
          <br />
            Copyright © 2004 by Ideal Handling Ltd&nbsp;|&nbsp; 
            <!-- Webmaster, dont remove this text. It denied by license! -->
            <{$xoops_footer}><br />
        </div>
      </div></td>
  </tr>
</table>

<br>
</body>
</html>

Login

Who's Online

301 user(s) are online (204 user(s) are browsing Support Forums)


Members: 0


Guests: 301


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits