Using blogging platforms within the widget section basically give a text widget using the code:

<p align="center"><a href="#" target="_blank"><img src="\wordpress2\wp-content\themes\mytheme\images\fb.png" class="frame" alt="Expand2Web Facebook Link"/></a></p>

<p align="center"><a href="#" target="_blank"><img src="\wordpress2\wp-content\themes\mytheme\images\twitter_link.png" class="frame" alt="Expand2Web Twitter Feed"/></a></p>

<p align="center"><a href="#" target="_blank"><img src="\wordpress2\wp-content\themes\mytheme\images\youtube.png" class="frame" alt="Expand2Web YouTube Link"/></a></p>

<p align="center"><a href="#" target="_blank"><img src="\wordpress2\wp-content\themes\mytheme\images\google.png" class="frame" alt="Expand2Web Google+ Link"/></a></p>

However the images never appear in opera. However in other browsers it's fine. What shall we be held doing wrong?

<p align="center"><a href="#" target="_blank"><img src="/wordpress2/wp-content/themes/mytheme/images/fb.png" class="frame" alt="Expand2Web Facebook Link"/></a></p>

<p align="center"><a href="#" target="_blank"><img src="/wordpress2/wp-content/themes/mytheme/images/twitter_link.png" class="frame" alt="Expand2Web Twitter Feed"/></a></p>

<p align="center"><a href="#" target="_blank"><img src="/wordpress2/wp-content/themes/mytheme/images/youtube.png" class="frame" alt="Expand2Web YouTube Link"/></a></p>

<p align="center"><a href="#" target="_blank"><img src="/wordpress2/wp-content/themes/mytheme/images/google.png" class="frame" alt="Expand2Web Google+ Link"/></a></p>

this will work.