-
AuthorPosts
-
February 9, 2010 at 9:46 am #148525
Hi. I have created image headings for the different rooms on the page “Accommodation” (http://www.dekatz.co.za/index.php?option=com_content&view=article&id=63&Itemid=86), but i want to delete the border it makes around the image. I tried to make the border 0 for the image but it doesnt work. Also tried to change it in the css files, but nothing takes the border away. Any suggestions?
The i would like to color-code my table rows on the “Accommodation” page (http://www.dekatz.co.za/index.php?option=com_content&view=article&id=63&Itemid=86). Did it in the html, but nothing happens. Will appreciate your help.
Thank you in advance
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 10, 2010 at 7:17 am #332257Hello guy
<blockquote>Hi. I have created image headings for the different rooms on the page “Accommodation” (http://www.dekatz.co.za/index.php?op…d=63&Itemid=86), but i want to delete the border it makes around the image. I tried to make the border 0 for the image but it doesnt work. Also tried to change it in the css files, but nothing takes the border away. Any suggestions?</blockquote>
In your rule, you shout add !important after the border attribute to override original style.
Example:
a img { border: 0 !important }
If possible, give me the screenshot of the issue, i would like to have closer look on the issue.<blockquote>The i would like to color-code my table rows on the “Accommodation” page (http://www.dekatz.co.za/index.php?op…d=63&Itemid=86). Did it in the html, but nothing happens. Will appreciate your help.</blockquote>
Here is the solution
http://www.joomlart.com/forums/topic/table-boarders-not-showing/February 10, 2010 at 8:07 pm #332308Thanks for your response. just want to know in which file do i change the following code:
a img { border: 0 !important }
In the templates.css or in red.css, because i am using the red color. I tried to change it in various locations but the border is still there. Can you maybe supply me with a line number, if possible? thank you very much for your help so far
February 10, 2010 at 8:13 pm #332309Hi Regarding the table rows. i would like to make one row white for example and the next row black for example. tried this coding in the html editor of the accommodation page:
<table><tr bgcolor=”#ffffff”><td>text</td></tr>
<tr bgcolor=”#000000″><td>text2</td></tr>
</table>but the table row’s background color stays unchanged. Any suggestions will be appreciated. Thank you very much
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 23, 2010 at 2:13 am #333484Hello guy!
Here is the solution for you, please open the file :templatesja_rubycssaddons.css and find codes at line 20
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}Replace:
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
background: transparent;
}February 23, 2010 at 7:31 pm #333616Hi Thank you very much – it works!!!!
Now one last thing – i am still struggling to get rid of the border around the images on the accommodation page. Not the rooms images, the header images for example “Twin room”. There’s a thin border around those images and even if i specify in the html <img border=”0″> it stays there. Appreciate your help…Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 25, 2010 at 11:24 am #333857Thanks alot – it works!!!!
-
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by cjmicro 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum