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
TD tag Problem in Opera
Old 06-12-2008, 07:07 PM TD tag Problem in Opera
Novice Talker

Posts: 13
Name: Anders Nilsson
Trades: 0
Hi mates!

Well i have a small problem. I have some table, tr and td tags in a html doc who is intigrated as a style in php. Well the td tags works fine in Firefox but not in opera. Take a look at the pics.
How to slove this?

Heres the code:
Code:
<tr>
  <td class=lista align=center>
    <table class="main" width="99%" border="0" cellpadding="2" cellspacing="2">
        <tr>
           <td class="block" colspan=2 align="right">
            {MODTOOLBAR}
           </td>
        </tr>
            <tr>
              <td class="blocklist" rowspan="2" width="25%" align="left" valign="top">

                <center>
                 {POSTER}<br />
                 <img border="0" width="150" src={AVATAR}> <br />
                 {LEVEL}<br />
                 {POSTDATE}<br />
                 {COUNTRY}<br />
                 <img src=images/flag/{FLAG}><br />

                </center></td>
              <td class="last10" align="left" valign="top">{SHOUT_MSG}
            </td></tr>
        <tr>
          <td height=10 valign=base class="blocklist">
           <center>
            <font  color=green>&#8593&nbsp;{UPLOADED}</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            <font color=red>&#8595&nbsp;{DOWNLOADED}</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
            <font color="#BEC635">{RATIO}
          </center>

         </td>
       </tr>
          <tr>
            <td colspan="2" class="block" align="right">
              <a href="#top"><img src="./images/top.gif" alt="top" border="0" /></a>
            </td>
          </tr>
    </table>
<br />

   </td>
</tr>
Cheers
Attached Images
File Type: jpg firefox_works.jpg (75.3 KB, 12 views)
File Type: jpg opera.jpg (68.2 KB, 10 views)
fatepower is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-13-2008, 08:21 AM Re: TD tag Problem in Opera
Mooofasa's Avatar
Defies a Status

Posts: 1,611
Name: Michael (mik) Land
Location: England
Trades: 0
Hmm not sure, but try to format your HTML properly for a start.
__________________

Please login or register to view this content. Registration is FREE
- Tumblog with thoughts, quotes, links, videos, images and my creations.

Please login or register to view this content. Registration is FREE
- The best free web browser.

Please login or register to view this content. Registration is FREE
- Firefox is now Firefail.
Mooofasa is offline
Reply With Quote
View Public Profile Visit Mooofasa's homepage!
 
Old 06-13-2008, 12:31 PM Re: TD tag Problem in Opera
Novice Talker

Posts: 13
Name: Anders Nilsson
Trades: 0
what u mean mate? that i shall add some <html> tags?
this code is a default.html and will get intigrated into a .php file like a themplate.

Cheers
fatepower is offline
Reply With Quote
View Public Profile
 
Old 06-14-2008, 08:42 AM Re: TD tag Problem in Opera
vectorialpx's Avatar
Extreme Talker

Posts: 249
Name: octavian
Location: Bucharest
Trades: 0
your code is... yeeaaakk!

You can add a height at the row and that's it
Code:
<table class="main" width="88%" border="0" cellpadding="2" cellspacing="2">
  <tr>
    <td class="block" colspan="2" align="right"> {MODTOOLBAR} </td>
  </tr>
  <tr>
    <td class="blocklist" rowspan="2" width="25%" align="left" valign="top">
      <center>
        {POSTER}<br />
        <img border="0" width="150" src="{AVATAR}" /> <br />
        {LEVEL}<br />
        {POSTDATE}<br />
        {COUNTRY}<br />
        <img src="images/flag/{FLAG}" /><br />
    </center></td>
    <td class="last10" align="left" valign="top" height="280">{SHOUT_MSG} </td>
  </tr>
  <tr>
    <td height="10" valign="base" class="blocklist">
      <center>
        <font  color="green">&#8593&nbsp;{UPLOADED}</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="red">&#8595&nbsp;{DOWNLOADED}</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <font color="#BEC635">{RATIO}</font>
    </center></td>
  </tr>
  <tr>
    <td colspan="2" class="block" align="right"> <a href="#top"><img src="./images/top.gif" alt="top" border="0" /></a> </td>
  </tr>
</table>
it's just the table from the posted row
__________________
you can
Please login or register to view this content. Registration is FREE
vectorialpx is offline
Reply With Quote
View Public Profile Visit vectorialpx's homepage!
 
Reply     « Reply to TD tag Problem in Opera
 

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.24249 seconds with 13 queries