HighDots Forums  

1. how to reduce space after <h1> 2. will usingmouseover control prompt users to allow blocked content?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss 1. how to reduce space after <h1> 2. will usingmouseover control prompt users to allow blocked content? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
socks_
 
Posts: n/a

Default 1. how to reduce space after <h1> 2. will usingmouseover control prompt users to allow blocked content? - 09-08-2006 , 07:30 AM






1. how to reduce space after <h1> im getting ton of space after the h1 tag, a
table follows it with no borders or padding - whats going on here?

td align="left" valign="top"><table width="100%" border="0" cellspacing="0"
cellpadding="0">
<tr>
<td class="body_header"><h1>Welcome to Systems in Micro
</h1>
</td>
</tr>
<tr>
<td class="body_header">Lorem ipsum dolor sit amet,

here the css

.body_header {
padding-bottom: 0px;
padding-top: 0px;
}

what should i do to reduce the space?

2. will using mouseover control prompt users to allow blocked content? I want
to avoid users having to do this if possible - will this control prompt them (i
want to change background colors for a <td> via css, this is the only way i can
see to do it




Reply With Quote
  #2  
Old   
James Shook
 
Posts: n/a

Default Re: 1. how to reduce space after <h1> 2. will using mouseovercontrol prompt users to allow blocked content? - 09-08-2006 , 07:42 AM






socks_ wrote:
Quote:
1. how to reduce space after <h1> im getting ton of space after the h1 tag, a
table follows it with no borders or padding - whats going on here?

td align="left" valign="top"><table width="100%" border="0" cellspacing="0"
cellpadding="0"
tr
td class="body_header"><h1>Welcome to Systems in Micro
/h1
/td
/tr
tr
td class="body_header">Lorem ipsum dolor sit amet,

here the css

.body_header {
padding-bottom: 0px;
padding-top: 0px;
}

what should i do to reduce the space?
You are applying your CSS to the <tr> tag. As far as I know, <tr>s don't
have any padding so this is having no effect. Try defining zero padding
(and/or margin) for the <h1> tag, and put your text in <p>s so you can
defines its margin as well.

Does all of this have to be in a table at all?

--
James M. Shook
http://www.jshook.com


Reply With Quote
  #3  
Old   
Shane H
 
Posts: n/a

Default Re: 1. how to reduce space after <h1> 2. will using mouseover control prompt users to allow blocked content? - 09-08-2006 , 08:05 AM



3. Get rid of tables for a layout method.

--
Shane H
shane (AT) NOSPAMavenuedesigners (DOT) com
http://www.avenuedesigners.com

=============================================
Web Dev Articles, Photography, and more:
http://sourtea.com
=============================================
Proud GAWDS Member
http://www.gawds.org/showmember.php?memberid=1495

Delivering accessible websites to all ...
=============================================


"socks_" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
1. how to reduce space after <h1> im getting ton of space after the h1
tag, a
table follows it with no borders or padding - whats going on here?

td align="left" valign="top"><table width="100%" border="0"
cellspacing="0"
cellpadding="0"
tr
td class="body_header"><h1>Welcome to Systems in
Micro
/h1
/td
/tr
tr
td class="body_header">Lorem ipsum dolor sit amet,

here the css

.body_header {
padding-bottom: 0px;
padding-top: 0px;
}

what should i do to reduce the space?

2. will using mouseover control prompt users to allow blocked content? I
want
to avoid users having to do this if possible - will this control prompt
them (i
want to change background colors for a <td> via css, this is the only way
i can
see to do it






Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.