Print Page | Close Window

H tag problems

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Web Design Discussion
Forum Description: Discussion on web design and development subjects.
URL: https://forums.webwiz.net/forum_posts.asp?TID=17082
Printed Date: 28 March 2026 at 11:06pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: H tag problems
Posted By: pjb007
Subject: H tag problems
Date Posted: 30 October 2005 at 2:48pm
I have the following code H2 & H3 are set in a CSS file.
 

<h2>CONTROL</h2>
  <h3>Home Page<br />
  Accessibility<br />
  Text Only<br/ >
  What's New</h3>
 
Problem is there is a gap between CONTROL and Home Page.  Is there a way to stop this.



Replies:
Posted By: dfrancis
Date Posted: 30 October 2005 at 3:43pm
 
<h2 style="margin-bottom: 0;">CONTROL</h2>
  <h3 style="margin-top:0;">Home Page<br />
  Accessibility<br />
  Text Only<br/ >
  What's New</h3>
 
 


Posted By: pjb007
Date Posted: 30 October 2005 at 3:49pm
That works!
 
 
Thanks!


Posted By: pjb007
Date Posted: 31 October 2005 at 10:14am
<%
Response.Write ("<p "margin-bottom: 0;">") & ("<a href=""" & "" & recordset("url") & """ target=""_blank"">") & recordset("siteTitle")  & ("</p>") & ("</a> <br />")

%>

</div>
<div id="linkdetails">
<%
Response.Write ("<h5 style="margin-top:0;">") & recordset("details") & ("</h5>")
%>
 
I am trying to use this code again this time in the above senerio but can't get it to work.


Posted By: dfrancis
Date Posted: 31 October 2005 at 10:57am
It looks like your entire response.write needs to be redone. Look at the parentheses and quotes.
 
<%Response.Write ("<p ""margin-bottom: 0;"">") & ("<a href=""" & "" & recordset("url") & """ target=""_blank"">") & recordset("siteTitle")  & ("</p>") & ("</a> <br />")

%>

</div>

<div id="linkdetails">

<%

Response.Write ("<h5 style=""margin-top:0;"">") & recordset("details") & ("</h5>")

%>



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net