Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 01-04-2007, 01:28 AM   #1
joaoleitao
Junior Member
 
joaoleitao's Avatar
 
Join Date: Dec 2006
Location: Evora, Portugal
Posts: 24
joaoleitao will become famous soon enough
Send a message via MSN to joaoleitao
Default I need an alternative to this: <html xmlns="http://www.w3.org/1999/xhtml">

Greetings

I think i might be using wrong the html source code on top of my website.

can you please provide me the correct one, and please don't direct me t w3 website as all those pages and explanations of codes seem chinese to me ( sorry if any Chinese here... hehe nothing personal... )

i'm now using

Quote:
<html xmlns="http://www.w3.org/1999/xhtml">

but when i run a html code tidy engine, it says i'm not using the correct code...

thank you i apreciate your help. anyone.
__________________

31 Best Riad Marrakesh MerzougaHotels Hotel Maroc
joaoleitao is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 01-04-2007, 07:50 AM   #2
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: I need an alternative to this: <html xmlns="http://www.w3.org/1999/xhtml">

Try using this code
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 01-04-2007, 10:51 AM   #3
joaoleitao
Junior Member
 
joaoleitao's Avatar
 
Join Date: Dec 2006
Location: Evora, Portugal
Posts: 24
joaoleitao will become famous soon enough
Send a message via MSN to joaoleitao
Default Re: I need an alternative to this: <html xmlns="http://www.w3.org/1999/xhtml">

hey man i don't know how to thank you as you solved almost all my problems... thank you.

now we just have that one from the link on the iframe to solve...


where are you from ?

happy new year!
__________________

31 Best Riad Marrakesh MerzougaHotels Hotel Maroc
joaoleitao is offline  
Old 01-04-2007, 11:48 AM   #4
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: I need an alternative to this: <html xmlns="http://www.w3.org/1999/xhtml">

Hey, don't mention it...I'm glad you are so happy...

I'm from Denver, Colorado, USA.
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 01-04-2007, 12:14 PM   #5
joaoleitao
Junior Member
 
joaoleitao's Avatar
 
Join Date: Dec 2006
Location: Evora, Portugal
Posts: 24
joaoleitao will become famous soon enough
Send a message via MSN to joaoleitao
Default Re: I need an alternative to this: <html xmlns="http://www.w3.org/1999/xhtml">

the only reason i used the other code is because i notice it didnt change my page design while on different browsers. now with the new code i have some bugs both on IE and FF. before nothing, static page working well in both browsers...
what do you suggest cos i have to change it back to the previous one that didnt affect my design.

tell me something is this going to influence my seo? i mean, the fact i use
Quote:
<html xmlns="http://www.w3.org/1999/xhtml">
, is it bad for my page? cos i have it ai almost everypage and they seem to get plenty of visitors...

is this really necessary?

thank you.

i have never been to colorado, i hope some day. i've been 5 times to the east coast in a couple of us states but nothing deeper west.
__________________

31 Best Riad Marrakesh MerzougaHotels Hotel Maroc
joaoleitao is offline  
Old 01-04-2007, 12:31 PM   #6
jumpenjuhosaphat
 Contributor 
 
jumpenjuhosaphat's Avatar
 
Join Date: Jun 2006
Location: Denver
Posts: 4,459
jumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud ofjumpenjuhosaphat has much to be proud of
Default Re: I need an alternative to this: <html xmlns="http://www.w3.org/1999/xhtml">

It shouldn't effect your SEO efforts either way. What browsers are you viewing the site from?
__________________
Storage Sheds
Lost Forum
jumpenjuhosaphat is offline  
Old 01-05-2007, 11:24 AM   #7
rohan2kool
Member
 
rohan2kool's Avatar
 
Join Date: Dec 2005
Posts: 132
rohan2kool will become famous soon enough
Default Re: I need an alternative to this: <html xmlns="http://www.w3.org/1999/xhtml">

nope.. actually if it is good if u use the xmlns tag.. it makes u more standards compliant.. that doesn't actually make a difference, is a different thing altogether.

As for the bugs in IE and FF.. it's pretty strange. As for IE, when u use a DOCTYPE, you are into the 'Standards Mode' of IE in which it handles things differently [for eg. the 'body' from DOM is not referenced by document.body but by document.documentElement]. However, I didn't know of any differences in the way the display scheme changes.
__________________
Eat healthy, Stay Fit, Die Anyway.
--==--
If there is a man who knows everything about women, there is a Windows distribution without bugs.
rohan2kool is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

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

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Verify Paypal - "Virtual Credit Cards" on !!! SALE !!! Payment Via "Paypal / E-gold" postingpays Other Goods 0 12-15-2006 02:35 PM
How to bypass "Click to activate and use this control" IE ActiveX Fix Guide NeutralizeR Web Development 2 08-08-2006 02:17 PM
Now THIS is a funny "spam" message - An epic tale of $25 mil and thousands dead! compuXP General Talk 12 02-14-2006 11:17 AM


All times are GMT. The time now is 01:11 AM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.