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 remove space under h2tag in table
Old 04-22-2009, 12:51 AM how do i remove space under h2tag in table
Novice Talker

Posts: 12
Name: Henrik
Trades: 0
http://newpeninsulahomes.com/completedprojects.html

Hi Everyone,

I have an empty space i cant figure out how to remove, it's under city and state in each column.

What can i do to remove that space?

Thanks in advance
henrikjt is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-22-2009, 01:34 AM Re: how do i remove space under h2tag in table
1nteresting's Avatar
Skilled Talker

Posts: 90
Trades: 0
Try putting the city and state titles in the same table cells as the Completed: and Sqft:.
__________________
Check out my portfolio:

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

And my tech blog:
Please login or register to view this content. Registration is FREE
1nteresting is offline
Reply With Quote
View Public Profile Visit 1nteresting's homepage!
 
Old 04-24-2009, 02:46 PM Re: how do i remove space under h2tag in table
Novice Talker

Posts: 12
Name: Henrik
Trades: 0
Quote:
Originally Posted by 1nteresting View Post
Try putting the city and state titles in the same table cells as the Completed: and Sqft:.
thx, but that didnt help
henrikjt is offline
Reply With Quote
View Public Profile
 
Old 04-24-2009, 03:26 PM Re: how do i remove space under h2tag in table
Skilled Talker

Posts: 66
Trades: 0
Try styling your h2 so that it's margin-bottom: 0px and your table so that it's margin-top: 0px.

Any reason in particular why you're using tables though? You should really try to put your contents in divs using columns and floats and what not.
Mikeface is offline
Reply With Quote
View Public Profile
 
Old 04-25-2009, 10:36 AM Re: how do i remove space under h2tag in table
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
1 -get rid of the 1997 tables.
2 - ZERO OUT the margins and padding on the H2 using CSS and the space will go away.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

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


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

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 04-27-2009, 12:45 PM Re: how do i remove space under h2tag in table
Junior Talker

Posts: 3
Location: Chicago, IL
Trades: 0
add code like this in your css

h2{margin: 0px; }

or like this in your page header

<style type="text/css">
<!--
h2 {margin: 0px; }
-->
</style>

hope this helps!
__________________

Please login or register to view this content. Registration is FREE
monkfunk is offline
Reply With Quote
View Public Profile Visit monkfunk's homepage!
 
Old 04-30-2009, 04:24 PM Re: how do i remove space under h2tag in table
Average Talker

Posts: 28
Name: Amit Soni
Trades: 0
if only the bottom gap is a problem then...
Code:
<style type="text/css">
<!--
h2 {margin-bottom: 0px;padding-bottom: 0px; }
-->
</style>
__________________
--Amit

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

amitsoni is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to how do i remove space under h2tag in 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.28110 seconds with 12 queries