April 18th, 2007
How to disable ugly HTML image borders in links
While this may seem very simple to those that know the answer, those that do not know may find it very useful. It can make a very ugly situation for a beginner into something a lot prettier
Original code:
<a href=”http://www.bluechiphosting.com” mce_href=”http://www.bluechiphosting.com” title=”free web hosting”><img src=”image.jpg” mce_src=”image.jpg”>
change code to:
<a href=”http://www.bluechiphosting.com” mce_href=”http://www.bluechiphosting.com” title=”free web hosting”><img src=”image.jpg” mce_src=”image.jpg”>
Hope it helps ![]()
Powered by Gregarious (42)
Share This now!
Poor man’s banner / ad rotatorMake a button without an image editor using CSS!How to compress your HTML websites with PHPCompile Apache, PHP (With suhosin patch) + mod_perlPoor man’s 3d button with pure CSS