This is a discussion on "Tables Alignment problem" within the Web Page Design section. This forum, and the thread "Tables Alignment problem are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Tables Alignment problem
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Tables Alignment problem
Hi i am wondering what is up with the alignment of the "poll" table cell cause i think what ever i would put in it, it would stretch the tables so all the page doesnt look in place, So PLEASE don't reply if you are going to ask me to change my coding styles to divs, cause thats not helpnig me at all.
P.S if you dont understand what i am saying then look at my page www.3d-modelling-art-online.com if you look on left you have the poll if for example i put a sentence in there it would do the same thing so need to know how i can stop thsi from happening cause it makes the "lines" not line up exactly transparent Also before i forget if for example i did a word called "improvements" thats what knocks it out of place but if i keep words small its ok so is there a solution to this thanks Thanks Aaron Last edited by Aaron1988; Mar 25th, 2007 at 23:43. Reason: added more content |
|
|
|
#2
|
|||
|
|||
|
Re: Tables Alignment problem
I must be blind, I can't see the "poll" table. Did you use % or pixels. If you set pixels, it shouldn't expand.
|
|
#3
|
|||
|
|||
|
Re: Tables Alignment problem
hi linda tell me when you are going to view it ok then i will reupload that one
|
|
#4
|
|||
|
|||
|
Re: Tables Alignment problem
Aaron, I'm online now... and will be for a couple of hours!
|
|
#5
|
|||
|
|||
|
Re: Tables Alignment problem
ok i will reupload it now and tell me if you can see the problem thanks
|
|
#6
|
|||
|
|||
|
Re: Tables Alignment problem
hey linda its reuploaded
http://www.3d-modelling-art-online.com/ if you look its not all aligned up |
|
#7
|
|||
|
|||
|
Re: Tables Alignment problem
The contents of that table are not LEFT aligned
Here's the code
That should do it! |
|
#8
|
|||
|
|||
|
Re: Tables Alignment problem
ok i will try but i used modules to do the poll cause i am using "joomla cms"
thanks aaron |
|
#9
|
|||
|
|||
|
Re: Tables Alignment problem
Hey Aaron, can you get into the html at all? that's what you'll need to find..
|
|
#10
|
|||
|
|||
|
Re: Tables Alignment problem
yes i can get in the html if you see i have left aligned the module but it still 1 pixel out? if i took the "s" out of improvements it would probably be fine but i dont want it to be like that lol
|
|
#11
|
|||
|
|||
|
Re: Tables Alignment problem
well i shorten it still no success
There you go see i took improvemnts out and now it is fine Last edited by Aaron1988; Mar 26th, 2007 at 16:24. |
|
#12
|
|||
|
|||
|
Re: Tables Alignment problem
Yes send me the code!
|
|
#13
|
|||
|
|||
|
Re: Tables Alignment problem
heres the code in attachment
|
|
#14
|
|||
|
|||
|
Re: Tables Alignment problem
Aaron it's a matter of widening the base table cell. You have a table cell with several nested tables within. I widened that cell that was the problem to 147 pixels.
Look for your code
|
|
#15
|
|||
|
|||
|
Re: Tables Alignment problem
Linda your a genius thankyou very much it worked
Thanks Alot that means so much to me cause all i got to look for in the code is where the poll questions are Thanks Aaron |
|
#16
|
|||
|
|||
|
Re: Tables Alignment problem
ow one more thing how can i do it so when i click contact us doesnt deform the table as well just same as the poll was doing please? do i just need change table width?
|
|
#17
|
|||
|
|||
|
Re: Tables Alignment problem
Yes that's all I changed... the poll table and the nested ones inside it.
You are welcome!! |
|
#18
|
|||
|
|||
|
Re: Tables Alignment problem
so if i want to change for example a width of my main body content i just change the width nested tables cause if you click contact us on my site Linda you will see that nothing is aligning
Last edited by Aaron1988; Mar 26th, 2007 at 17:07. Reason: added more content |
|
#19
|
|||
|
|||
|
Re: Tables Alignment problem
Select this table
Like this:
|