- b2evolution CMS Support Forums
- b2evolution Support
- General Support
- How its possible?
1 heidelberg Aug 03, 2005 08:23
My skin was with images in the left col. and linked ... all working. I included in the link the _blank part, tested it and all well.
After that I changed the css for the calendar, and when checking the result I noticed the imges were gone.
Seems it is a browser matter or so.
In the view source:
<p class="barcaption">Informatieve Links</p>
<p><div align="center"><a href="http://www.minbuza.nl/default.asp?CMS_ITEM=MBZ257241" target="_blank"> </a></div></p>
<p class="barcontent">Reisadviezen en landen- informatie van het Ministerie van Buitenlandse Zaken</p>
<p><div align="center"><a href="http://www.lcr.nl/" target="_blank"> </a></div></p>
<p class="barcontent">Gezondheid en Reizen: Landelijk Coördinatie- centrum Reizigersadvisering</p>
The _main.php file on the server:
<p class="barcaption">Informatieve Links</p>
<p><div align="center"><a href="http://www.minbuza.nl/default.asp?CMS_ITEM=MBZ257241" target="_blank"><img src="http://www.reisinformatieweblog.com/images/minbuza.gif" border="0" /></a></div></p>
<p class="barcontent">Reisadviezen en landen- informatie van het Ministerie van Buitenlandse Zaken</p>
<p><div align="center"><a href="http://www.lcr.nl/" target="_blank"><img src="http://www.reisinformatieweblog.com/images/gezondopreis.gif" border="0" /></a></div></p>
<p class="barcontent">Gezondheid en Reizen: Landelijk Coördinatie- centrum Reizigersadvisering</p>
<p class="barcaption">AllTravel On-line</p>
1. The images are located on the server (I checked)
2. The css code I changed / added is:
td#prev {
text-align: left;
}td#next {
text-align: right;
}
I only can work with the monitor and computer here at the moment. When entering http://www.reisinformatieweblog.com You also miss the two images in the left blue column and have the same coding?
As you see the <img src="" /> between the <a href=""> and </a> is missing.
Thanks for the help.
Seems a Firewall matter :-( because without it is there and also on other computers. A sudden change of the magic of software.