Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

space out lists better with css

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Related Topics:
mailing lists - Whats the easiest way for use to create a mailing list to say around 100 We don't want them to be able to see each others email We have domain webspace with cgi etc.. that can be used. Thanks Jaime

Gathering expired domain lists - How do the sites that list expired domains get thier lists of expired domains?

Unable to determine what is using up my disk space - I have a 20G HD - and after doing the thing in WindowsXP Home as well as emptying my Trash bin, I still can't free up any disk space. My will no longer run because there is not enough disk space. I have..

Hosting recommendation for "storage space" site - I already have a website that is provided as part of my account from the ISP I use, but it only has 5mb space so I can't store much there. I have signed up for a free account at Brinkster to store some photos and a couple of ASP pages that use a..
Next:  Webmaster: [OT] What I want for Xmas ...  
Author Message
user225

External


Since: Sep 22, 2003
Posts: 6



(Msg. 1) Posted: Thu Oct 02, 2003 4:15 pm
Post subject: space out lists better with css
Archived from groups: alt>www>webmaster (more info?)

my lists look rubbish all squished up.
how do I space them out using css rather than br?

thanks.

--
Just added freebies and free stuff
http://www.freebiesnetwork.co.uk/just_added.htm

 >> Stay informed about: space out lists better with css 
Back to top
Login to vote
noxwebmasterx1

External


Since: Oct 02, 2003
Posts: 24



