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
Please help with my html table
Old 02-28-2007, 02:39 AM Please help with my html table
scrobins's Avatar
Skilled Talker

Posts: 50
Name: Stuart Robinson
Location: Busselton
Trades: 0
Hello all you HTML gurus. I am having a problem that I just am unable to solve with my blog. I have added a table to the post and it has created a block of nothingness between itself and the last piece of writing. You can see it in operation here - http://www.gardeningtipsnideas.com/2...f_flowers.html

Any ideas what I've done wrong?
scrobins is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-28-2007, 03:39 AM Re: Please help with my html table
taketherisk's Avatar
Skilled Talker

Posts: 89
Name: Brett
Location: New Zealand
Trades: 0
Hi there,

This is quite wierd.

What i found was like 500-700 <br> tags. But if you goto 'view source' they do not show.

When i download the site (by saving page as) and loaded it into my HTML editor it comes up with loads of <br> tags.

I think you should check out your blog template files for an excessive amount of <br> tags and delete them.

<br> = Line Break

Hope this helps you
- Brett
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
taketherisk is offline
Reply With Quote
View Public Profile
 
Old 02-28-2007, 10:10 AM Re: Please help with my html table
moondog's Avatar
Ultra Talker

Posts: 256
Location: Croatia
Trades: 0
coder is right.....There is more than 1300 <br> tags....

Remove them.
moondog is offline
Reply With Quote
View Public Profile
 
Old 02-28-2007, 05:30 PM Re: Please help with my html table
RanaD's Avatar
Super Talker

Posts: 139
Name: David
Trades: 0
Have a look at W3C validator

Mostly not a problem with you using <br />, but where it's situated in the code. However, you don't need them, so I agree with above.

*Oh, and I noted this:

<tr>
<td><h2><a name="A-Flowers">A</a></h2></td>
</tr>
<tr>
<td width="100"><strong>Acacia</strong></td>
<td width="300">Beauty in retirement; Friendship; Concealed love: Chaste love</td>
</tr>
And:
<td><strong>Gladiolus</strong></td><br />
<td>Strength of character, remembrance, infatuation, splendid beauty.</td><br />
<td></td>

I don't know much, but I usually go:
<tr>
<td></td>
<td></td>
</tr>
Not
<tr>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>

Use colspan instead.

Last edited by RanaD; 02-28-2007 at 05:38 PM..
RanaD is offline
Reply With Quote
View Public Profile
 
Old 02-28-2007, 07:06 PM Re: Please help with my html table
Learning Newbie's Avatar
Defies a Status

Latest Blog Post:
Astounding Republican Paranoia
Posts: 5,662
Name: John Alexander
Trades: 0
Rana has a good point, use colspan to make one cell into two but merged into one.

I see an insane number of br tags as well, when I look at the DOM. But not in the page source. This is very strange, I'm not sure how the browser could see them but not report them as source when it's obviously rendering them.

Is there any javascript going on?
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 03-02-2007, 12:02 AM Re: Please help with my html table
Banned

Posts: 905
Name: Travel Agent
Trades: 0
Yes; he's got 3 javascripts running and everything does show in the source code ... scrobins; you need to do alot of clean-up on the site, along with learning more about HTML & CSS.

Currently, you have not just the 3 javascripts running, but you also have a CSS file in your HTML code -- no wonder you have such a disaster in the background. The first few tables I saw (shown below) aren't coded properly -- as has been pointed out, you have way to many breaks..."<br />"...you really should study CSS more; get rid of the tables and do a CSS table-less layout.

Here's what I saw...

Code:
<div align="center"><br />
<table border="0"  align="center" width="400"><br />
 <tr><br />
<td><h2><a name="A-Flowers">A</a></h2></td><br />
</tr><br />
  <tr><br />
  <td width="100"><strong>Acacia</strong></td><br />
  <td width="300">Beauty in retirement; Friendship; Concealed love: Chaste love</td><br />
 </tr><br />
 <tr><br />
  <td><strong>Achillea Millefolia</strong></td><br />
  <td>War</td><br />
You don't need a break at the end of each line of code in tables.

Last edited by travelagent; 03-02-2007 at 12:03 AM..
travelagent is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Please help with my html table
 

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