How can I draw lines in the footer?
Auteur : Mariana B.
Visité 2078,
Followers 1,
Partagé 0
Hello!
1. Can you tell me how can I draw lines in the footer or create a frame, like in the picture?
2. How can I select different text color for links?
I want the text links in the header to have a different color from the footer.
In this picture I have drawn a table, and because my text link color is white and the text would'nt see I put over the table the title box and linked it. Can you tell me another option, easier?
Thank you,
Posté le
If you want to use lines in your footer you can use a table object for this. lines can be given a colour of choice.
Links have the same colour through the site, you can change them in template, customization, text style -> then use pulldown to change colours for links.
If you want to use different colours for links on the same page then this site will show you how.
Set the html code button in the object you are using this for to on if you do.
http://www.echoecho.com/htmllinks02.htm
Goodluck!
Hola Balota:
Aquí te dejo una opción.
<h6 style="text-align: center;padding-bottom: 10px; border-bottom:1px solid #000000"><span style="color: #863569;">Puedes colocar un título: H1,H2,H3...H6: o dejar solo la línea editando los colores.</span></h6>
Sólo la línea:
<h6 style="border-bottom:10px solid #999999"><span style="color: #863569;"></span></h6>
Adjunto zip.
Buen día.
Google Traductor:
Hi Balota
Here is an option.
<H6 style = "text-align: center; padding-bottom: 10px; border-bottom: 1px solid # 000000"> You can place a title: H1, H2, H3. ..H6: or leave the line alone by editing the colors. </ Span> </ h6>
Only the line:
<H6 style = "border-bottom: 10px solid # 999999"> </ span> </ span>
Attachment zip.
Good day.
Otra opción:
O también puedes usar la etiqueta <hr>
<hr size="4px" width="90%" noshade="noshade" align="center" color="black" />
<hr size="4px" width="50%" noshade="noshade" align="center" color="#458000" />
<hr size="4px" width="30%" noshade="noshade" align="center" color="red" />
Here another option:
Using the label<hr>
<hr size="4px" width="90%" noshade="noshade" align="center" color="black" />
<hr size="4px" width="50%" noshade="noshade" align="center" color="#458000" />
<hr size="4px" width="30%" noshade="noshade" align="center" color="red" />
Buen día.
2) Different colours for links:
<a href="http://www.tusitio.com" style="color: #FFBF00;">Puedes colocar un título: H1,H2,H3...H6: o dejar solo la línea editando los colores.</a>
<br>
<a href="http://www.tusitio.com" style="color: #8A084B;">Puedes colocar un título: H1,H2,H3...H6: o dejar solo la línea editando los colores.</a>
<br>
<a href="http://www.tusitio.com" style="color: #2ECCFA;">Puedes colocar un título: H1,H2,H3...H6: o dejar solo la línea editando los colores.</a>
Attachment zip.
Good day.