Forum: HTML and CSS Jun 12th, 2008 |
| Replies: 3 Views: 671 Well there is nothing like advanced HTML. Its very straight forward markup language. Same with CSS. Its very easy to learn them all and know what they do but the thing is that you should know how to... |
Forum: HTML and CSS Oct 11th, 2007 |
| Replies: 21 Views: 14,572 Hi Matty,
If we remove width="60%" from the table tag. It would work.
It was happening because you have 5, 95x95px images. So, when you give 60% width to the page, it's not necessary that 60% of... |
Forum: HTML and CSS May 13th, 2007 |
| Replies: 7 Views: 2,800 Do it something like this:
Here's modified CSS code
body
{
background-color: #000000
}
ul
{
float:none; |
Forum: HTML and CSS Jan 3rd, 2007 |
| Replies: 13 Views: 5,488 Have you tried putting padding, margin and all to 0. |
Forum: HTML and CSS Nov 24th, 2006 |
| Replies: 14 Views: 18,933 sorry i actually updated the script without checking it, might be some wrong things have crept in. I am in hurry now and will check it later after 7pm IST. |