Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove annoying dotted lines in product description.


vjboc

Recommended Posts

Posted

How can I remove annoying dotted lines in product description. Go to http://soundwavedirect.com/store/product_i...d961e54f4b7dd32 under features section.

 

This is how I coded it: In the preview it looks fine, but when I insert it it has the dotted lines.

 

 

 

<h2>Product Description:</h2>

<p><p>The Design Beam 300 (DB 300) by Elation Professional is an intelligent 300 watt compact hybrid spot, wash and beam projector featuring CMY color mixing and EWDMX buit-in wireless DMX receiver. DB 300 is equipped with 8 static/replaceable dichroic filters including CTO, CTB and UV and one gobo wheel containing 6 rotating, indexing replaceable gobos. Additional features include variable frost for hard edge beam or wash effect, rotating indexing 3-facet prism, 16-bit movement and 3 phase motors for fast movements. The unit is available in black casing and features a compact case design (250 size case). The DB 300 is powered by Phillips MSR 300/2 fast fit single end discharge lamp providing up to 750 hours estimated lamp life. Rated at IP20 this unit is designed for indoor applications only and can operate from 90~240V AC, 50/60HZ. Control data input is via 3 pin or 5 pin DMX data first in and out connections.</p>

<p> </p>

<h2>Features</h2>

<ul>

<li>300 Watt Hybrid Spot / Wash / Beam Projector</li>

<li>CMY Color Mixing</li>

<li>8 Static / Replaceable Dichroic Colors including CTO, CTB and UV</li>

<li>6 rotating / indexing gobos (replaceable)</li>

<li>Very tight 7.5° beam angle / extreme output ACL EFFECT!</li>

<li>Extreme Light output - over 30,000 Lumens!</li>

<li>16 Bit Movement Pan/Tilt</li>

<li>3 Phase Motors for fast movements</li>

<li>Rotating / Indexing Prism 3-Facet</li>

<li>Variable Frost for hard edge BEAM or WASH effect</li>

<li>EWDMX Wireless DMX receiver built in</li>

<li>Digital LCD Blue / White Menu Display</li>

<li>Pan / Tilt Lock - 630° or 540° Pan x 265° Tilt selectable</li>

<li>19 DMX Channels standard or 27 DMX channels extended</li>

<li>DMX Record function on-board</li>

<li>4 User settable personality DMX traits</li>

<li>Compact case design (250 size case)</li>

<li>ETL approved</li>

</ul>

<p> </p>

<h2>Specifications</h2>

<ul>

<li>DMX Channels: <br />

<ul>

<li>Standard mode: 19 DMX channels</li>

<li>Extended mode: 27 DMX channels</li>

</ul>

</li>

<li>Control: RDMX, 3 pin or 5pin DMX in/out</li>

<li>Dimmer: Yes</li>

<li>Strobe: Yes</li>

<li>Power supply: 90-240v / 50-60hz</li>

<li>Power consumption: 3.7A 446W</li>

<li>Fuse: 5T /3.6A Electronic Ballast</li>

<li>DB Rating: 52db @ 3'</li>

<li>Lamp: MSR300/2 Fast Fit Philips single end discharge lamp</li>

<li>Lamp life: 300W, CRI 75, 8000°K, 750 HRS</li>

<li>Lux: 33,150 @ 30'</li>

<li>Dimensions: ( L x W x H ) 16.9" x 17.6" x 20" / 429.26 x 447.04 x 508mm</li>

<li>Weight: 56.2 lbs. / 25.5 kg</li>

<li>Rigging: Rigging included

<ul>

<li>1 x safety cable</li>

<li>1 x data cable (3-pin)</li>

</ul>

</li>

</ul></p>

Posted

stylesheet.css

 

.main .desc li {background:url(images/bg_list_hline.gif) 0px 100% repeat-x;}

Change to

 

/*.main .desc li {background:url(images/bg_list_hline.gif) 0px 100% repeat-x;} */

Sometimes after changing the stylesheet in order to see any change you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet.

 

This works with IE and Firefox.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Posted

Jim thanks i appreciate it. It worked great. The dotted lines are also in the category section. Would that also be in the css section?

Posted

.boxText .bg_list {background:url(images/bg_list_hline.gif) 0px 0px repeat-x;}

Change to:

 

/* .boxText .bg_list {background:url(images/bg_list_hline.gif) 0px 0px repeat-x;} */

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...