Portal Themes, PHPnuke Themes and PostNuke themes Themes Home Page Profile Free Nuke theme Downloads Nuke theme Support Forums Nuke Themes Store
spacer image spacer image
Featured
Call of Duty 4 Nuke Theme

Call of Duty 4 Nuke Theme

Call of Duty 4 PHPNuke Theme, Call of Duty 4 PostNuke Theme, Call of Duty 4 Evo Theme, Call of Duty ...

$15.00
Enter Store ]
spacer image
Main Menu
spacer image
Site Status
spacer image Welcome Guest
Join us!
spacer image
spacer imagespacer imagespacer image
spacer image
Registration is free and gives full access to site
spacer image
spacer image Register
spacer image Login:
User:

spacer image
Password:

spacer image
Remember me
spacer image
spacer imageMembers:
Last: Today New:0
Last: Yesterday:0
Last: Total:7536
Last: Last:
maxfoot
Members: Online
Members: Members:0
Guests: Guests:50
Total: Total:50
spacer image Online Members
No online members
spacer image
Past News
Older articles
spacer image


Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
KenshinoOffline
Post subject: techhost problem.. again!  PostPosted: Oct 19, 2004 - 04:09 AM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
Hey if you look at my site which is at http://www.proximuz.net/~kenshino/postn ... e=techhost

I don't like how the center block which contains the summaries of story displays.

How do I get the summary text to align properly with the topic image instead of leaving space on the top?

I also want it to align to the left as it aligns with the topic image!

Here is the codings of my summary.html

Code:
<TABLE class="ArticleBlock" width="100%" border="0" cellspacing="0" cellpadding="0">
  <TR>
    <TD align="right" WIDTH="8" HEIGHT="21"><IMG SRC="{image-path}techhostsummary_01.png" WIDTH="8" HEIGHT="21"></TD>
    <TD class="storytitle" width="100%" HEIGHT="21" align="center" valign="middle" background="{image-path}techhostsummary_02.png">
      <!-- [cat-title] -->
    </TD>
    <TD WIDTH="8"><IMG SRC="{image-path}techhostsummary_03.png" WIDTH="8" HEIGHT="21"></TD>
  </TR>
  <TR>
    <TD class="article-sub" colspan="3" HEIGHT="24">
    <!-- [posted-by] --> - <!-- [posted-date-time] --></TD>
  </tr>
  <tr>
    <td class="content" colspan="3" valign"top">
    <!-- [topic-image] -->
<!-- [article-summary] -->
 
    <br /><br />
    <!-- [article-notes] -->
    </td>
  </tr>
  <tr>
    <td width="8"><img src="{image-path}techhostsummary_10.png" width="8" height="20"></td>
    <td class="reads" height="20" align="left"><!--background="{image-path}techhostsummary_11.jpg" -->
    <span class="pnleft"><!-- [article-reads] --></span>
    <span class="pnright"><!-- [article-more] --></span>
    </td>
    <td WIDTH="8" height="20"><IMG SRC="{image-path}techhostsummary_12.png" WIDTH="8" HEIGHT="20" ALT=""></TD>
  </TR>
</TABLE>
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 19, 2004 - 04:40 AM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
Code:

<TABLE WIDTH=95% BORDER=0 CELLPADDING=0 CELLSPACING=0 align="center">
  <TR>
    <TD> <IMG SRC="{image-path}techhostsummary_01.jpg" WIDTH=8 HEIGHT=21 ALT=""></TD>
    <TD background="{image-path}techhostsummary_02.jpg" WIDTH=100% HEIGHT=21 ALT="">
      <!-- [cat-title] -->
    </TD>
    <TD> <IMG SRC="{image-path}techhostsummary_03.jpg" WIDTH=8 HEIGHT=21 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="{image-path}techhostsummary_04.jpg" WIDTH=8 HEIGHT=23 ALT=""></TD>
    <TD background="{image-path}techhostsummary_05.jpg" WIDTH=468 HEIGHT=23 ALT="">
      <!-- [posted-by] -->
      -
      <!-- [posted-date-time] -->
    </TD>
    <TD> <IMG SRC="{image-path}techhostsummary_06.jpg" WIDTH=8 HEIGHT=23 ALT=""></TD>
  </TR>
  <TR>
    <TD background="{image-path}techhostsummary_07.jpg" WIDTH=8 ALT=""></TD>
    <TD align="center" valign="top">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td align="left" valign="top">
            <!-- [topic-image] -->
            <!-- [article-summary] -->
            <br>
            <br>
            <!-- [article-notes] -->
          </td>
        </tr>
      </table>
    </TD>
    <TD background="{image-path}techhostsummary_09.jpg" WIDTH=8 ALT=""></TD>
  </TR>
  <TR>
    <TD> <IMG SRC="{image-path}techhostsummary_10.jpg" WIDTH=8 HEIGHT=25 ALT=""></TD>
    <TD background="{image-path}techhostsummary_11.jpg" WIDTH=468 HEIGHT=25 ALT="">
      <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr>
          <td>
            <!-- [article-reads] -->
          </td>
          <td align="right">
            <!-- [article-more] -->
          </td>
        </tr>
      </table>
    </TD>
    <TD> <IMG SRC="{image-path}techhostsummary_12.jpg" WIDTH=8 HEIGHT=25 ALT=""></TD>
  </TR>
