• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Major Design Prob!

Baggio

New Member
Hey ppl,
I'v got a major deisgn prob with the template of my new prototype. I'm using tables throughout this template, all was fine until I reached almost the ned of the page.

Strangely, now I get this wierd line separating the embedded table from the rest of the major table.

I still can't see where the prob lies in my code, I'd b grateful if any of u guys could check it out for me and point out the source of the error.

Here's the url:
http://www16.brinkster.com/ihb/index2.shtml

Thanx in advance. ;)
 
Sorry to say it but it's such a poorly designed site with so many problems I don't know which error you're talking about...
 
a possible solution to your white line

I was playing around with your code and this is what I was able to come up with. It is the table which you put in the cell which was f**king with your row. This was the only way I could get the images to line up with the bottom of the center cell.

<TR height=108>

<TD width=108><IMG height="100%" width=108 src="CM Dome - The Gathering Place For All CM Addicts_files/c1.gif">
</TD>

<TD height="108" vAlign=top align="center" width=557 bgColor=#000000>
<FONT face=tahoma color=#ffffff size=2>Copyright
CM Dome © 2001<BR>Contact ihb with any questions [<A
href="mailto:webmaster@cmaddict.zzn.com">here</A>]</FONT></TD>

<TD width=115><IMG height="100%" width=115 src="CM Dome - The Gathering Place For All CM Addicts_files/c2.gif">
</TD></TR>

Good luck with the site.
P.S. When I went to your page I got a window saying I needed a plug-in for chinese to be able to see it. I cancelled though and it came up fine.
 
Thanx man! It worked alright.

hmmm... I think that plug-in thing has to do with the OS I'm using, cuz it allows Chinese char reading, and its set as default. I'll play around with the options to c about taking the prob out.

Cheers man. ;)
 
Yeah, in N4.7x I only see this big white box. You have more than just one problem I'd say.

-mk
 
Originally posted by Baggio
[... I think that plug-in thing has to do with the OS I'm using, cuz it allows Chinese char reading, and its set as default. QUOTE]

kill the charset=big5
 
Back
Top