This is a discussion on "Just some simple css help! Please??" within the Starting Out section. This forum, and the thread "Just some simple css help! Please?? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Just some simple css help! Please??
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Hello guys! I am a beginner,running a blog and I have a problem with my stylesheet. Wont let me put any bullets and will not put any spaces or paragraphs. Its modifies everything by it self and I dont know how to change it
This is my website http://leftyisright.com and here is the stylesheet:
Last edited by Aso; Apr 27th, 2008 at 17:07. Reason: If you're posting that much code, use [CODE] tags!!! |
|
|
|
#2
|
|||
|
|||
|
Re: Just some simple css help! Please??
Hi lefty.
You should take the time to read some tutorials on HTML/CSS as I don't think you understand it to a great extent.
A list is what they named a set of bullet points, with '<ul>' (in HTML) or 'ul' (in CSS) being an unordered-list, and '<ol>' (in HTML) or 'ol' (in CSS) being an ordered list. You've set their type to none, with the command 'list-style: none;' removing the bullet points. Hope this helps, Ed.
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
|
|
#3
|
|||
|
|||
|
Hey thanks!!!!!! it does work but though creates a problem with my right sidebar since bullets are created :S:S can u please help?????
|
|
#4
|
|||
|
|||
|
Re: Just some simple css help! Please??
I don't see any problem!
However, you probably should have gathered that 'list-style: none;' turns off bullets. Add it to the '#div ul' which is for the sidebar.
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
|
|
#5
|
|||
|
|||
|
Re: Just some simple css help! Please??
yeah thats because i left like it was.. go check it out now
|
|
#6
|
|||
|
|||
|
i think i just did it!
i made it like that: div, dl, dt, dd, ul, ol, li { margin: 0; padding: 0; } h1,h2,h3,h4,h5,h6 { font-size: 100%; } ol,ul { list-style: none; } |
|
#7
|
|||
|
|||
|
Re: Just some simple css help! Please??
You need to read some tutorials, it's as simple as that.
Last Blog Entry: Happy New Year! (Dec 31st, 2007)
|
|
#8
|
|||
|
|||
|
i know but im very busy now studying for my JAVA exams
|
|
#9
|
|||
|
|||
|
Re: Just some simple css help! Please??
I have another problem if u can help me. If i put something as Header 3 or less ( h1,h2,h3) it makes it Capital letters.. how can i remove that? !!!!!!
|
|
#10
|
||||
|
||||
|
Re: Just some simple css help! Please??
This is down to text-transform: uppercase.
You need to remove this line that applies to the corresponding tag, which could be any of these;
Last Blog Entry: The Google Misconception (Feb 3rd, 2008)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Simple Job | MetallicWarfare | Job Opportunities | 0 | May 24th, 2008 12:30 |
| Very Simple Cms | christopher | Website Planning | 3 | Apr 26th, 2008 17:19 |
| Something really simple | delusion | Web Page Design | 10 | Jul 4th, 2007 17:59 |
| Just want simple Background Song (.mp3) and a simple start/stop. | BlackReef | Flash & Multimedia Forum | 4 | Jun 28th, 2007 07:04 |
| simple GET | moiseszaragoza | JavaScript Forum | 4 | Mar 23rd, 2007 23:35 |