Hello VanguardLH
I see, thanks for the input.
Now there's a new problem for me that my website is actually not accessible
easily from all parts of the world? Hmm.. that is worrying.. What could have
happened? I didn't understand how you traced the host and how that helps to
load the page for you..
Anyway, I understand that this newsgroup may not be the most appropriate and
I have followed to the other groups suggested to me (Thanks PA Bear) and
posted the same problem there and I didn't get any response till now.
I'm not sure if the CSS padding attribute takes care of it or if it is
really the problem. If it is really the problem, it seems to take care of it
in all other browsers except IE8.
I also just tested if I defined using the html table cellpadding and
cellspacing attributes and still the problems persists.
"VanguardLH" wrote:
> Ronald Fong wrote:
>
> > http://www.ronald-fong.com/blog
>
> nslookup www.ronald-fong.com
> returns
> 203.211.134.88 (Qala/Johannes Lie, Signapore)
>
> tracert 203.211.134.88
> gets me all the way to that host
>
> So I can get there okay through a route in Internet. The web page
> loaded. I'm no HTML expert (which this newsgroup is not about and why
> other groups were suggested to you) but I noticed your <table> doesn't
> specify the cellspacing and cellpadding attributes. The table uses the
> "layout" class from your .css file which has:
>
> table.layout {
> width: 900px;
> }
> td {
> border: 0px;
> padding: 0px;
> }
>
> Does the padding attribute in CSS take care of both the cellspacing and
> cellpadding attributes?
>