</TABLE>
<br>
 
 View user's profile Send private message  
Reply with quote
KenshinoOffline
Post subject:   PostPosted: Oct 19, 2004 - 04:46 AM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
Ahh, it still doesn't work =/, still not aligning properly!
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 19, 2004 - 04:53 AM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
Well that is the exact code I am using and it works fine?

http://www.portalthemes.com/index.php?theme=techhost

Might want to check your CSS file and see if the alignment is being set in there.
 
 View user's profile Send private message  
Reply with quote
KenshinoOffline
Post subject:   PostPosted: Oct 19, 2004 - 04:57 AM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
This code is the one that was working.

Code:
<TABLE class="ArticleBlock" width="100%" border="0" cellspacing="0" cellpadding="0">
  <TR>
    <TD align="right" WIDTH="8" HEIGHT="21"><IMG SRC="{image-path}techhostsummary_01.png" WIDTH="8" HEIGHT="21"></TD>
    <TD class="storytitle" width="100%" HEIGHT="21" align="center" valign="middle" background="{image-path}techhostsummary_02.png">
      <!-- [cat-title] -->
    </TD>
    <TD WIDTH="8"><IMG SRC="{image-path}techhostsummary_03.png" WIDTH="8" HEIGHT="21"></TD>
  </TR>
  <TR>
    <TD class="article-sub" colspan="3" HEIGHT="24">
    <!-- [posted-by] --> - <!-- [posted-date-time] --></TD>
  </tr>
  <tr>
    <td class="content" colspan="3" valign="top">
    <div class="TopicImageLeft"><!-- [topic-image] --></div>
    <!-- [article-summary] -->
    <br /><br />
    <!-- [article-notes] -->
    </td>
  </tr>
  <tr>
    <td width="8"><img src="{image-path}techhostsummary_10.png" width="8" height="20"></td>
    <td class="reads" height="20" align="left"><!--background="{image-path}techhostsummary_11.jpg" -->
    <span class="pnleft"><!-- [article-reads] --></span>
    <span class="pnright"><!-- [article-more] --></span>
    </td>
    <td WIDTH="8" height="20"><IMG SRC="{image-path}techhostsummary_12.png" WIDTH="8" HEIGHT="20" ALT=""></TD>
  </TR>
</TABLE>


In my styleNN.css

There is this portion of code

Code:
.TopicImageLeft {
/*   float: left; */
/*   Don't use vertical-align: top; for IE */
   margin-left: 0px;
   margin-right: 6px;
   margin-top: 4px;
   margin-bottom: 6px;
}


After I installed a new theme, the techhost theme started having this problem, is there a link?
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 19, 2004 - 05:00 AM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
Did you put that styleNN.css in the techhost folder?
If so then yes that is the problem.
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 19, 2004 - 05:01 AM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
and I am off to bed.. Sad
Work tomorrow...

If you still have problems I will look in the morning.
 
 View user's profile Send private message  
Reply with quote
KenshinoOffline
Post subject:   PostPosted: Oct 19, 2004 - 05:05 AM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
Yes, i put it inside, isn't it needed?

How do I fix it?

Night!
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 19, 2004 - 06:25 PM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
I don't see a NEED for it.
Try removing it and see if it fixes the alignment issue.
 
 View user's profile Send private message  
Reply with quote
KenshinoOffline
Post subject:   PostPosted: Oct 19, 2004 - 07:14 PM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
Nah I can't! If I remove it, the theme messes up!

What else can I do?
 
 View user's profile Send private message  
Reply with quote
KenshinoOffline
Post subject:   PostPosted: Oct 22, 2004 - 05:23 PM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
=0 Need help!
 
 View user's profile Send private message  
Reply with quote
marsOffline
Post subject:   PostPosted: Oct 22, 2004 - 06:33 PM
Site Admin


Joined: Aug 15, 2004
Posts: 4277

Status: Offline
Honestly since you had the theme redone and changed the css around so much I don't know what to tell you.

I personally would remove that from the CSS and fix it from there.
 
 View user's profile Send private message  
Reply with quote
KenshinoOffline
Post subject:   PostPosted: Oct 22, 2004 - 07:38 PM



Joined: Oct 05, 2004
Posts: 37

Status: Offline
Alright =(

Thanks anyway
 
 View user's profile Send private message  
Reply with quote
Display posts from previous:     
Jump to:  
All times are GMT - 5 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2006 The PNphpBB Group
Credits
spacer image spacer image

Welcome to www.PortalThemes.com, Your #1 Source for

Zikula Themes

,

PHP-Nuke themes

,

MD-Pro Themes

,

Nuke Evolution Themes

,

Platinum Nuke Themes

,

Xanthia Themes

,

AutoThemes and

Joomla Templates
World of Warcraft and Blizzard Entertainment are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright Blizzard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment
SiteMap SiteMap 2 SiteMap 3