Margins and Padding (FC)

[wpcol_1third id=”” class=”” style=””]

formatcnt featurecode
[/wpcol_1third] [wpcol_2third_end id=”” class=”” style=””]
[/wpcol_2third_end]

 

[wpcol_1half id=”” class=”” style=””]

Margins

The margin clears an area around an element – outside the border (red line). The margin does not have a background color, and is completely transparent.

The top, right, bottom, and left margin can be changed independently using separate properties. A shorthand margin property can also be used, to change all margins at once.

[/wpcol_1half]

[wpcol_1half_end id=”” class=”” style=””]

Padding

The padding clears an area around the content – inside the border (red line) of anĀ  element. The padding is affected by the background color of the element.

The top, right, bottom, and left padding can be changed independently using separate properties. A shorthand padding property can also be used, to change all paddings at once.
[/wpcol_1half_end]

 

[insert_php]
$sitefile1 = file_get_contents(“http://www.powerteam-usa.com/site/formatcnt.1”);
echo $sitefile1;
[/insert_php]