Front Page › D5 Creation Forum › General Support › Lines in footer not showing when put in text item in footer area
Hello ,
I put in some text ( link) in the second footer area but it seems there are no lines between the upper item and the text item ( like in the meta footer). How to solve this in the D5 Design extend ?
Hope you understand what I mean.
RT
I put in some text ( link) in the second footer area but it seems there are no lines between the upper item and the text item ( like in the meta footer). How to solve this in the D5 Design extend ?
Hope you understand what I mean.
RT
Do you want a underline under the hyperlink text? If no, please show an image on your desired design.
Hello ,
No that is not it . In the D5 Creation extended theme you see fine lines between every line in the meta for example ( also in all the other footer areas) But when I insert a text the lines don’t appear above en under this text.
I’m not familiar with how to post a pic .
Can you give me a explane how to put in a pic . Do I have to create a link to the pic that I have on the server ?
No idea.
I see the insert pic above but don’t know what to put in between that . “[img]?[/img]”
RT
You can use such these codes in any text WidGet at footer. These will show the lines you expected.
You can upload any image at the http://www.imgur.com and paste the image link in the forum.
I will try the code you suggest .
This is what I’m mising ( the red lines give the places where I want to see the lines )
Hope you see the image now.
RT
Update :
Tried it and it works half . The topline is like the other lines , so thats a step closer.
But the bottom line seems having a other dark color (bearly to see ) . Is it maybe because the text is a link that the bottom line is not showing right?
I’m a noob regarding html but I’m willing to learn by trial and error . With help of smart people like you. đ
Where can I find the html that I just changed ? Maybe I can search where the color is changed from grey to nearly black .
RT
Ok , ût in this text :
<ul>
<li><a href=”http://www.vlamo.be”>VLAMO website</a></li>
<br>
</ul>
I have instead of 2 lines 3 . One above and 2 under the text , where the bottom one is nearley black.
How do I solve this?
Thanks for all te help so far,
RT
Don’t bother . Stupid me . I found the fault . My mistake . I left out the br and its solved.
Thanks for your time .
I’m feeling a bit stupid now . But again a lesson learned .
Thanks
RR(RT)
In footer area where is the text is some square or something under the first character. How to remove that?
My web site http://www.ktrc.si and please look to footer area.
Thank you.
Your site is generating some custom styling code from somewhere, may be from the Custom Code within Head Area Box. Please find those and remove the custom code
#footer-sidebar .widget li {
background: transparent url("https://www.ktrc.si/WordPress/wp-content/themes/simplify-extend/images/listicon.gif") no-repeat scroll 0 center;
}
You can find the Demo where you will find everything clean.