(Msg. 2) Posted: Thu Oct 02, 2003 4:15 pm
Post subject: Re: space out lists better with css [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mogga wrote:
 > my lists look rubbish all squished up.
 > how do I space them out using css rather than br?
 >
 > thanks.
 >
<style>
li {margin-bottom:.5em;}
</style><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: space out lists better with css 
Back to top
Login to vote
www

External


Since: Jun 29, 2003
Posts: 720



(Msg. 3) Posted: Thu Oct 02, 2003 4:15 pm
Post subject: Re: space out lists better with css [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 02 Oct 2003 13:15:00 +0100 Mogga
<di@noblinkingspamplease*mogga.com> broke off from drinking a cup of
tea at to write:

 >my lists look rubbish all squished up.
 >how do I space them out using css rather than br?
 >

You can *suggest* how they are to be formatted using CSS, but there is
no guarrantee that they will be formatted the way you suggest.

If you use <p> you might get a different format, or perhaps
<p> </p>

Matt

--
The Probert Encyclopaedia - Beyond Britannica
<a style='text-decoration: underline;' href="http://www.probertencyclopaedia.com" target="_blank">http://www.probertencyclopaedia.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: space out lists better with css 
Back to top
Login to vote
usenet

External


Since: Sep 14, 2004
Posts: 1119



(Msg. 4) Posted: Thu Oct 02, 2003 4:22 pm
Post subject: Re: space out lists better with css [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

NOXwebmasterx RemoveThis @xmbstevensx.com wrote:

 > <style>

The style element should be written <style type="text/css">

--
Dylan Parry
<a style='text-decoration: underline;' href="http://www.webpageworkshop.co.uk" target="_blank">http://www.webpageworkshop.co.uk</a> - FREE Web tutorials and references<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: space out lists better with css 
Back to top
Login to vote
ukinfo

External


Since: Sep 15, 2004
Posts: 193



(Msg. 5) Posted: Thu Oct 02, 2003 9:54 pm
Post subject: Re: space out lists better with css [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Matt Probert" <www.TakeThisOut@probertencyclopaedia.com> wrote in message
news:3f7c1e24.23210187@news.ntlworld.com...
 > On Thu, 02 Oct 2003 13:15:00 +0100 Mogga
 > <di@noblinkingspamplease*mogga.com> broke off from drinking a cup of
 > tea at to write:
 >
  > >my lists look rubbish all squished up.
  > >how do I space them out using css rather than br?
  > >
 >
 > You can *suggest* how they are to be formatted using CSS, but there is
 > no guarrantee that they will be formatted the way you suggest.
 >

So really its best to use tables

That way you can space them exactly how you want to, and give the table a
height and width also more consitency...



Gerry White

_____________________



waiting for someone to bite, I was joking... but<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: space out lists better with css 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 6) Posted: Fri Oct 03, 2003 12:08 am
Post subject: Re: space out lists better with css [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Gerry White - use my name at dergal dot come for email wrote:
 > "Matt Probert" <www DeleteThis @probertencyclopaedia.com> wrote in message
 > news:3f7c1e24.23210187@news.ntlworld.com...
  >> On Thu, 02 Oct 2003 13:15:00 +0100 Mogga
  >> <di@noblinkingspamplease*mogga.com> broke off from drinking a cup of
  >> tea at to write:
  >>
   >>> my lists look rubbish all squished up.
   >>> how do I space them out using css rather than br?
   >>>
  >>
  >> You can *suggest* how they are to be formatted using CSS, but there
  >> is no guarrantee that they will be formatted the way you suggest.
  >>
 >
 > So really its best to use tables
 >
 > That way you can space them exactly how you want to, and give the
 > table a height and width also more consitency...
 >

No, don't be soft - this is a job for frames.

--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: space out lists better with css 
Back to top
Login to vote
spamblocked1

External


Since: Sep 19, 2003
Posts: 3499



(Msg. 7) Posted: Fri Oct 03, 2003 12:09 am
Post subject: Re: space out lists better with css [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Dylan Parry wrote:
 > NOXwebmasterx DeleteThis @xmbstevensx.com wrote:
 >
  >> <style>
 >
 > The style element should be written <style type="text/css">

some people just don't know class when they see it

--
William Tasso - <a style='text-decoration: underline;' href="http://WilliamTasso.com" target="_blank">http://WilliamTasso.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: space out lists better with css 
Back to top
Login to vote
user175

External


Since: Aug 12, 2003
Posts: 18



(Msg. 8) Posted: Fri Oct 03, 2003 2:30 am
Post subject: Re: space out lists better with css [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <bli0i9$cl1ii$1@ID-139074.news.uni-berlin.de>, William Tasso
<SpamBlocked.DeleteThis@tbdata.com> wrote:

 > Gerry White - use my name at dergal dot come for email wrote:
  > > "Matt Probert" <www.DeleteThis@probertencyclopaedia.com> wrote in message
  > > news:3f7c1e24.23210187@news.ntlworld.com...
   > >> On Thu, 02 Oct 2003 13:15:00 +0100 Mogga
   > >> <di@noblinkingspamplease*mogga.com> broke off from drinking a cup of
   > >> tea at to write:
   > >>
   > >>> my lists look rubbish all squished up.
   > >>> how do I space them out using css rather than br?
   > >>>
   > >>
   > >> You can *suggest* how they are to be formatted using CSS, but there
   > >> is no guarrantee that they will be formatted the way you suggest.
   > >>
  > >
  > > So really its best to use tables
  > >
  > > That way you can space them exactly how you want to, and give the
  > > table a height and width also more consitency...
  > >
 >
 > No, don't be soft - this is a job for frames.

Nah, forget the frames - use a new pop-up window for each list item. In
fact, make it so the first one pops up, then when they close that, the
next one pops up to replace it.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: space out lists better with css 
Back to top
Login to vote
spambouncer

External


Since: Aug 16, 2003
Posts: 79



(Msg. 9) Posted: Fri Oct 03, 2003 2:53 pm
Post subject: Re: space out lists better with css [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Mark Nobles" <cmn-nospam.RemoveThis@houston.rr.com> wrote in message
news:021020031830237498%cmn-nospam@houston.rr.com...
 > In article <bli0i9$cl1ii$1@ID-139074.news.uni-berlin.de>, William Tasso
 > <SpamBlocked.RemoveThis@tbdata.com> wrote:
 >
  > > Gerry White - use my name at dergal dot come for email wrote:
   > > > "Matt Probert" <www.RemoveThis@probertencyclopaedia.com> wrote in message
   > > > news:3f7c1e24.23210187@news.ntlworld.com...
   > > >> On Thu, 02 Oct 2003 13:15:00 +0100 Mogga
   > > >> <di@noblinkingspamplease*mogga.com> broke off from drinking a cup of
   > > >> tea at to write:
   > > >>
   > > >>> my lists look rubbish all squished up.
   > > >>> how do I space them out using css rather than br?
   > > >>>
   > > >>
   > > >> You can *suggest* how they are to be formatted using CSS, but there
   > > >> is no guarrantee that they will be formatted the way you suggest.
   > > >>
   > > >
   > > > So really its best to use tables
   > > >
   > > > That way you can space them exactly how you want to, and give the
   > > > table a height and width also more consitency...
   > > >
  > >
  > > No, don't be soft - this is a job for frames.
 >
 > Nah, forget the frames - use a new pop-up window for each list item. In
 > fact, make it so the first one pops up, then when they close that, the
 > next one pops up to replace it.

LMAO !

--
"He's started anticipating what's going to happen before it's even
happened."
[GRAEME LE SAUX] BBC1

<a style='text-decoration: underline;' href="http://www.private-eye.co.uk" target="_blank">http://www.private-eye.co.uk</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: space out lists better with css 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]