First off, I'm not programmer but I've started a website and have been slowly learning more over time. The easiest way I can explain what I want is with an image: The above is what I want for an end product. I want to put a date in for "Monitored" and "Days Running" and have them update every day. I want the red bar to move along the length, and the percent shown to be based on the following formula: (Withdrawn/Investment)*100 I want to manually put in everything else, and I want everything to look good with spacing and everything like in the image I made. And I'm completely lost. Here is what I'm currently displaying on my page: http://hyipblogger.com/monitoring/ I know this can't be that difficult, but I'm having trouble figuring it out and honestly don't know enough to really even begin. If someone is willing to help me out, or I'd be willing to pay someone for the code needed to put into my site to make it look like the above image. Thanks in advance and if you have any questions just let me know.
well a little help would be for you to start reading about css. see: w3schools.com/css/default.asp if aligment is a problem. The progressbar can also be done in css. Good luck!