Guest Posted December 21, 2008 Share Posted December 21, 2008 Hello, I was searching the entire forum for the fix but I can't seem to find anything related to my problem. I've installed a new contrib. After the first mod at index.php I discovered that around all my pictures a link like border appears. I undid the mod in index.php but the borders are still there. Also, in the menu, I had all the main categories in bold red and the current category in italic red. Those are gone too. What did I do wrong? How can I undo this? You can see it on www.incarmultimedia.eu Thank you in advance. Best regards Link to comment Share on other sites More sharing options...
Kanie Posted December 21, 2008 Share Posted December 21, 2008 In your stylesheet, place this near the top. a img { border: none; } Link to comment Share on other sites More sharing options...
Hotclutch Posted December 21, 2008 Share Posted December 21, 2008 Hello, I was searching the entire forum for the fix but I can't seem to find anything related to my problem. I've installed a new contrib. After the first mod at index.php I discovered that around all my pictures a link like border appears. I undid the mod in index.php but the borders are still there. Also, in the menu, I had all the main categories in bold red and the current category in italic red. Those are gone too. What did I do wrong? How can I undo this? You can see it on www.incarmultimedia.eu Thank you in advance. Best regards Add border = 0 where required like this <td align="left"><img src="images/my_image.jpg" width=85 border=0> Link to comment Share on other sites More sharing options...
Guest Posted December 21, 2008 Share Posted December 21, 2008 Thank you for the quick reply. I used Kanie's indications and it worked. Thank you Kanie and Hotclutch. It was 0 on everything. I still have the menu to work arround. Best regards Link to comment Share on other sites More sharing options...
germ Posted December 21, 2008 Share Posted December 21, 2008 Also, in the menu, I had all the main categories in bold red and the current category in italic red At the bottom of the stylesheet, use these instead of what you have: A.categorie_on { font-style: italic; font-weight : bold; color: #CC0000; text-decoration: bold; } A.categorie_top:hover { font-style: italic; color : #cc0000; text-decoration: underline; } Sometimes after changing the stylesheet you have to hold the <Ctrl> key down while doing a page refresh in the browser to force the browser to reload all contents from the server, including the newly changed stylesheet. This works with IE and Firefox. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Guest Posted December 21, 2008 Share Posted December 21, 2008 Thank you germ. I've reinstalled the stylesheet part of the contribution for the menu. I have Dreamweaver installed on 2 computers. The one I usually use was off so I opened the Dreamweaver from the other one that I havent used for a time. At start, the dreamweaver does not refresh the whole website and when I made the first mod in index.php and hit save, dreamweaver put on the server the new index.php and the related files which included the old stylesheet.css that was saved on the computer. That messed up the site. Thank you all for the help. Best regards. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.