| Author |
Message |
Kenshino |
|
Post subject: width problem in techhost
Posted: Oct 13, 2004 - 01:48 PM
|
|
Joined: Oct 05, 2004
Posts: 37
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject:
Posted: Oct 13, 2004 - 03:21 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| Create a custom module in Autotheme admin for messages and set it to use theme2.html |
|
|
| |
|
|
|
 |
Kenshino |
|
Post subject:
Posted: Oct 13, 2004 - 04:24 PM
|
|
Joined: Oct 05, 2004
Posts: 37
Status: Offline
|
|
Hi! I tried and it still doesn't work
My theme2.html is as follow
Code:
<html>
<head>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td><img src="{image-path}techhost_01.png" WIDTH="342" HEIGHT="149"></td>
<td><img src="{image-path}techhost_02.png" WIDTH="459" HEIGHT="149"></td>
</tr>
<tr>
<td style="border: 1px solid #868686; border-width: 1px 0 1 1; background: #f5f5f5;"> </td><!-- F*@#!ng IE can't right-align Object!!! -->
<td align="right" bgcolor="#f5f5f5" WIDTH="342" colspan="2" style="border: 1px solid #868686; background: #f5f5f5; padding-right: 12px;">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="445" height="23">
<param name="movie" value="{image-path}techhostmenu2.swf"> <param name="quality" value="high">
<embed src="{image-path}techhostmenu2.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="445" height="23"></embed>
</object></td>
</tr>
</table>
<table width="801" border="0" cellpadding="0" cellspacing="0" align="center">
<TR>
<TD id="LeftCol" valign="top">
<!-- [left-blocks] -->
</TD>
<TD id="CenterCol" width="100%" valign="top" style="border-right: 1px solid {color7};">
<!-- [modules] -->
</td>
</tr>
<tr>
<td colspan="3">
<br />
</td>
</tr>
</table>
<TABLE class="CenterBlock" width="801" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td>
<table width=100% border=0 cellpadding=0 cellspacing=0>
<tr>
<td><img src="{image-path}techhostcenter_001.png" width=10 height=9 alt=""></td>
<td><img src="{image-path}techhostcenter_008.png" width=100% height=9 alt=""></td>
<td><img src="{image-path}techhostcenter_003.png" width=10 height=9 alt=""></td>
<tr>
<td background="{image-path}techhostcenter_04.jpg" width=8></td>
<td bgcolor="#F5F5F5" align="center" valign="top">
<!-- [footer-msg] -->
<br />
</td>
<td background="{image-path}techhostcenter_06.jpg" width=10></td>
</tr>
<tr>
<td> <img src="{image-path}techhostcenter_009.png" width=10 height=9 alt=""></td>
<td background="{image-path}techhostcenter_08.jpg" width=100% height=9 alt=""></td>
<td> <img src="{image-path}techhostcenter_09.jpg" width=10 height=9 alt=""></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
</body>
</html>
|
|
|
| |
|
|
|
 |
linusk |
|
Post subject:
Posted: Oct 14, 2004 - 02:00 AM
|
|
Joined: Sep 23, 2004
Posts: 5
Status: Offline
|
|
If you look under
modules/Messages/replypmsg.php and look for this line
echo "</span></td>"
."<td bgcolor=\"$bgcolor3\"><textarea name=\"message\" rows=\"10\" cols=\"80\" wrap=\"virtual\">";
(do a search on "textarea")
Change "cols" to some smaller value and it should work.
There are several places in postnuke that have fixed width, so you need to modify them. One other I can think of is "submit news"...
Hope it helps.
Linus |
|
|
| |
|
|
|
 |
Kenshino |
|
Post subject:
Posted: Oct 14, 2004 - 02:09 AM
|
|
Joined: Oct 05, 2004
Posts: 37
Status: Offline
|
|
|
|
|
 |
linusk |
|
Post subject:
Posted: Oct 14, 2004 - 02:12 AM
|
|
Joined: Sep 23, 2004
Posts: 5
Status: Offline
|
|
"it" ? Oh man... now i become some sort of alien?  |
|
|
| |
|
|
|
 |
Kenshino |
|
Post subject:
Posted: Oct 14, 2004 - 02:17 AM
|
|
Joined: Oct 05, 2004
Posts: 37
Status: Offline
|
|
LOL!
Sorry!
Just woke up, its like 9.20am =X
Thank you! |
|
|
| |
|
|
|
 |
|
|