navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Free FrontPage Templates

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

blockquote spacing?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Cascading Style Sheets >> blockquote spacing?
Page: [1]
 
UCONN90

 

Posts: 36
Joined: 3/21/2005
Status: offline

 
blockquote spacing? - 9/27/2005 9:23:37   
Hi - I 'm working on a site where I have a bulleted list and I need to indent a few of the bulleted items so I'm using a Blockquote to indent.

My problem is there is a lot of whte space above and below my indented items due to the blockquote. Is there a way in CSS to define something for the blockquote to control this whitespace a blockquote produces? Line-height doesn't do it.

Here is the page I'm working on:
http://www.websbymegan.com/TlynneSeyfarth/how_we_work.html

You'll see towards the bottom 5 bulleted items indented (2 are my comments in red); this indentation looks like it's just hanging in mid-air.

Any suggestions?

Thanks! Megan
http://www.websbymegan.com
Tailslide

 

Posts: 6295
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: blockquote spacing? - 9/27/2005 9:40:22   
Instead of using blockquote - I'd use sublists.

Like this:

<ul>
<li>Monthly client statements</li>
<li>Monthly past due notices</li>
<li>Billing reports that show
       <ul>
       <li>Too much white space above?</li>
       <li>Summary Aged Accounts Receivable</li>
       <li> Monthly Payments Received</li>
       <li> Hours Worked by Timekeeper</li>
       <li> Too much white space below?</li>
       </ul>
</li>
<li>Trust Account/Retainer Reports</li>
<li>Any other reports you need to manage your practice</li>
</ul>


Note that the closing <li> of the "Billing Reports" list item is below the sublist closing </ul>.

This will indent the sublist for you. The amount of indentation can be increased if you want.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to UCONN90)
jeepless

 

Posts: 226
Joined: 12/20/2003
From: Smack in the middle of USA
Status: offline

 
RE: blockquote spacing? - 9/27/2005 9:48:29   
Or if Megan prefers to stick with using blockquotes, then add this to the <head> section (adjust sizes to suit your taste):

<style type="text/css">
<!--
blockquote { margin-left: 25px; margin-bottom: 0px; margin-top: 0px; margin-right: 0px; padding: 0px; }
-->
</style>


(in reply to Tailslide)
UCONN90

 

Posts: 36
Joined: 3/21/2005
Status: offline

 
RE: blockquote spacing? - 9/27/2005 9:55:05   
Thanks! Much better. But it changed the indented bullets to an open circle. Any way to control that? Would like them all to be solid bullets if possible.

Here's a new page with the changed bullets:

http://www.websbymegan.com/TlynneSeyfarth/how_we_work2.html


(in reply to Tailslide)
UCONN90

 

Posts: 36
Joined: 3/21/2005
Status: offline

 
RE: blockquote spacing? - 9/27/2005 9:59:21   
Thanks, Jeepless. Your suggestion fixes my secondary problem with the change in bullet type when I got away from the blockquote. Perfect!!

Thanks to both of you for your quick responses. Both solutions will come in handy.

- Megan

(in reply to jeepless)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> blockquote spacing?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts