If you wish to link to Physio.co.uk there are three linking options we recommend:
- Text links to Physio.co.uk content
- Text links to Physio.co.uk homepage
- Physio.co.uk logo
1. Text links to Physio.co.uk content
To offer users a better experience, consider using descriptive anchor text and linking directly to the relevant Physio.co.uk article page. A list of suggested content areas and anchor text is provided below
Suggested link/anchor text | Link target URL |
About Physio | http://www.physio.co.uk/about-us |
Physio clinics | http://www.physio.co.uk/our-clinics |
Physio careers | http://www.physio.co.uk/careers |
Contact Physio | http://www.physio.co.uk/contact-us |
What Physios treat | http://www.physio.co.uk/what-we-treat |
Physio treatments | http://www.physio.co.uk/treatments |
Physio services | http://www.physio.co.uk/our-services |
Who Physios work with | http://www.physio.co.uk/who-we-work-with |
Source code guidance
You can use the following example source code to create the above links:
<a href="http://www.physio.co.uk/treatments" title="Physio treatments">Physio treatments</a>
The title attribute (title ="Physio treatments") allows this text to be read by speaking browsers and is visible to users when their mouse hovers over the link.
2. Text links to Physio.co.uk homepage
If you wish to use text to link to the Physio.co.uk homepage, you should use the following anchor text: Physio.
Suggested link/anchor text | Link target URL |
Physio | http://www.physio.co.uk |
Source code guidance
You can use the following source code for this link:
<a href="www.physio.co.uk" title="Physio">Physio</a>
The title attribute (title ="Physio") allows this text to be read by speaking browsers and is visible to users when their mouse hovers over the link.
3. Physio.co.uk logo
If you wish to put a logo link to Physio.co.uk on your homepage, you can use one of the following graphics as a visual link to Physio.co.uk.
Please do not reduce the size of these graphics as it will make the text unreadable
- Download Physio.co.uk logo 400x104px (jpg, 32 kb)
- Download Physio.co.uk logo 250x65px (jpg, 17 kb)
- Download Physio.co.uk logo 150x39px (jpg, 9 kb)
Source code guidance
The source code for the link should include:
<a href="http://www.physio.co.uk/" ><img src="file-path/file-name.php" width="" height="" alt="Link to Physio.co.uk" /></a>
Note:
width="[***]" height="[***]": Insert the size of the graphic in pixels; this will help the page load more quickly
src="[file_path/file_name.gif]": Insert the file path and name of the graphics file that you upload to your server.
alt="Link to Physio.co.uk": This text is read out by speaking browsers and is visible to users who have turned off their graphics.