It's a sample I'm making for a company I may intern with as an editorial intern... See how "August 2006" and "always fabulous..." are left oriented and just look fucked up? On the preview in NVU (open source web developer) it looks fine.Any suggestions? If you have the program I'd be glad to send you the file as well.Thanks anyone!!!See page at:http://www4.ncsu.edu/~lmjeffri/buzz.html[Edited on July 19, 2006 at 7:18 PM. Reason : ugh]
7/19/2006 7:16:54 PM
¿que?
7/19/2006 7:21:51 PM
that code is too ugly to read...everything's all spaced out...blech
7/19/2006 7:22:13 PM
i don't read code (prob. where some of my problem is coming in)^ I'll let you back on my good side if you can tell me how to fix it :-)[Edited on July 19, 2006 at 7:24 PM. Reason : ^]
7/19/2006 7:22:52 PM
Dear lord. It's fucked up because you have no idea what you are doing.
7/19/2006 7:25:00 PM
^ it's not about the technical web structure, it's about the content
7/19/2006 7:27:45 PM
i think he's referring to the code, not your designbut then again, it's Noen, so who can tell?
7/19/2006 7:29:26 PM
^ yeah, i figured as much. But I don't need to be told I don't know the ins & outs of code... I just need to know how to get it to look like what I want
7/19/2006 7:30:31 PM
I also ran into this problem, for some reason NVU's generated code looks like garbage in IE, but will work fine in opera and firefox. I haven't found a solution other than just coding it yourself or using dreamweaver[Edited on July 19, 2006 at 7:32 PM. Reason : .]
7/19/2006 7:31:49 PM
^ does the page publish and look normal in firefox?
7/19/2006 7:33:36 PM
it's really strange that it would work in opera and firefox, but NOT in ie...ie will generally work with any crap you throw at it
7/19/2006 7:34:48 PM
^^ So yeah, looks fine in opera and firefox, only looks bad in IE. Convince everyone to stop using IE and that'll fix your problem. You could also try using something like dreamweaver (free trial version's availible) to redo it so it'll render properly in all browsers.http://www.adobe.com/downloads/[Edited on July 19, 2006 at 7:37 PM. Reason : ]
7/19/2006 7:36:46 PM
^ yeah... I prefer dreamweaver but I didn't feel like going to campus or dl'ing the trial so I figured I'd give this free one a shotOh, and it does look good in firefox... go fuckin figureI'm just going to tell the person I'm sending it for to open it in firefox (and dl firefox if she hasn't)
7/19/2006 7:39:18 PM
Page design by JeffK
7/19/2006 7:39:34 PM
Ok dude, the part of the page that concerns the 'August 2006' part looks like this:
<tr style="font-family: Franklin Gothic Book;" align="center"> <td colspan="3" style="background-color: rgb(0, 0, 0); width: 16px;"><big style="font-weight: bold;"><big><span style="color: rgb(255, 255, 255);">August 2006<br> <small><small><span style="font-style: italic;"></span></small></small></span></big></big><big><big><span style="color: rgb(255, 255, 255);"><small><small style="font-style: italic;"><small></small></small></small></span></big></big></td> </tr>
7/19/2006 10:14:55 PM
css are your friend
7/19/2006 10:26:31 PM
good luck with your webpage lisa
7/19/2006 10:47:25 PM
thanks everyone ... i'm happy with the results you can see on firefox and will just deal with the issues of not using dreamweaver later
7/19/2006 11:44:20 PM
<table style="width: 700px; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="2" cellspacing="0">that line is right under the </head> and <body> tagschange that to<table align="center" style="width: 700px; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="2" cellspacing="0">margin: auto doesn't work in IE6..
7/20/2006 2:17:15 AM
^ thank you!!!!
7/20/2006 6:17:15 PM