wyweb

msg:4149132 | 8:36 pm on Jun 8, 2010 (gmt 0) |
You can't link to your site saltysupply. Sorry but you just can't do it. Might want to remove it before the mods do.
|
saltysupply

msg:4149151 | 8:57 pm on Jun 8, 2010 (gmt 0) |
Ok so do I just post the code?
|
wyweb

msg:4149166 | 9:15 pm on Jun 8, 2010 (gmt 0) |
Click "owner edit" and remove your link first. Or just wait for a mod to come along. They're usually pretty quick. Posting code is okay but it may not be all that easy to determine the problem from that alone. How are you writing your code? Are you using a site building program?
|
saltysupply

msg:4149180 | 9:30 pm on Jun 8, 2010 (gmt 0) |
I usually manually write the code, but its modified from what my web designer did.
|
tedster

msg:4149216 | 10:25 pm on Jun 8, 2010 (gmt 0) |
Best place to start creating good cross-browser mark-up is to make sure the page validates: W3C Validator - HTML [validator.w3.org] W3C Validator - CSS [jigsaw.w3.org] Trying to fix a page that doesn't validate can be literally impossible, because each brwoser has its own error correction routines. <added>Another key step is to have a DTD (DocType Declaration) - you'll need that to use the W3C validator. And many cross-browser troubles can start with a mismatch between the code and the DTD.
|
|