User Profile

Collapse

Profile Sidebar

Collapse
torweb
torweb
Last Activity: Mar 16 '08, 04:28 AM
Joined: Jan 28 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • torweb
    replied to bullet image for unordered list problem
    Thanks so much for the reply...I just "stumbled" on the answer before reading your post...but again...many thanks!...
    See more | Go to post

    Leave a comment:


  • torweb
    started a topic bullet image for unordered list problem

    bullet image for unordered list problem

    I'm using an image for an unordered list, which works fine. The problem is, the image is also appearing in my numbered "ordered list." Here is my code for the unordered list:...and thanks in advance:
    [code=css]
    ul {
    font-family: Arial;
    font-size: 12px;
    color: #424E51;
    font-style: normal
    line-height: 17px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;...
    See more | Go to post
    Last edited by drhowarddrfine; Mar 16 '08, 04:20 AM. Reason: Please use code tags

  • torweb
    replied to Text format problem
    Well I guess it's acceptable then to add these elemets to my sheet, which seemed to fix things in IE and Firefox. Thanks for "guiding light"

    ul {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 17px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;...
    See more | Go to post

    Leave a comment:


  • torweb
    replied to Text format problem
    Darn, I'm back. It seems this also stops me from using an ordered list. I can see it when building the page in Dreamweaver, however with I load the page, the ordered list format doesn't work.

    Thanks!
    See more | Go to post

    Leave a comment:


  • torweb
    replied to Text format problem
    Grand, this is making great sense...I'm starting to like this!

    Thanks again!
    See more | Go to post

    Leave a comment:


  • torweb
    replied to Text format problem
    It seems to be this section:

    * {
    margin:0;
    padding:0;
    }

    If I remove it, the spacing returns but I loose my page formatting
    See more | Go to post

    Leave a comment:


  • torweb
    started a topic Text format problem

    Text format problem

    I'm using the following to center my page to the top of the screen and also allow it to fill the screen regardless of resolution. The problem is it removes my spacing between paragraphs.

    #container {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    }
    * {
    margin:0;
    padding:0;
    }

    I'm learning the "ways of CSS" but am lost on this one.
    ...
    See more | Go to post

  • torweb
    replied to 100% table from edge to edge
    Thanks drhowarddrfine and Death...both worked great. I love learning this stuff!
    See more | Go to post

    Leave a comment:


  • torweb
    replied to CSS to center page with no top space
    Thanks for all the great help Death....this worked great in IE and Firefox:
    Code:
    <style type="text/css">
    <!--
    #container {
    	width: 980px;
    	margin-right: auto;
    	margin-left: auto;
    }
    * { 
      margin:0;
      padding:0;
    }
    
    -->
    </style>
    See more | Go to post
    Last edited by eWish; Aug 15 '08, 01:14 PM. Reason: Please use the [code][/code] tags

    Leave a comment:


  • torweb
    started a topic 100% table from edge to edge

    100% table from edge to edge

    I'd like to have a table at the top of my screen that's filled with a color, which will reach from end to end of the monitor, regardless of screen resolution. I'm guessing this is simple...maybe not. Setting it to 100% doesn't seem to do the trick...

    Thanks in advance for any pointers.
    See more | Go to post

  • torweb
    replied to CSS to center page with no top space
    Well...it may be time to hit the bottle. Here is the whole page code (temp page) and still a space. If I can get this figured out I'll always be able to help others like myself.

    Thanks

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    ...
    See more | Go to post
    Last edited by eWish; Aug 15 '08, 01:13 PM. Reason: Please use the [code][/code] tags

    Leave a comment:


  • torweb
    replied to CSS to center page with no top space
    Am I doing this wrong as I thought I did put the margin and padding amounts in my container definiton...

    Code:
    #container {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    margin-top: none;
    [B]padding: 0px;
    margin: 0px; [/B] 
    }
    See more | Go to post
    Last edited by eWish; Aug 15 '08, 01:13 PM. Reason: Please use the [code][/code] tags

    Leave a comment:


  • torweb
    replied to CSS to center page with no top space
    My #Container is a Div ID. If I change the code to:

    Code:
    #container {
    	width: 980px;
    	margin-right: auto;
    	margin-left: auto;
    	margin-top: none;
    	padding: 0px;
    	margin: 0px;	
    }
    It still doesn't remove that space. If I put the padding and margin within the body definition, my page no longer centers. Is this not working as my style section is referring to a div.
    ...
    See more | Go to post
    Last edited by eWish; Aug 15 '08, 01:13 PM. Reason: Please use the [code][/code] tags

    Leave a comment:


  • torweb
    started a topic CSS to center page with no top space

    CSS to center page with no top space

    I'm using CSS to center my pages...which works fine, however I would also like to eliminate the small space at the top so my page is flush with the top of the screen...both in IE and FireFox. The CSS code I'm using is:

    Code:
    #container {
    	width: 980px;
    	margin-right: auto;
    	margin-left: auto;
    	margin-top: none;
    		
    }
    Thanks in advance for any advice..
    See more | Go to post
    Last edited by eWish; Aug 15 '08, 01:12 PM. Reason: Please use the [code][/code] tags
No activity results to display
Show More
Working...