Forum: HTML and CSS Jun 4th, 2008 |
| Replies: 2 Views: 681 1. add link styling css to the page.
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: #000000; |
Forum: HTML and CSS Jun 3rd, 2008 |
| Replies: 4 Views: 827 not really. the company is large enough that the potential monetary gain from this project would never get to me. i based that comment on the work i have seen completed by the designers of heritage... |
Forum: HTML and CSS Jun 3rd, 2008 |
| Replies: 4 Views: 827 i think they are great. use them. they will provide you with a great site.
i currently work as a php/database developer for them. |
Forum: HTML and CSS Mar 2nd, 2008 |
| Replies: 12 Views: 1,977 that effect you are looking for can be done with css styling but you need to use javascript to make it work.
use this in the containing tag of the title text
... |
Forum: HTML and CSS Mar 2nd, 2008 |
| Replies: 12 Views: 1,977 a css layout is very easy to design and maintain. first you will have to learn css, a very simple language. just search for some tutorials online and you can learn everything you need to know. after... |
Forum: HTML and CSS Mar 1st, 2008 |
| Replies: 12 Views: 1,977 do you really have to use frames. a css layout would be easier and make adding the background a simple task. |