0
Hi, I'm new here.
Just bought MC this week and started working on a website a few days ago...
Everything I tried so far work very well... my only problem is in the layout / template I guess because there are large spaces between images and texts...
exemple :
image 1 - http://img220.imageshack.us/img220/6738/spacebug1.jpg
image 2 - http://img819.imageshack.us/img819/1002/spacebug2.jpg
website - http://***
I really don't know much about Joomla, HTML and all that... can someone point me out where to start looking to fix this ?
Thanks
Edit : Oups, I should have post this in "General Off topic", but i'm using Joomla 1.6
Just bought MC this week and started working on a website a few days ago...
Everything I tried so far work very well... my only problem is in the layout / template I guess because there are large spaces between images and texts...
exemple :
image 1 - http://img220.imageshack.us/img220/6738/spacebug1.jpg
image 2 - http://img819.imageshack.us/img819/1002/spacebug2.jpg
website - http://***
I really don't know much about Joomla, HTML and all that... can someone point me out where to start looking to fix this ?
Thanks
Edit : Oups, I should have post this in "General Off topic", but i'm using Joomla 1.6
Responses (6)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Hi yosh11, I will quote the message I got :
Check the file "styles.css" of your template.
-> /templates/TemplateName/css/styles.css. The first lines are:
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
background: none repeat scroll 0 0 transparent;
border: 0 none;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0 none;
padding: 0;
vertical-align: baseline;
}
Delete the line
vertical-align: baseline;
You can't reduce the space between the name of the artist and the images, because this is placed in a table. Name and images are in different rows.
so basically, I just had to delete this line --> vertical-align: baseline;
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »