|
|
|
|
![]() ![]() |
Nov 10 2007, 04:56 AM
Post
#11
|
|
|
Teh Coder Group: Members Posts: 1,053 Joined: 18-April 06 From: Australia Member No.: 12,833 |
Yeah I did try things like that, to see if some of the core CSS code or out element div tags and things had somehow had an adverse effect, but that doesn't seem to be the case.
Unless their is something CSS specific that can cause this kind of issue. That's why I posted hoping someone might have come across this type of issue before and may have already had some answers. |
|
|
|
Nov 10 2007, 08:50 AM
Post
#12
|
|
|
the Q Group: [HOSTED] Posts: 1,053 Joined: 13-July 05 From: Lithuania, Vilnius Member No.: 7,059 |
to repeat myself again, I really don't think you'll get the correct answer asking us to guess what can be wrong, show as the html code and we will look into it, add some comments to it what is wrong with it and what you're trying to do and what result you want, that will be easy.
|
|
|
|
Nov 10 2007, 09:16 AM
Post
#13
|
|
|
Teh Coder Group: Members Posts: 1,053 Joined: 18-April 06 From: Australia Member No.: 12,833 |
It would require too many files, they aren't simple HTML files, but much of PHP/mySQL, Javascript, CSS and XHTML.
It would take too long for one person that go through it all and find the issue. Hence why I was hoping someone has just had a similar issue and may identify it, or a possibility. It was actually a problem even when it was simpler code, but I didn't have time to leave it, and I found a way around. So if no one knows of the issue being possible, I will just leave it as is, but everything else works except for a table. So if no one has come across this, then there probably won't be an answer until someone else is stuck in the same position and find its, but isn't necessary for me. Just thought I would ask. |
|
|
|
Nov 11 2007, 06:50 AM
Post
#14
|
|
|
Veteran Nut Group: Members Posts: 527 Joined: 4-October 05 From: UK Member No.: 8,895 |
|
|
|
|
Nov 11 2007, 09:17 PM
Post
#15
|
|
|
the Q Group: [HOSTED] Posts: 1,053 Joined: 13-July 05 From: Lithuania, Vilnius Member No.: 7,059 |
It would require too many files, they aren't simple HTML files, but much of PHP/mySQL, Javascript, CSS and XHTML. For my understanding, hmm, the only thing needed is the html output with some things removed to make it smaller and an explanation of the result you want to get in that html output, all the further coding how to achieve that in your php or whatever source code is another issue, but maybe it is just me and I don't get. |
|
|
|
Nov 12 2007, 12:24 AM
Post
#16
|
|
|
Premium Member Group: [HOSTED] Posts: 377 Joined: 17-June 06 From: Adblock life Member No.: 13,992 |
QUOTE instead of <table>, try: <table cellpadding="0" cellspacing="0"> or <table style="border-width: 0px; padding: 0px; margin: 0px;"> Well, if you're going to do the latter, you might as well put that in css. IE: <table class="info"> Then in your css file: .info { padding: 0px; margin: 0px; } Or, in a more generic manner, you can just specify what you want for tables: table { //layout info } And you can specify how you want to layout the table with the info class. Maybe it'd be better if you (Chesso) posted the code for the whole page so that people can get a better of idea of why the table is causing the page to break? I mean, it's true that you can emulate tables with divs, but I think it's better to use tables all the same. Also, maybe linking to the site would be better so that people can sort through things without looking at your php code. This post has been edited by Arbitrary: Nov 12 2007, 12:27 AM |
|
|
|
Nov 12 2007, 07:39 AM
Post
#17
|
|
|
Advanced Member Group: Members Posts: 170 Joined: 30-July 07 Member No.: 23,704 |
Oh I see what you mean, I should have tried that. I just haven't had that issue before, it might be something specific to how the code/tags are layed out and branched. Just wondering does the examples I've gave you work for the div/css against table? Just curious as it did for me even though it might not be the best solution. Cheers |
|
|
|
Nov 12 2007, 10:01 AM
Post
#18
|
|
|
Oh come on Mrs. B! Group: Members Posts: 648 Joined: 6-June 07 From: Tasmania, Australia Member No.: 22,422 |
when i have troubles with tables the very first thing i do is make sure i have the cellpadding and cellspacing and both on 0. that always fixes any table problems i have, lol. oh and other problems i have i have to use colspan and valign.
for your problem though im not sure. |
|
|
|
Nov 12 2007, 11:24 AM
Post
#19
|
|
|
Teh Coder Group: Members Posts: 1,053 Joined: 18-April 06 From: Australia Member No.: 12,833 |
Well seen as it brakes the site up pretty badly, I guess some sort of alignment could be an issue.
I did test out a few different possibilities, but with being capped on speed and especially this ISP (it's mostly great otherwise) it's not very stable when capped, so it is hard just to load up this page lol (let alone a CSS reference). |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 12th October 2008 - 11:41 AM |