Changing 2 links?
How do I get the 2 links (´more´, ´mas´) at the left side of my homepage (www.eduardlid.net ) and not next to each other but 1 above 2?
Hi there asa,
change this...
Code:
#links {
text-align:right;
font-size: 12px;
}
#links li {
display:inline;
margin:10%;
}
...to this...
Code:
#links {
padding:10px 0 0 20px;
font-size: 12px;
}
#links li {
margin-bottom:5px;
}
coothead
Originally Posted by
coothead
Hi there asa,
change this...
Code:
#links {
text-align:right;
font-size: 12px;
}
#links li {
display:inline;
margin:10%;
}
...to this...
Code:
#links {
padding:10px 0 0 20px;
font-size: 12px;
}
#links li {
margin-bottom:5px;
}
coothead
I don´t manage!
What and where in my html file?
And where in my CSS?
Hi there asa,
No changes to the html file are needed.
The code that requires amendment will be found towards the bottom of your ex1.css file.
coothead
Originally Posted by
coothead
Hi there asa,
No changes to the
html file are needed.
The code that requires amendment will be found towards the bottom of your
ex1.css file.
coothead
Thanks very much! However, I want them to the right! A margin?
Great!
I just want 2 things:
1 a contact form (with php)
2 improve the style of the links
Hi there asa,
http://www.google.com/search?q=php+contact+form
which links, and in what way?
coothead
Thanks!
The 2 links of my homepage making it 1 (more, más ´ is very important!)
Another one (contact, contacto).
In such a way that they look professional!
Hi there asa,
well, links that "look professional " is to my mind a subjective requirement.
If you show me links that you consider "look professional ", I will be able to provide the appropriate code.
coothead
Originally Posted by
coothead
Hi there asa,
well, links that "
look professional " is to my mind a subjective requirement.
If you show me links that you consider "
look professional ", I will be able to provide the appropriate code.
coothead
You´re right!
Perhaps you can make them and I design them?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks