This looks like it is down to the Fragment layout you have selected.
Go into the Home pages fragment, i.e. where your text is and cut (Control X) the biggest portion of it away.
Then, right click on your current fragment and add another fragment, but in the layout select the Text only layout, and in the main area then paste (Control V) your text back in.
This will then place the bulk of your text beneath the image and spread across the page width.
Obviously with some playing around you can adapt it using the fragments within the home page as you want in time and trial and error.
All that makes sense, and now that I know what a fragemt is, it has opened up my eyes a bit. Now the next problem I have is on our homepage, I have added some logo's of the manufacturer's that we supply, but they all appear in one list. Now I know I can edit the layout's html code and align left, right and center, but how can I place let's say 3 of the newly created fragments next to eachother opposed to underneath eachother?
Fragments by design go one under the other, although there are tweaks that can be applied under Normans code which allows for fragments side by side in columns, but the easiest way for this would be something as follows:
Which I took from your page source code and amended slightly.
Must note that doing it this way will not show the images in preview mode unless you have copies of them within the PreviewHTML folder and you must also add the files to the Advanced | Addtional Files directive for the software to upload (try it without first just incase you have them referenced elsewhere in the sofwtares sections and products).
You include that code within the Fragment text area.
So, create a fresh fragment which is using the layout Text only and then paste the above code directly into the fragment text entry area within the software itself.
You are good! All I have now is one last niggly question, how can I make sure that when I click on a picture on the homepage, it opens a new broswer window?
Delete the extra http:// so that it is (and maybe add in the www if required):
"http://www.msicomputer.co.uk/"
Also, ensure that the image is added to the Additional Files directive so that it gets uploaded, unless it is used elsewhere in the site and auto uploaded by Actinic already.
Dont forget to see it during preview in this type of solution, you would have to have the image in the PreviewHTML folder of your PC also.
The border color just uses your 'Link' colours for normal and 'Visited' links as set in 'Design | Colours'. Once you have clicked on one of the images, it will change the border color unless you set 'Link' and 'Visited Link' to be the same colour.
Comment