Use images within the Item Text
Enrich the layout of your text some more!
Question:
Is there a way to use images within the Item Text?
Answer:
To enrich the content of the Sliding Billboard, it is possible to use images within the Item Text. Unfortunately this cannot be done in Dreamweaver's Design View.
To add images to the item text within the Sliding Billboard, switch to Code View and scroll to the text that an image needs to be added to.
Find the location where the image should appear and type the code like it is below:
<img style="float:none;" src="images/yourimage.png"/>
Edit the source of the image so that image name and path are correct. Edit the style of the image as you please. Use the float:none, float:left or float:right option to determine if and how the text should be around the image. Use any other desired style.
Save and upload the page and view it on your server. Edit some more if necessary to get the best result.
Comments
Be the first to write a comment
You must me logged in to write a comment.