ACT Videos
If clients call in wishing to have videos removed from their list of ACT videos you can:
- Go to 4act.com
- enter the clinic's username/password into the Customer Login in the upper right corner
- Go to the clinic's website, to the Videos page
- Click the Inactive option for the videos to remove
Helpful HTML code for editing
You can use any of the below code to help modify text on a clinic's website:
<p style="color:#483526; font-size:22px; font-weight:bold; font-family:georgia; text-align:right">We Make House Calls</p>
If you would like to float an image behind text on a page, you may need to play with the position:
<img src="image address after adding to clinic's media section" style="position: absolute; top: -10px; left: -8px; z-index: 1" />
<div style="position: absolute; top: 22px; left: 8px; width: 160px; z-index: 5;"><p style="color:#583423; font-size:16px; font-weight:bold;"> text that you want over the image</p><br /></div>
<div style="min-height:250px;"></div> - this is only need if you need extra space added in the widget areas of the website.
Slideshow Image Dimensions
Theme 1 & 3 - 960px by 260px
Theme 2 - 466px by 306px
Adding a Clickable Image
<a href="URL"><img src="link to image"></a>