Jump to content

Tameem

Members
  • Posts

    47
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Amman, Jordan And Hail, Saudi arabia

Contact Methods

  • Skype
    t.milhim

Tameem's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. it's css work. all what you need to do is to style the div. for example: CSS: body{ margin:0; padding:0; background-color:#ccc; } .content{ width:400px; padding:50px; text-align:center; margin:10px auto 10px auto; background-color:#fff; border:10px solid #ddd; border-radius:10px } Html: <div class="content"> Content Content Content Content Content Content</br> Content Content Content Content Content Content</br> Content Content Content Content Content Content</br> Content Content Content Content Content Content</br> Content Content Content Content Content Content</br> Content Content Content Content Content Content</br> Content Content Content Content Content Content</br> Content Content Content Content Content Content</br> Content Content Content Content Content Content</br> Content Content Content Content Content Content</br> </div> and here is a working example:http://cssdeck.com/labs/muck3iit
  2. *SOLVED* Thanks alot magicflyer
  3. the call above is working but the table still duplicated
  4. *Edited* I Switched to (finance_summarysheet.tpl) but it showed me a duplicated table beneath the chart.
  5. Hi, Do anyone knows how to show a financial report for the last three month with chart like the example below? The problem is when every time i call this template (finance_balancesheet.tpl) at the pilot room it returns blank.
  6. *Solved* thank you ITROBB i placed it inside the template
  7. i tried to put it raw and in a loop but nothing showed up.
  8. thank you so much i appreciate it
  9. ok thats weird but my css style is gone!!
  10. tell me more please itrobb
  11. i'm so sorry but i was unable to reply since past month. check inbox serveta
  12. Hi Guys, Happy New Year. I Have A Problem With My Bids Template. When I Add A Bid I Can See It In /index.php/schedules/bids. But In Pilot Room It Don't Show Me Anything When I Add The Template Within The Page. <?php Template::Show('schedule_bids.tpl'); ?>
  13. ok thanks alot i got it simpilot
  14. ok but maybe there is a js conflict since i believe that add bid and other stuffs are made basically using jquery
×
×
  • Create New...