This topic is locked

Need help removing Sectin

7/31/2008 5:56:30 AM
PHPRunner General questions
G
GhOsT author

Hey i used the Wizard and made a website tht display's a timetable , however there are only 6 rows in the table.
therefore i dnt need the top table ,


but when i manualy Backspace it in Visual editor it gives me a error 502 "smarty error" so how do i remove this but still make a working website??
PLZ HELP AND THANK YOU IN ADVANCE
p.s sorry about my english.
yours

GhOsT

J
Jane 7/31/2008

Hi,
try to turn on HTML mode on the Visual Editor tab and remove unnecessary code manually.

G
GhOsT author 7/31/2008

Hi,

try to turn on HTML mode on the Visual Editor tab and remove unnecessary code manually.


hey , thankyou for the reply, i did edit it in html mode and removed the folowing

[codebox]<TABLE

style="BORDER-RIGHT: #c0c0c0 1px solid; BORDER-TOP: #c0c0c0 1px solid; BORDER-LEFT: #c0c0c0 1px solid; BORDER-BOTTOM: #c0c0c0 1px solid"

cellSpacing=1 cellPadding=4 width="95%" align=center border=0>

<TBODY>

<TR><!-- how many records found-->

<TD class=shade align=middle>Details found: {$records_found}<BR>Page {$page}&nbsp;of {$maxpages}</TD><!--Records per page-->

<TD class=shade align=middle>Records Per Page:<BR><select

onChange="java script: document.location='tt_list.php?pagesize='+this.options[this.selectedIndex].value;">

<option value="10" {$rpp10_selected}>10</option>

<option value="20" {$rpp20_selected}>20</option>

<option value="30" {$rpp30_selected}>30</option>

<option value="50" {$rpp50_selected}>50</option>

<option value="100" {$rpp100_selected}>100</option>

<option value="500" {$rpp500_selected}>500</option>

</select>

</TD></TR></TBODY></TABLE>{if $display_grid}<SPAN

name="record_controls"></SPAN>[/codebox]
How ever it still gives the same error <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=31631&image=1&table=forumreplies' class='bbc_emoticon' alt=':(' />
plz um1 help me

J
Jane 8/1/2008

Hi,
you need to remove only Bold snippet:

<TABLE

style="BORDER-RIGHT: #c0c0c0 1px solid; BORDER-TOP: #c0c0c0 1px solid; BORDER-LEFT: #c0c0c0 1px solid; BORDER-BOTTOM: #c0c0c0 1px solid"

cellSpacing=1 cellPadding=4 width="95%" align=center border=0>

<TBODY>

<TR><!-- how many records found-->

<TD class=shade align=middle>Details found: {$records_found}<BR>Page {$page}&nbsp;of {$maxpages}</TD><!--Records per page-->

<TD class=shade align=middle>Records Per Page:<BR><select

onChange="java script: document.location='tt_list.php?pagesize='+this.options[this.selectedIndex].value;">

<option value="10" {$rpp10_selected}>10</option>

<option value="20" {$rpp20_selected}>20</option>

<option value="30" {$rpp30_selected}>30</option>

<option value="50" {$rpp50_selected}>50</option>

<option value="100" {$rpp100_selected}>100</option>

<option value="500" {$rpp500_selected}>500</option>

</select>

</TD></TR></TBODY></TABLE>{if $display_grid}<SPAN

name="record_controls"></SPAN>