Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic "Author" column to wide (Read 1384 times)
SchOX
Junior Member
**
Offline



Posts: 98
Location: Valnesfjord
Joined: Jan 8th, 2001
Gender: Male
"Author" column to wide
Aug 12th, 2002 at 10:00pm
Print Post  
See attached screenshot (edited) to explain my problem.

Anyone know how to get the author column in the message display get narower?
  

table_with.gif ( 4 KB | Downloads )
table_with.gif
Back to top
WWWAIM  
IP Logged
 
Peter Barbosa
Senior Member
****
Offline



Posts: 277
Location: Barrie
Joined: Mar 31st, 2002
Gender: Male
Re: "Author" column to wide
Reply #1 - Aug 13th, 2002 at 2:29am
Print Post  
Display.pl
  

pc: [ cpu: athlon xp 2400 | ram: 512ddr pc2700 | radeon 9600xt | 2 x 40gig hdd ]

server: [ cpu: p4 2.6 | ram: 1 gig pc3200 | 2 x 80 gig hdd ]

Web site: www.plasmatic-exploit.com - Online
Back to top
WWW  
IP Logged
 
SchOX
Junior Member
**
Offline



Posts: 98
Location: Valnesfjord
Joined: Jan 8th, 2001
Gender: Male
Re: "Author" column to wide
Reply #2 - Aug 13th, 2002 at 9:22am
Print Post  
Thanks!, I'm afraid to edit the files manually because I'm not good at HTML or Perl. Sad

I have changed this sections:

(canging "width="20%" " to "width="140" ")

Code
Select All
<td bgcolor="$windowbg" class="$css">
	  <table width='100%' cellpadding='4' cellspacing='0' class="$css" bgcolor="$windowbg">
	    <tr>
		<td class="$css" bgcolor="$windowbg" valign="top" width="140" rowspan="2"><font size="1">
		$usernamelink<BR>
		$memberinfo<BR>~;
	if($musername ne "Guest") {
		$yymain .= qq~
 



and this (removing width="80%" )
Code
Select All
	$yymain .= qq~
		$userprofile[11]
		$postinfo
		</font></td>
		<td class="$css" bgcolor="$windowbg" valign="top" height="100%">
		<table width='100%' border='0'>
		  <tr>
 



Will this have any unexpected side effects, other than fixing the width of the author column, and making the message column use the rest of the availiable space in the table?
  
Back to top
WWWAIM  
IP Logged
 
Peter Barbosa
Senior Member
****
Offline



Posts: 277
Location: Barrie
Joined: Mar 31st, 2002
Gender: Male
Re: "Author" column to wide
Reply #3 - Aug 13th, 2002 at 1:04pm
Print Post  
i dont think so, it looks like all is good to go Smiley
  

pc: [ cpu: athlon xp 2400 | ram: 512ddr pc2700 | radeon 9600xt | 2 x 40gig hdd ]

server: [ cpu: p4 2.6 | ram: 1 gig pc3200 | 2 x 80 gig hdd ]

Web site: www.plasmatic-exploit.com - Online
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint