Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-16-2010, 05:26 PM   PM User | #1
vijetha
New Coder

 
Join Date: Jul 2009
Posts: 59
Thanks: 10
Thanked 0 Times in 0 Posts
vijetha is an unknown quantity at this point
Thumbs up help me fix this <li> priblem please

Hi Friends we r making a web site or our college and i added some lists using <li></li> tags .But some what they are not aligned properly and pushed to the edge of the div. plz help us.

<li>Assessment Of Manpower Needs</li>
<li>Creation Of Appropriate Infrastructure and </li>
<li>Quality Enhancement such as state - of - art Laboratories, workshop,auditorium and sports complex.</li>
<li>Improved and knowledgeable faculty and adequate staff training.</li>
<li>Promotion of interaction with Industry / Community and networking activities.</li>
<li>Concerted efforts to improve quality, efficacy and develop competitive environment by establishing total quality management culture in the Institute.</li>

Last edited by vijetha; 06-17-2010 at 04:30 AM..
vijetha is offline   Reply With Quote
Old 06-16-2010, 07:27 PM   PM User | #2
Scriptet
Regular Coder

 
Join Date: Apr 2008
Posts: 685
Thanks: 15
Thanked 105 Times in 104 Posts
Scriptet is on a distinguished road
In what browser is this happening and what is the exact problem here when you say they are not "aligned properly", in what way? Also they are not pushed to the left side of the window? They seem like they are to me, remember you have a 1px left-border also.
Scriptet is offline   Reply With Quote
Old 06-16-2010, 07:56 PM   PM User | #3
conecode
New Coder

 
Join Date: May 2010
Location: Las Vegas, NV
Posts: 13
Thanks: 0
Thanked 3 Times in 3 Posts
conecode is an unknown quantity at this point
I think you just need to make sure you put a UL tag around the LI tags.

Code:
<ul>
<li>Assessment Of Manpower Needs</li>
<li>Creation Of Appropriate Infrastructure and </li>
<li>Quality Enhancement such as state - of - art Laboratories, workshop,auditorium and sports complex.</li>
<li>Improved and knowledgeable faculty and adequate staff training.</li>
<li>Promotion of interaction with Industry / Community and networking activities.</li>
<li>Concerted efforts to improve quality, efficacy and develop competitive environment by establishing total quality management culture in the Institute.</li>
</ul>
__________________
Las Vegas Web Design and Development - Cone Code Development
conecode is offline   Reply With Quote
Old 06-17-2010, 04:31 AM   PM User | #4
vijetha
New Coder

 
Join Date: Jul 2009
Posts: 59
Thanks: 10
Thanked 0 Times in 0 Posts
vijetha is an unknown quantity at this point
thanks conecode that solved my problem.
vijetha is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:38 AM.


Advertisement
Log in to turn off these ads.