Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 82585

Re: How to create a space in my text

$
0
0

It works BUT lets do this as lists because that's what they are.

 

Use this css:

 

.textblock ul {

margin: 0;

padding: 0;

}

.textblock li {

margin: 0;

padding: 0 0 12px 40px;

list-style: none;

font-size: 12px;

}

 

Then change all instances of #textblock to .textblock and add back in the >> code (as shown below):

 

<div class="textblock">

<ul>

<li>&gt;&gt; TANALISED FEATHEREDGE BOARD 15MM TAPPERED 4MM</li>

<li>&gt;&gt; 3x2 TANALISED FRAMING</li>

<li>&gt;&gt; 3X2 TANALISED PERLINGS</li>

<li>&gt;&gt; GALAVANISED GREEN BOX PROFILE STEEL ROOF</li>

<li>&gt;&gt; 2FT OVERHANG</li>

</ul>

</div>

 

 

Then delete all selectors in your original css that have the id #textblock as they have now been superceeded by the class - .textblock


Viewing all articles
Browse latest Browse all 82585

Trending Articles