[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 04-05-2004, 05:01 PM   #1 (permalink)
NamePros Member
 
Join Date: Mar 2004
Posts: 53
73.00 NP$ (Donate)

smilinjack is an unknown quantity at this point


Notice More Positioning

I'm back!
I suspect that this could be fixed by closing an open tag, but which one?
How can I get:http://www.walkincool.com/specs2.html , to look like: http://www.walkincool.com/specs.html ?
The advantage on "Specs2" is the abilty to position easily.
I believe a tag may be needed at line #36.

Thanks Again,
Jack
smilinjack is offline  
Old 04-06-2004, 12:00 AM   #2 (permalink)
Senior Member
 
Join Date: May 2003
Posts: 2,211
6,170.25 NP$ (Donate)

adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough

Breast Cancer
<!-- Change the 758 below to 100% to make the skin expanded -->
<table align="center" border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="758">

even your source code tells you part of the problem

Last edited by adam_uk; 04-06-2004 at 04:36 AM.
adam_uk is offline  
Old 04-06-2004, 03:39 AM   #3 (permalink)
NamePros Member
 
Join Date: Sep 2003
Posts: 46
68.00 NP$ (Donate)

Smilin' Jack is an unknown quantity at this point


Thanks Adam,
But where is that line in the code?
Are we on the same page?

Jack
__________________
"Never let the future disturb you. You will meet it, if you have to, with the same weapons of reason which today arm you against the present".
- Marcus Aurelius
Smilin' Jack is offline  
Old 04-06-2004, 04:41 AM   #4 (permalink)
Senior Member
 
Join Date: May 2003
Posts: 2,211
6,170.25 NP$ (Donate)

adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough

Breast Cancer
i coulda swore blind that code changed :S
anyways

if you open specs2 in your editor and go into the source

<table width="655" border="0" cellpadding="0" cellspacing="0" bgcolor="White">

the width bit, im sure that should be wider?
adam_uk is offline  
Old 04-06-2004, 05:46 AM   #5 (permalink)
NamePros Member
 
Join Date: Sep 2003
Posts: 46
68.00 NP$ (Donate)

Smilin' Jack is an unknown quantity at this point


Thumbs up

Thanks Adam,
I figured it out. Maybe not technically correct but then again, is Clapton a technician?
The page in question was www.walkincool.com/specs2.html
I tried using the validator as suggested but it was too time consuming at this point for me.
I greatly appriciate the help I get hear but sometimes some of the members are condecending and don't realize that this is a means to an end. If I had the time I would learn and do everything "technically" right.
Thanks again for all your help!!!!!

Jack
__________________
"Never let the future disturb you. You will meet it, if you have to, with the same weapons of reason which today arm you against the present".
- Marcus Aurelius
Smilin' Jack is offline  
Old 04-06-2004, 05:52 AM   #6 (permalink)
Senior Member
 
Join Date: May 2003
Posts: 2,211
6,170.25 NP$ (Donate)

adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough

Breast Cancer
i have spotted one thing in the html source code you close a table without closing a tr

what html editor are you using?

<table width="655" border="0" cellpadding="0" cellspacing="0" bgcolor="White">
<tr>

<div align="center"><font size=6 color=Black><b>Walk-in Cooler & Freezer Specifications</Font>
</Table>

this code is wrong. the </Table> is in the wrong place or you forogt to close off your tr tag

try fixing this and then seeing what happens
adam_uk is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 08:16 AM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85