| Author |
Message |
Kenshino |
|
Post subject: techhost problem.. again!
Posted: 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>
|
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: 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>
|
|
|
| |
|
|
|
 |
Kenshino |
|
Post subject:
Posted: Oct 19, 2004 - 04:46 AM
|
|
Joined: Oct 05, 2004
Posts: 37
Status: Offline
|
|
| Ahh, it still doesn't work =/, still not aligning properly! |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Oct 19, 2004 - 04:53 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
|
|
|
 |
Kenshino |
|
Post subject:
Posted: 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? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: 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. |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Oct 19, 2004 - 05:01 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
and I am off to bed..
Work tomorrow...
If you still have problems I will look in the morning. |
|
|
| |
|
|
|
 |
Kenshino |
|
Post subject:
Posted: 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! |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: 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. |
|
|
| |
|
|
|
 |
Kenshino |
|
Post subject:
Posted: 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? |
|
|
| |
|
|
|
 |
Kenshino |
|
Post subject:
Posted: Oct 22, 2004 - 05:23 PM
|
|
Joined: Oct 05, 2004
Posts: 37
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject:
Posted: 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. |
|
|
| |
|
|
|
 |
Kenshino |
|
Post subject:
Posted: Oct 22, 2004 - 07:38 PM
|
|
Joined: Oct 05, 2004
Posts: 37
Status: Offline
|
|
|
|
|
 |
|
|