Hi guys. I am trying to get a table to float to the left, so that the words/content can flow freely down the page Trying to use tables as little as posible. This is what I want it to look like: (without the tables of cours) www.entrepreneurprofit.co.nz And this is the best I can do please please please help !!!! My sanity relies upon it.
Simply float the table to the left (either do it inline or add an id to the table) Added some right & bottom margin in - I'll make the assumption you don't want the text flush against the box
Sorry, Can you please expand on that a bit more? where do I put the codes? I am not overly familiar with CSS
The problem is that the table still appears above the text, where I want the text to flow around the table.
This is the best I can do http://www.entrepreneurprofit.co.nz/my-website.html But obviously this isn't what I want. I would like to leave the table where it is, just move the text up to fill in the blank space. Surely this is possible. And surely someone can teach me how, I'm not too thick. I don't think.
Do what Intayke said, but change this line: <table border="2" width="150" bordercolor="red"> to this: <table border="2" width="150" bordercolor="red" id="table-id"> that should do the trick!
Thank you so much guys for you patience and help. finally got it www.entrepreneurprofit.co.nz/my-website.html
oops, my bad, i should have pointed that out in the beginning. i forgot the table didn't have an id yet.