Search found 8 matches
- Mon Aug 09, 2010 10:51 am
- Forum: Miscellaneous
- Topic: Webpage Insertion into Webpage
- Replies: 2
- Views: 5918
Re: Webpage Insertion into Webpage
I was wondering if this was an impossible task or maybe I have posted to the wrong forum?
- Fri Aug 06, 2010 9:40 am
- Forum: Miscellaneous
- Topic: Webpage Insertion into Webpage
- Replies: 2
- Views: 5918
Webpage Insertion into Webpage
I need to have a web page showing on another web page and tried iframes but it is not up to the task. The page shows but I have been unable to resize it. I am told iframes is not the way to do it anyway. My trial is at: http://aquafind.com/tropicals.php and as you can see the page does not fit the b...
- Fri Sep 19, 2008 7:56 pm
- Forum: PHP - Code
- Topic: Sorting PHP Content into 3 Even HTML Columns
- Replies: 10
- Views: 1106
Re: Sorting PHP Content into 3 Even HTML Columns
Sorry but no go. This is going to get rewritten completely. Thank you
- Fri Sep 19, 2008 1:04 pm
- Forum: PHP - Code
- Topic: Sorting PHP Content into 3 Even HTML Columns
- Replies: 10
- Views: 1106
Re: Sorting PHP Content into 3 Even HTML Columns
The new code did not work. It did at least leave the one column header in place but no columns. Thanks for the try. You are putting in to much time on this and am sure you have something better to do.
- Thu Sep 18, 2008 7:33 pm
- Forum: PHP - Code
- Topic: Sorting PHP Content into 3 Even HTML Columns
- Replies: 10
- Views: 1106
Re: Sorting PHP Content into 3 Even HTML Columns
I have played around with this and worked with the array chunk as you suggested but couldn't get anything to work so pleeeeaase don't waste any more of your time with this. It is obviously over my head and I will just wait. I really needed to add subcategories but that was way to complicated for my ...
- Thu Sep 18, 2008 2:11 pm
- Forum: PHP - Code
- Topic: Sorting PHP Content into 3 Even HTML Columns
- Replies: 10
- Views: 1106
Re: Sorting PHP Content into 3 Even HTML Columns
The address is: http://www.aquafind.com/supplier/supplier_search.php The code I tried to change was: <table border="0" class="dataDisplay"> <tr bgcolor="#FF9933"> <td><b>Categories</b></td> </tr> <?= $RowWriter; ?> </table>
- Wed Sep 17, 2008 4:25 pm
- Forum: PHP - Code
- Topic: Sorting PHP Content into 3 Even HTML Columns
- Replies: 10
- Views: 1106
Re: Sorting PHP Content into 3 Even HTML Columns
Thanks but that is way to much code for me to deal with. Last time I worked on changing the code the whole db went down. I hope that someone will come along with a simple solution and if not, I wait.
Cheers
Cheers
- Wed Sep 17, 2008 8:57 am
- Forum: PHP - Code
- Topic: Sorting PHP Content into 3 Even HTML Columns
- Replies: 10
- Views: 1106
Sorting PHP Content into 3 Even HTML Columns
My Mysql/php db man is tied up with studying for his masters so I am on my own with little more than html knowledge. I need help with making 3 even columns from the data drawn out of my db. I believe this is a simple matter but I do not know where to put the number for columns. Here is the code I am...