The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

HTML Table Trouble

4 posters

Go down

HTML Table Trouble Empty HTML Table Trouble

Post by rblatch February 1st 2010, 9:45 pm

As you can see the first two HTML units are fine. But the last one look's totally different, can anyone help me?

HTML Table Trouble Untitl11


Last edited by rblatch on February 1st 2010, 10:28 pm; edited 2 times in total
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML & CSS (Learning)
Location : Graphics Central

Back to top Go down

HTML Table Trouble Empty Re: HTML Table Trouble

Post by Nessa February 1st 2010, 9:52 pm

Hi, your title not being specific and therefore not facilitating research via the search option, I'm not answering (nor is any other member ) until you change your title to a more specific one, related to your problem
Nessa
Nessa
Energetic

Female Posts : 6203
Reputation : 128
Language : English

Back to top Go down

HTML Table Trouble Empty Re: HTML Table Trouble

Post by rblatch February 1st 2010, 10:07 pm

Changed It thumright
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML & CSS (Learning)
Location : Graphics Central

Back to top Go down

HTML Table Trouble Empty Re: HTML Table Trouble

Post by Bleachzor February 1st 2010, 10:21 pm

Please explain to me what this "HTML" is you are referring to?

I am pretty sure more people are interrested in your story.
Bleachzor
Bleachzor
Forumember

Posts : 211
Reputation : -10
Language : Dutch

Back to top Go down

HTML Table Trouble Empty Re: HTML Table Trouble

Post by rblatch February 1st 2010, 10:44 pm

See the screen shot.
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML & CSS (Learning)
Location : Graphics Central

Back to top Go down

HTML Table Trouble Empty Re: HTML Table Trouble

Post by Bleachzor February 1st 2010, 11:06 pm

I believe you followed a tutorial for this result and to be honest,
I havent tried this myself yet.

You should confirm for yourself that you've done everything right and then try to show or explain what you did, in order for people to make it easier to help you out.

~regards
Bleachzor
Bleachzor
Forumember

Posts : 211
Reputation : -10
Language : Dutch

Back to top Go down

HTML Table Trouble Empty Re: HTML Table Trouble

Post by rblatch February 1st 2010, 11:12 pm

Believe me, I've done it that many time's I know the code of the top of my head Laughing
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML & CSS (Learning)
Location : Graphics Central

Back to top Go down

HTML Table Trouble Empty Re: HTML Table Trouble

Post by Rok February 1st 2010, 11:16 pm

You have the <td> width for the last table a little shorter than the first 2 tables. What you need to do is set the overall table to 100%, and then set each of the <td> widths to 50%.
For example:
Code:
<table border="0" cellpadding="3" cellspacing="5" width="100%">
<tr><td width ="50%">blah</td> <td width="50%">blah</td></tr>
<tr><td width ="50%">blah</td> <td width="50%">blah</td></tr>
</table>
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

HTML Table Trouble Empty Re: HTML Table Trouble

Post by rblatch February 2nd 2010, 3:10 pm

You've lost me Confused

I haven't got a clue, I know that code and how to install it, thats about it.

But Why has it done that when the others are fine, Jalo done one for me and I done the other one??
rblatch
rblatch
Active Poster

Male Posts : 1042
Reputation : 2
Language : HTML &amp;amp; CSS (Learning)
Location : Graphics Central

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum