Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
how do i cut a table in 2?
Old 03-17-2006, 08:36 AM how do i cut a table in 2?
oren99's Avatar
Skilled Talker

Posts: 74
Trades: 0
for example in my directosy page, i want to make a two rows for the links

thanks
__________________
Oren

Please login or register to view this content. Registration is FREE
oren99 is offline
Reply With Quote
View Public Profile Visit oren99's homepage!
 
 
Register now for full access!
Old 03-17-2006, 09:02 AM Re: how do i cut a table in 2?
Super Talker

Posts: 102
Trades: 0
Hmm from what I can tell just by adding a row ? Build the table like you want to ?

<code>
<table width="xx" border="xx" cellspacing="xx" cellpadding="xx">
<tr>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</code>

Or I could've misunderstood your problem ...
ghettobert is offline
Reply With Quote
View Public Profile
 
Old 03-17-2006, 09:33 AM Re: how do i cut a table in 2?
oren99's Avatar
Skilled Talker

Posts: 74
Trades: 0
i have the website already with one row in the middle
i want to make it two rows, just for one page, so i cant tuch the css
__________________
Oren

Please login or register to view this content. Registration is FREE
oren99 is offline
Reply With Quote
View Public Profile Visit oren99's homepage!
 
Old 03-19-2006, 07:08 AM Re: how do i cut a table in 2?
oren99's Avatar
Skilled Talker

Posts: 74
Trades: 0
anyone knows? or I'm not clear...
__________________
Oren

Please login or register to view this content. Registration is FREE
oren99 is offline
Reply With Quote
View Public Profile Visit oren99's homepage!
 
Old 03-19-2006, 04:25 PM Re: how do i cut a table in 2?
Super Talker

Posts: 102
Trades: 0
It's not really clear to me what it is you want to build. Do you already have something online ? Maybe you could post a sketch of the table how you would want it ?
ghettobert is offline
Reply With Quote
View Public Profile
 
Old 03-20-2006, 04:20 AM Re: how do i cut a table in 2?
oren99's Avatar
Skilled Talker

Posts: 74
Trades: 0
hi,
if you take a look on this page: http://www.webmasterspy.com/directory.html
you see 2 links in the middle.
how can i make the middle part into 2 rows? to display the 2 links instead of one under the other, side by side.
__________________
Oren

Please login or register to view this content. Registration is FREE
oren99 is offline
Reply With Quote
View Public Profile Visit oren99's homepage!
 
Old 03-20-2006, 04:34 AM Re: how do i cut a table in 2?
Super Talker

Posts: 102
Trades: 0
Ah I see. That would be 2 columns then

But the link you gave is a tableless layout. If you want those links next to each other you need to understand div floats in combination with CSS.
ghettobert is offline
Reply With Quote
View Public Profile
 
Old 03-20-2006, 04:37 AM Re: how do i cut a table in 2?
oren99's Avatar
Skilled Talker

Posts: 74
Trades: 0
oh ok.
is it possible to explain it here?
__________________
Oren

Please login or register to view this content. Registration is FREE
oren99 is offline
Reply With Quote
View Public Profile Visit oren99's homepage!
 
Old 03-20-2006, 05:06 AM Re: how do i cut a table in 2?
Super Talker

Posts: 102
Trades: 0
If you are not familiar with it right now and you need to move on with that website I'd recommend converting it to a table layout. Maybe not the way you're supposed the code these days but it'll at least work for you right ?

I would get into it if I were you however ...
ghettobert is offline
Reply With Quote
View Public Profile
 
Old 03-20-2006, 03:07 PM Re: how do i cut a table in 2?
Junior Talker

Posts: 4
Location: Groton, CT
Trades: 0
Here's a simple two column table with two rows...

<table cellspacing="0" cellpadding="0" border="1">

<tr>
<td> link 1 </td>
<td> link 2 </td>
</tr>

<tr>
<td> link 3 </td>
<td> link 4 </td>
</tr>

</table>
FieroFixer is offline
Reply With Quote
View Public Profile Visit FieroFixer's homepage!
 
Reply     « Reply to how do i cut a table in 2?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.63902 seconds with 12 queries