Forum: HTML and CSS Jan 19th, 2007 |
| Replies: 1 Views: 6,567 There are many scripts online to help you do this, here are two:
- http://www.webwizguide.com/asp/sample_scripts/RTE_application.asp - this is for you if you have a windows server,
-... |
Forum: HTML and CSS Jan 5th, 2007 |
| Replies: 13 Views: 5,600 I think I have almost sorted it for you but I cannot get rid of one of the gaps. You need to use the following css (please make a backup of your old one first):
body {
font-family :... |
Forum: HTML and CSS Jan 4th, 2007 |
| Replies: 13 Views: 5,600 no every image should be like this
img {
padding: 0;
margin: 0;
border: 0;
}
You then need to set each images height and width. You also need to set the border, margin of all of your... |
Forum: HTML and CSS Jan 1st, 2007 |
| Replies: 4 Views: 11,514 This piece of css will show you that it is perfectly possibly to create a good looking navigation bar without any images or javascript and just a couple of lines of css.
All you need to do is... |