Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
Share
LinkBack Thread Tools
Old 06-10-2012, 09:24 AM   #1
Lovin Life
War Room Member
 
outwest's Avatar
 
Join Date: Jan 2011
Location: USA and Asia
Posts: 2,735
Thanks: 115
Thanked 202 Times in 177 Posts
Default Tables? Height?

I can easily make great tables and manipulate them in openoffice design mode
(didnt know I could do this on the fly so easily used to hand code all my websites, amazing I have been doing html so long the wrong way and the slow way)

The height of the tables though, is a pain. I always end up with text with lots of empty space underneath it with no way that I know of to shrink that gap of space.

I have also tried putting tables inside tables, Looks great when I do the design , but after I save it, and re open it? its a huge mess all the layout gets jumbled , its the damndest thing not sure what it doesnt like but it sure doesnt like what I am doing.

Suggestions on table cell height would be appreciated

Tech article writing .Native English Speaker(with Proof)
specializing in SmartPhones , Internet security, high tech gadgets, search engines, tech shows, digital cameras.

outwest is offline   Reply With Quote
Old 06-10-2012, 01:46 PM   #2
Lovin Life
War Room Member
 
outwest's Avatar
 
Join Date: Jan 2011
Location: USA and Asia
Posts: 2,735
Thanks: 115
Thanked 202 Times in 177 Posts
Default Re: Tables? Height?

I guess if I dont post a thread titled "
please review my site"

nobody cares anymore

Tech article writing .Native English Speaker(with Proof)
specializing in SmartPhones , Internet security, high tech gadgets, search engines, tech shows, digital cameras.

outwest is offline   Reply With Quote
Old 06-10-2012, 01:55 PM   #3
Pete Young
War Room Member
 
Join Date: Aug 2009
Posts: 2,434
Thanks: 472
Thanked 626 Times in 432 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: Tables? Height?

sure we care
but we would need to look at your code, my guess with out seeing it is you have
Quote:

<p> </p>
try channging that to a
Quote:
<div>
posting the code would help

Quote:
<table border="1" cellspacing="1" summary="" cellpadding="1" width="200" height="1">
In most cases there no spacing or padding and your table will auto adjust if left set at one

Quote:
<td height="11" valign="top" width="150" align="center">&nbsp;</td>
if your working on a cell inside of the table then that setting is as above

Quote:
<div>
<table border="1" cellspacing="1" summary="" cellpadding="1" width="200" height="1">
<tbody>
<tr>
<td height="11" valign="top" width="150" align="center">&nbsp;</td>
</tr>
</tbody>
</table>
</div>

I spy with my little eye. ()
tryinhere is online now   Reply With Quote
Old 06-11-2012, 02:37 AM   #4
HyperActive Warrior
 
Join Date: Dec 2011
Posts: 171
Thanks: 0
Thanked 8 Times in 8 Posts
Default Re: Tables? Height?

HTML Tables I hope it would be helpful to sort out your problem.

online shopping for panel screen divider and shoji screen divider for your rooms at legacydecors.com

jhonybravo222 is offline   Reply With Quote
Old 06-11-2012, 09:16 AM   #5
Advanced Warrior
War Room Member
 
Brandon Tanner's Avatar
 
Join Date: Jul 2006
Location: USA
Posts: 2,463
Thanks: 159
Thanked 1,071 Times in 488 Posts
Default Re: Tables? Height?

Tables were never meant to be used for webpage design / layout purposes. It's best to use CSS div's for that.

Web Page Layouts Shouldn't Use Tables - Avoid Tables for Web Page Layout

Brandon Tanner is online now   Reply With Quote
Old 06-11-2012, 04:44 PM   #6
Lovin Life
War Room Member
 
outwest's Avatar
 
Join Date: Jan 2011
Location: USA and Asia
Posts: 2,735
Thanks: 115
Thanked 202 Times in 177 Posts
Default Re: Tables? Height?

Thing I like about tables Is I can manipulate them realtime, without hand coding them
I can just pull the borders left and right in my html editor and the code auto configures itself.

Can this be done with CSS?

Tech article writing .Native English Speaker(with Proof)
specializing in SmartPhones , Internet security, high tech gadgets, search engines, tech shows, digital cameras.

outwest is offline   Reply With Quote
Old 06-12-2012, 11:01 AM   #7
Advanced Warrior
War Room Member
 
Brandon Tanner's Avatar
 
Join Date: Jul 2006
Location: USA
Posts: 2,463
Thanks: 159
Thanked 1,071 Times in 488 Posts
Default Re: Tables? Height?

Quote:
Originally Posted by outwest View Post
Thing I like about tables Is I can manipulate them realtime, without hand coding them
I can just pull the borders left and right in my html editor and the code auto configures itself.

Can this be done with CSS?
Not with any software that I'm aware of. Pretty much all of the graphical "drag and drop" HTML editors I've used in the past produce pretty bad code (ie "non standards-compliant"). With the exception of maybe Dreamweaver.

I've been hand coding sites from scratch for the past several years, so I haven't really used any of the "drag and drop" editors in a while... so there may be some decent ones out there now, I don't know.

Whatever you use though, just make sure it produces clean, standards-compliant code (there is a good article about that here). If not, your website will look good in some browsers, and bad in others, and you will have a constant headache trying to figure out why.

Another thing you can do is use pre-existing website templates, and modify them to suit your needs. Most of the newer XHTML/CSS templates out there are fairly standards-compliant. Modifying templates is not quite as simple as "drag and drop", but it's much easier than learning to code a site from scratch!

Brandon Tanner is online now   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Website Design

Bookmarks

Tags
height, tables

Thread Tools

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



All times are GMT -6. The time now is 02:01 AM.