A little bit of help and advice, please!

liunx

Guest
I would really appreciate it if someone could help me out. <br />
<br />
Here's my story: I am currently using inline frames as part of my layout for my new website. I'm using images and tables, so I'm cutting up the images and piecing them together, right? I'm just having trouble piecing it together, I was getting awkward white spaces in between each cell, vertically as well as horizontally. The thing is, I have the spacing set to 0 so it doesn't do that. I eliminated a few of the white spaces, but there's one more left, and I can't see a thing wrong with my handcoding that would make it like that. <br />
<br />
Here is a link to the trial version of my site, I wanted to get the handcoding right before I went ahead and started adding a bunch of content. <!-- m --><a class="postlink" href="http://www.geocities.com/ramy2303/TRIAL/dnaINDEX3.html">http://www.geocities.com/ramy2303/TRIAL/dnaINDEX3.html</a><!-- m --> See what the problem is? But my code seems perfectly fine. <br />
<br />
Can anyone help or give me tips? I would be extremely appreciative and if you have a site, I would be happy to link to it on my new site when it's finished.<!--content-->first, turn on your table borders, it helps you to see whats going on. Second, you hve MOST of the content in 1 td, but in the second row (tr) you have two td's. The second td is at the right of the first one. Put a colspan=2 in the very first td that you have on the page, and it may line up correctly. <br />
<br />
Also worthy of note: since the page is made up almost entirley of images, it seems to load quite slow on my modem 56k connection.<!--content-->Thanks for your help! It worked sort of, the border helped me see what I was doing, and colspan thing lined it up, but then the IFRAME moved down below everything, and where it was before was an empty space the size of the IFRAME that used to be there, but the right ligned up with it perfectly. Why is it doing that, now? I keep playing with it, hopefully I'll get it. I know, it is hard to load on a 56k modem, but I can't help it. <br />
<br />
Oh, and the reason why I needed a second td on the right is because i needed a new one to put the up and down buttons in, and I needed a whole new td with a different background.<!--content-->Alright, I've toyed around with it, and now it looks like this: <!-- m --><a class="postlink" href="http://www.geocities.com/ramy2303/TRIAL/dnaINDEX3.html">http://www.geocities.com/ramy2303/TRIAL/dnaINDEX3.html</a><!-- m --><br />
<br />
What's wrong with it now?<br />
<br />
EDIT: I got it, I just had to play around with the width of the second td to the right. Thank you for all of your help and when I'm done completing my site, I will link to the HTML Forums. <br />
<br />
One more thing, notice that any punctuation at the end of my sentences (on my site) shows up at the end, click on the link that is on the inline frame when it first loads, and it gives you Eminem's lyrics, all of the periods, apostrophes, etc. that are at the END of the sentence automatically switch themselves to the beginning. How can I fix that?<!--content-->
 
Back
Top