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
Old 07-17-2005, 12:06 PM HTML Table Issues
Junior Talker

Posts: 1
Trades: 0
Code:
<table style="BORDER-RIGHT: #9cafbc 1px solid; BORDER-TOP: #9cafbc 1px solid; BACKGROUND: #ffffff; BORDER-LEFT: #9cafbc 1px solid; BORDER-BOTTOM: #9cafbc 1px solid" border="0" cellpadding="3" width="100">
  <tr>
    <td align="center">
      <div align="center">
        <img src="LINK" width="1" height="1"><br>
        <a href="LINK">
          <img width="90" height="90" alt="Fully Analog Joystick" hspace=8 src="LINK" border="0"></a>
        <font size="2" face="Arial, Helvetica, sans-serif">
          Fully Analog Joystick
          <br>
          <a href="LINK">
           TEXT
          </a>
        </font>
      </div>
    </td>
  </tr>
</table>
<table style="BORDER-RIGHT: #9cafbc 1px solid; BORDER-TOP: #9cafbc 1px solid; BACKGROUND: #ffffff; BORDER-LEFT: #9cafbc 1px solid; BORDER-BOTTOM: #9cafbc 1px solid" border="0" cellpadding="3" width="100">
  <tr>
    <td align="center">
      <div align="center">
        <img src="LINK" width="1" height="1"><br>
        <a href="LINK">
          <img width="90" height="90" alt="Fully Analog Joystick" hspace=8 src="LINK" border="0"></a>
        <font size="2" face="Arial, Helvetica, sans-serif">
          Fully Analog Joystick
          <br>
          <a href="LINK">
           Text
          </a>
        </font>
      </div>
    </td>
  </tr>
</table>




There is my html code, for 2 tables for my website. The issue I have is that when I view the page it shows one table(box) under the other. What im wanting it to look like is make a row of them, from left to right.

Any ideas why its putting them under each other?
DvilleStoner is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-17-2005, 12:55 PM
0beron's Avatar
Defies a Status

Posts: 1,832
Location: Somewhere else entirely
Trades: 0
Why not just put them both into one table?

HTML Code:
<table style="BORDER-RIGHT: #9cafbc 1px solid; BORDER-TOP: #9cafbc 1px solid; BACKGROUND: #ffffff; BORDER-LEFT: #9cafbc 1px solid; BORDER-BOTTOM: #9cafbc 1px solid" border="0" cellpadding="3" width="100">
  <tr>
    <td align="center">
        <img src="LINK" width="1" height="1"><br>
        <a href="LINK">
          <img width="90" height="90" alt="Fully Analog Joystick" hspace=8 src="LINK" border="0"></a>
        <font size="2" face="Arial, Helvetica, sans-serif">
          Fully Analog Joystick
          <br>
          <a href="LINK">
           TEXT
          </a>
        </font>
    </td>
  </tr>
  <tr>
    <td align="center">
        <img src="LINK" width="1" height="1"><br>
        <a href="LINK">
          <img width="90" height="90" alt="Fully Analog Joystick" hspace=8 src="LINK" border="0"></a>
        <font size="2" face="Arial, Helvetica, sans-serif">
          Fully Analog Joystick
          <br>
          <a href="LINK">
           Text
          </a>
        </font>
    </td>
  </tr>
</table>
__________________
UPDATE 0beron SET talkupation = talkupation + lots WHERE post = 'helpful';

Please login or register to view this content. Registration is FREE
(aka MSN handwriting for forums)
0beron is offline
Reply With Quote
View Public Profile Visit 0beron's homepage!
 
Old 07-17-2005, 02:48 PM
Skilled Talker

Posts: 73
Trades: 0
i have a similar problem
Code:
<td width="490" valign="top">
 <table width="80%" height="90%" bgcolor="#FFFFFF" cellpadding="15" cellspacing="0" style="border: solid 5px darkblue;">
<tr>
<td>
Thank you for your help.
<hr color="darkblue" size="4">
i am a proud member of 411domain.com
</td>
</tr>
</table>
<td width="490" valign="top">
 <table width="20%" height="90%" bgcolor="#FFFFFF" cellpadding="15" cellspacing="0" style="border: solid 5px darkblue;" align="right">
<tr>
<td>
<br>
Thanks again
<br>
<br>
<hr>
<br>
:)
<br>
</td>
</tr>
</table>
<br />
the screenshot of it

i would like them side by side

Last edited by bobby9101; 07-17-2005 at 02:56 PM..
bobby9101 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to HTML Table Issues
 

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 0.11576 seconds with 12 queries