Results 1 to 4 of 4

Thread: I want to display rows inside a table.how can i do it?

  1. #1
    Join Date
    Mar 2008
    Posts
    19

    Default I want to display rows inside a table.how can i do it?

    I just changed rows.html.but i cannot see background colors...

    here the code
    HTML Code:
    <%$hook_html_rows_begin%>
    
    <%if $sponsored%>
      <%include file="sponsored_rows.html"%>
    <%elseif $premium%>
      <%include file="premium_rows.html"%>
    <%else%>
    	<div class="link_rows">
    		<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#ECECEC">
    	<tr>
    		<td bgcolor="#CCCCCC" width="12">&nbsp;</td>
    		<td bgcolor="#CCCCCC"><%$title%></td>
    	</tr>
    	<tr>
    		<td width="12">&nbsp;</td>
    		<td>&nbsp;</td>
    	</tr>
    	<tr>
    		<td width="12">&nbsp;</td>
    		<td><%$description%></td>
    	</tr>
    	<tr>
    		<td width="12">&nbsp;</td>
    		<td>&nbsp;</td>
    	</tr>
    </table>
    </div>
    
    <%/if%>
    
    <%$hook_html_rows_end%>

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    bgcolor is no longer valid in XHTML which may explain why it's not showing. You need to use css for color.

  3. #3
    Join Date
    Mar 2008
    Posts
    19

    Default

    then is isn't work tables in rows.html page?

    Quote Originally Posted by Bruceper View Post
    bgcolor is no longer valid in XHTML which may explain why it's not showing. You need to use css for color.

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    From what I understood, you can not get colors to work, but the table did work.

Similar Threads

  1. Displaying HTML inside of a <textarea>
    By FSGDAG in forum Website development, hosting and promotion
    Replies: 7
    Last Post: 02-13-2008, 08:29 AM
  2. how to display fields in rows.html
    By echo@ in forum Blocks and Modification
    Replies: 2
    Last Post: 01-31-2008, 02:28 PM
  3. Delete a category with the links inside
    By Mickey in forum Blocks and Modification
    Replies: 0
    Last Post: 02-19-2007, 02:28 PM
  4. Replies: 1
    Last Post: 02-04-2006, 08:56 PM
  5. Replies: 2
    Last Post: 02-18-2004, 11:32 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •