Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: Alignment
#24006
Alignment 13 Years, 5 Months ago Karma: 0
How do I align the doc viewer. I am looking to align it to the left and add a title?

{aridoc engine="google" width="190" height="250" }joomla/images/data/cutsheets/D-100 Specifications.pdf{/aridoc}

thx for the help
The administrator has disabled public write access.
 
#24010
Re:Alignment 13 Years, 5 Months ago Karma: 764
Hello,

Provide a link to a page where we can see a document on your site and an image where we can see what you want to achieve.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#24035
Re:Alignment 13 Years, 5 Months ago Karma: 0
Here is my link
cftglobal.com/joomla/products/product-listing/product/1-d-100-pig/category_pathway-12

as you can see - things dont look very organized

here is my code
<h3 class="header"> Engine and Truck Type</h3>
<p>DOT Class 5 thru Class 8<br>7 Liter to 16 Liter Engines<br>Up to 550 Horse Power</p>


{aridoc engine="google" width="190" height="250" }cftglobal.com/joomla/images/data/cutsheets/D-100 Specifications.pdf{/aridoc}

Would love a clean look where the engine and truck type information and a title to my aridoc "Specification sheets" would be together

thx for your help
Conrad
The administrator has disabled public write access.
 
#24038
Re:Alignment 13 Years, 5 Months ago Karma: 764
You can use the next HTML code:

Code:


<h3 class="header"> Engine and Truck Type</h3>
<p style="float: left;">DOT Class 5 thru Class 8<br>7 Liter to 16 Liter Engines<br>Up to 550 Horse Power</p>
<div style="float: left">
{aridoc engine="google" width="190" height="250" }cftglobal.com/joomla/images/data/cutsheets/D-100 Specifications.pdf{/aridoc}
</div>



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1