• VisualforceDev
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

Hi there.

 

I have a datatable where I have 8 columns.

I want 5 columns on one row and the remaining 3 on the next row.

Is this possible?

I would like something like:

 

 

<table width="100%"> <tr> <td>Column 1</td> <td>Column 2</td> <td>Column 3</td> <td>Column 4</td> <td>Column 5</td> </tr> <tr> <td colspan="1">Column 6</td> <td colspan="2">Column 7</td> <td colspan="2">Column 8</td> </tr></table>

 

 Can this be done?

It's an absolute must for me to get my table to fit in 800 X 600 screen size.

Thanks, 

 

Hi there. If I have a blob property in my controller that is bound to an <apex inputFile....

and I want to create an attachment from it, how can I determine the ContentType for the attachment?
Thanks 

Hi there.

 

I have a datatable where I have 8 columns.

I want 5 columns on one row and the remaining 3 on the next row.

Is this possible?

I would like something like:

 

 

<table width="100%"> <tr> <td>Column 1</td> <td>Column 2</td> <td>Column 3</td> <td>Column 4</td> <td>Column 5</td> </tr> <tr> <td colspan="1">Column 6</td> <td colspan="2">Column 7</td> <td colspan="2">Column 8</td> </tr></table>

 

 Can this be done?

It's an absolute must for me to get my table to fit in 800 X 600 screen size.

Thanks,