Real Estate Forums

REW CMS 2 Questions CMS 2 support - 'How do I' questions when using the content management system included in the V 2.0 REW platform. If this is not related to the CMS portion of the backend please choose a different customer support forum.

Reply
 
Thread Tools Display Modes
Old 04-07-2008, 12:41 PM
ChrisOlsen ChrisOlsen is offline
Advancing Webmaster
 
Join Date: Feb 2008
Posts: 93
ChrisOlsen is on a distinguished road
Default CSS Accessibility?

I want to shorten the indent for a bullet and could do the following except it requires access to the style sheet, which I don't believe I have access to:

IN A CASCADING STYLE SHEET:

ul.noIndent {
margin-left: .5em;
padding-left: .5em;
}

IN YOUR HTML:

<ul class="noIndent">
<li>Item 1</li>
<li>Item 2</li>
</ul>

Can I access the style sheets or how can I solve this problem?

Thanks...Chris
Reply With Quote
Old 04-07-2008, 12:51 PM
rew danielle's Avatar
rew danielle rew danielle is offline
Real Estate Webmasters Staff
 
Join Date: Dec 2007
Posts: 1,421
rew danielle is on a distinguished road
Default Re: CSS Accessibility?

Only REW has access to the style sheets and we can add or edit anything you would like. You may post a request in the work orders forum.
__________________
Danielle Simard
Customer Support Representative
support@realestatewebmasters.com
Reply With Quote
Old 04-07-2008, 08:50 PM
Aaron Aaron is offline
Real Estate Webmasters Staff
 
Join Date: Jun 2005
Location: Nanaimo
Posts: 14,971
Aaron is on a distinguished road
Send a message via MSN to Aaron
Default Re: CSS Accessibility?

Hi Chris,

If you just want the formating for one page - You could also place that CSS in a snippet like I have below then place the snippet on the CMS page - Ideally you would have it added to the main CSS file - but this is also an option.

Code:
<style>
ul.noIndent {
margin-left: .5em;
padding-left: .5em;
}
</style>
__________________
Aaron
Programming

Real Estate Webmasters
Reply With Quote
Old 04-07-2008, 10:00 PM
ChrisOlsen ChrisOlsen is offline
Advancing Webmaster
 
Join Date: Feb 2008
Posts: 93
ChrisOlsen is on a distinguished road
Default Re: CSS Accessibility?

Thanks Aaron and Danielle!
Reply With Quote
Old 04-07-2008, 10:50 PM
ChrisOlsen ChrisOlsen is offline
Advancing Webmaster
 
Join Date: Feb 2008
Posts: 93
ChrisOlsen is on a distinguished road
Default Re: CSS Accessibility?

Hi Aaron,

Here is a link to the page where I tried your example, but it is unfortunately, still indenting: http://www.browndogrealestate.com/list-test.php.

Below is the source code on this page. Could it be the main CSS file is overriding this? I wouldn't think so.


<h1>Unordered List Test</h1>
<ul>
<li>List Item 1
<li>List Item 2
<li>List Item 3
<ul>
<li>Sub-List Item 1
<li>Sub-List Item 2
<li>Sub-List Item 3 </li></ul>
<li>List Item 4
<li>List Item 5 </li></ul>
<p>
<style>
ul.noIndent {
margin-left: .5em;
padding-left: .5em;
}
</style>

<ul class="noIndent">
<li>Item 1
<li>Item 2 </li></ul>
<p>hi </p>
Reply With Quote
Old 04-08-2008, 12:13 AM
Aaron Aaron is offline
Real Estate Webmasters Staff
 
Join Date: Jun 2005
Location: Nanaimo
Posts: 14,971
Aaron is on a distinguished road
Send a message via MSN to Aaron
Default Re: CSS Accessibility?

For me the list where you have class applied to it (Item1 and Item 2)it shows as less indented than the other list. Looks like your CSS is not going to work out. You might try just:

<style>
ul.noIndent {
padding-left: .1em;
}
</style>

If that's not working you may post a request in the work orders forum for a designer to create some CSS for that.



Thank you.
__________________
Aaron
Programming

Real Estate Webmasters
Reply With Quote
Reply


Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessibility to my website primeamericanproperties Website Reviews 3 02-02-2007 12:03 PM


Real Estate Webmasters on Facebook

For our members

Main Sections

IDX Coverage Areas

You can find us at

Spiders Welcome

All times are GMT -7. The time now is 03:09 AM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.