Pink Poogle Toy Forum

The official community of Pink Poogle Toy
Main Site
NeoDex
It is currently Fri Sep 27, 2024 5:17 pm

All times are UTC




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 8 posts ] 
Author Message
 Post subject: What Am I Doing Wrong? (NEED HELP FAST!)
PostPosted: Wed Dec 07, 2005 8:21 pm 
Way Beyond Godly
Way Beyond Godly

Posts: 8715
Joined: Sat Jun 05, 2004 9:10 pm
Location: Cleveland, Georgia
Gender: Female
http://hugsforhn.t35.com/testpage.html

The images are all in order, but for some reason, they're all dislodged. What did I do wrong? oO

It's supposed to be in tables...if that helps.


Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 11:27 pm 
PPT Trainee
PPT Trainee
User avatar

Posts: 665
Joined: Wed Oct 05, 2005 4:41 pm
Location: Ontario, Canada
I am looking through the code and I can't seem to find anything that is jumping right out at me. Man has it been a while since I wrote HTML - stupid notepad


Image
Check out my Gallery
Neo User


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 08, 2005 2:48 am 
PPT Trainee
PPT Trainee
User avatar

Posts: 500
Joined: Fri Oct 22, 2004 1:02 pm
Location: The Internet
freddyflinstone wrote:
I am looking through the code and I can't seem to find anything that is jumping right out at me. Man has it been a while since I wrote HTML - stupid notepad


Same here. At first I thought that the table width might be too much, but it seems to add up fine.

Maybe it's your ads? (I have adblock on, so it might distort some things for me.)

Maybe (and this is just a maybe), make sure that all your measurements are included in quotations? It shouldn't make a difference, but...


Image


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 08, 2005 3:47 am 
PPT Trainee
PPT Trainee
User avatar

Posts: 657
Joined: Tue Jun 01, 2004 4:35 am
Location: Australia
Gender: Female
Hey, I'm pretty sure it's your last row. Your table has 8 columns, I think? The last row only has one column, and since the cell in that row is quite wide, it's pushing out all the other columns.

You're also missing </td>, </tr> and </table> tags for that last row, the BORDERCOLOR attribute of the last table hasn't been closed (you need another "), and the td valign attribute just after it isn't closed either. So those might add to the problem!

Try replacing your last row with this:
Code:
<TR>
    <td colspan="8">
        <table cellpadding="0" cellspacing="0" WIDTH="480" HEIGHT="151" BORDER="1" BORDERCOLOR="B86A7O">
                <tr>
                    <td valign="center">
                        <font face="Arial" size="1" color="black">
                        Hello, and welcome to the Hugs for Hawk Nelson website! Things are STARTING to get somewhat under control...
        testing testing testing
                        </font>
                    </td>
                </tr>
        </table>
    </td>
</TR>


Edit: I've tested that out, and it helps a bit. The navigation links are still a bit wonky, but adding align="left" to each of those cells might help. If that still doesn't work, try adding an empty cell to the end of that row, with a width of 100%:
Code:
<td width="100%"></td>

All the other spanning rows would need to be adjusted to colspan="9' then, of course ;)


Image
Nyum nyum nyum...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 08, 2005 4:54 pm 
Way Beyond Godly
Way Beyond Godly

Posts: 8715
Joined: Sat Jun 05, 2004 9:10 pm
Location: Cleveland, Georgia
Gender: Female
Maz, you just spoke greek to me.
I found out what might've been the problem. See, PSP 8 generated the code for my after cutting the image for linking. I realised that it had a blank image and I had taken that out.

Now everything works. 8) Thanks for your help, though, everyone! ^^


Image


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 08, 2005 10:22 pm 
PPT Toddler
PPT Toddler
User avatar

Posts: 162
Joined: Sun Aug 01, 2004 11:14 pm
Location: Sweden
Hmm, you really shouldn't use tables for layout :/ It's possible to code that layout with less than half the lines of codes, plus it would look much better (the code that is :)) when reading it :)


http://ibisaeg.mine.nu
<silja rox my sox>... somewhat :P


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 08, 2005 11:28 pm 
PPT Trainee
PPT Trainee
User avatar

Posts: 657
Joined: Tue Jun 01, 2004 4:35 am
Location: Australia
Gender: Female
DM was on fire! wrote:
Maz, you just spoke greek to me.

Hahaha... don't you mean geek? ;)

Glad to hear you've got it fixed up. It certainly did look like a generating problem, the code at the end of the page that I was talking about is all good now :)


Image
Nyum nyum nyum...


Top
 Profile  
 
 Post subject:
PostPosted: Fri Dec 09, 2005 6:43 pm 
Way Beyond Godly
Way Beyond Godly

Posts: 8715
Joined: Sat Jun 05, 2004 9:10 pm
Location: Cleveland, Georgia
Gender: Female
Ibis wrote:
Hmm, you really shouldn't use tables for layout :/ It's possible to code that layout with less than half the lines of codes, plus it would look much better (the code that is :)) when reading it :)


Actually, I did want to code it using DIVs, but I'm not good with them. I can try it out on my test page though and see how it turns out. :)

Maz - You're right...I'll cue the wah-wah-wah. :P


Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 8 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 5 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group