Jul 25, 2008

Xhtml Software - ?To use quotes or not?

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Software
Pages: 1, 2

free web hosting

Xhtml Software - ?To use quotes or not?

Mich
I have gone over to W3C and W3 School to try to bring myself up to date on XHTML. When I use their on site validator, it just doesn't like all the quotation marks in the body of my work. sad.gif I get a tremendous amount of errors all pointing at quotation marks in the body. I get the impression that using them is passe'. Is this true? wub.gif Could somebody please tell me where I can get a HTML software that either doesn't use quotation marks, or has an option to not use them? I am currently using Cute HTML LE and cannot find an option to not use the quotes.

Reply

Tyssen
Are you talking about " or &quot; ? Are the quote marks in your actual content (e.g. "he said blah") or are they used in your tags (e.g. <input type="text" ... )?

Reply

jlhaslip
Maybe post a bit of the xhtml code and the w3c validator message that applies? Or post the URL for us to view the source?

Reply

Mich
QUOTE(Tyssen @ Jan 9 2006, 08:41 PM)
Are you talking about " or &quot; ? Are the quote marks in your actual content (e.g. "he said blah") or are they used in your tags (e.g. <input type="text" ... )?
*



Never mind. It is lack of them that it is complaining about. It also seems that I have attributes in my HTML, that XHTML wants put in a ccs file. I run my stuff through CSE HTML Validator and it comes up clean. Their validator is really strict.

Error Line 13 column 27: an attribute value must be a literal unless it contains only name characters.
<BODY text="#d1a9d5" vLink=#808080 alink="#d1a9d5" link="#d1a9d5" bgColor="#0129" background="gardenia/gardenia_maincolor.jpg">
You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary. (IT IS REFERING TO #808080 WHICH IS NOT IN QUOTES)



BUT I DON'T UNDERSTAND THIS ONE! Since when can't you put background in a table?
Error Line 17 column 77: there is no attribute "BACKGROUND".
<table cellspacing=0 cellpadding=1 width="100%" bgcolor="#D3C177" background="gardenia/gardenia_goldstrip.jpg" border=0>


go to W3C

click on the HTML Validator in left column under W3C AtoZ

Put your url in the appropriate box and see what you get. It is really scary.

 

 

 


Reply

Tyssen
If you're designing in XTHML with a strict doctype, you can't have any background information in your HTML. You have to assign a class or ID to the table or cell instead and then put the background info in your CSS. It's not that scary really. Instead of

CODE
<table cellspacing=0 cellpadding=1 width="100%" bgcolor="#D3C177" background="gardenia/gardenia_goldstrip.jpg" border=0>

you'd do this:

CODE
<table id="whatever">

/* CSS */
table#whatever {
width: 100%;
background: #D3C177" url(gardenia/gardenia_goldstrip.jpg) no-repeat;
border: none;
border-collapse: collapse;
}

table#whatever td { padding: 1px; }

Reply

jlhaslip
Must be something else happening there, because the w3schools has a sample here using a jpg as a background in xhtml.
What Doc type are you using, Mich?

Reply

Mich
QUOTE(jlhaslip @ Jan 9 2006, 10:29 PM)
Must be something else happening there, because the w3schools has a sample here using a jpg as a background in xhtml.
What Doc type are you using, Mich?
*

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
BUT when I use the validator it says
This page is not Valid HTML 4.0 Transitional!
I am validating www.websetsbydonna.com/index.html

Reply

Tyssen
QUOTE(Mich @ Jan 10 2006, 06:04 PM)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
BUT when I use the validator it says
This page is not Valid HTML 4.0 Transitional!
I am validating www.websetsbydonna.com/index.html


Well, if having your page validate is important to you, you're gonna have to address the errors.
By the way, just a comment about this:

QUOTE
If you are behind a "FIREWALL" and the graphics are not showing, you may have to adjust your settings or take it down to view this site.

Who do you think is going to go to the trouble of turning their firewall off just to see graphics on your site? Why can't you get your graphics to view properly despite firewall settings? No-one else seems to have any trouble.

Reply

Mich
QUOTE(Tyssen @ Jan 10 2006, 05:46 AM)
By the way, just a comment about this:
Who do you think is going to go to the trouble of turning their firewall off just to see graphics on your site? Why can't you get your graphics to view properly despite firewall settings? No-one else seems to have any trouble.
*

I have no idea why, but when I tried to pull up my site at a library in DeSmet, South Dakota, USA, last spring, the pages came up without the graphics on one of their puters, but when I tried another, everything was up fine. The librarian said they had a special Fire Wall on the first puter because that was the one they let young children use. So I assumed that was the problem and warned against it. It certainly isn't the fault of my graphics, if that is what you are implying. How could you possibly know that "no-one else" has any trouble? Hey, I am learning a lot from exchanges on this forum, perhaps you have another suggestion as to what the problem was. I am self taught and doing the best I can. I have a lot to learn about all this technology, but I am trying my best. Please don't rain on my parade. blink.gif Thanks for the example of the css file. I guess I need to purchase a new web designing book, the one I have addresses css, but not xhtml.

Reply

jlhaslip
That Library computer may have been firewalled, but I think probably they had images controlled on it to avoid 'Adult' material from coming through.
In Browsers, there are privacy and security settings which stop various features on the machine.
In a public setting, or if childen are using the computer, it might be a good thing.

On a Mac using IE5, select edit > preferences > security zones or ratings.
On a Windows 98se O/S using IE, select tools > internet options > security or content.
On Mozilla Browsers, edit > preferences > privacy&security > images

Where those settings are in the various browser, who knows?

Reply

Latest Entries

Mich
QUOTE(Tyssen @ Jan 11 2006, 07:00 AM)
Well, no, actually it is. I can't see your graphics and I've looked on two different PCs with different firewall configurations. And when I paste the URL of one of your graphics into my browser I get a 404 - which means it doesn't exist on your server at that location.
I'm sorry if you think I'm 'raining on your parade' but you've got errors on your site that need addressing.
*




Tyssen
I made an adjustment in my cpanel. Try my site again and see if the graphics are coming up for you now. Others have checked it out and they can see everything fine. I don't seem to have a clue as to why they aren't coming through for you.
Web Sets by Donna

THANKS!





Reply

Mich
QUOTE(jlhaslip @ Jan 11 2006, 11:50 PM)
By the way, did you solve the table background issue?
*


Well, I took the table out and used the background to tile the image instead. It still doesn't meet the standards at the W3C site, but I run it through a validator of my own and it passes just fine. W3C now says I can't have a background image statement in my Body content. Go figure. W3C wants everything in a css file instead in the html itself. Haven't learned that much about css yet so guess I will just be behind times until I can learn it. tongue.gif

Reply

jlhaslip
Hmmm... this is getting more and more curious, because I migrated all over the "Web Designs by Donna" site and could't find a '404' anywhere. Even downloaded a set to have a look, but didn't raise any 404's.
One page had a big hole in it where the background colouring was absent, but a refresh brought it back, no troubles. My browser is old and tired, so it is just as likely that the flaw was at my end. It doesn't happen often, but it has happened before.

By the way, did you solve the table background issue?

Reply

Mich
QUOTE(Tyssen @ Jan 11 2006, 07:00 AM)
Well, no, actually it is. I can't see your graphics and I've looked on two different PCs with different firewall configurations. And when I paste the URL of one of your graphics into my browser I get a 404 - which means it doesn't exist on your server at that location.
I'm sorry if you think I'm 'raining on your parade' but you've got errors on your site that need addressing.
*


Hmmm, I don't know what to tell you. I have a friend in southern Arabia that also cannot get my graphics to show. Exactly what does the 404 say? When I try the same thing I get a 404 that says I don't have permission to access the graphic. Let me check with somebody on here and see if I need to do something in my cpanel to solve the problem. You might also check jlhaslip's last post just above. Perhaps something in the browser is causing it.

Reply

Tyssen
QUOTE(Mich @ Jan 11 2006, 03:07 PM)
So I assumed that was the problem and warned against it.  It certainly isn't the fault of my graphics, if that is what you are implying.

Well, no, actually it is. I can't see your graphics and I've looked on two different PCs with different firewall configurations. And when I paste the URL of one of your graphics into my browser I get a 404 - which means it doesn't exist on your server at that location.
I'm sorry if you think I'm 'raining on your parade' but you've got errors on your site that need addressing.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Similar Topics

Keywords : xhtml, software, quotes

  1. Can't Login To Any Software On My Site
    anyone know how to fix? (3)
  2. Best Software And Explorer
    What do you think is the most useful software (4)
    What do you think the most useful software out. For me its Aim, xfire, or Notepad. Most people
    won't understand notepad but watever. For my favorite Explorer is Firefox. I never upgraded to
    3.0 but who cares talk people!....
  3. Beautiful Software
    Software with great interfaces (3)
    I really like using software that have very good user interfaces. Most mac softwares are really
    good-looking (Adium, DeliciousLibrary) but most Windows applications are just plain ugly. I was
    wondering if you guys to point out some "beautiful" software. To start off I'll mention some.
    1. MediaMan (clone of DeliciousLibrary) 2. ReadAir - Google Reader for your desktop (built on Adobe
    AIR) 3. Snacker - Another AIR RSS Reader 4. Kaspersky - The new 2009 version have a decent UI 5.
    PowerArchiver - For opening zip/rar/7z files + many others others wud include Windows Vi....
  4. Amazing Software
    I found this amazing software, if you work with flash.. (0)
    If you work with flash, this is the coolest software i seen.. You can make amazing things for the
    desktop.. check it out.. www.swfmagician.com ....
  5. Free Software For File Recovery
    RECUVA (3)
    Hi all, I was loking for a software to recover my lost files and I found this /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> And the best part is ,
    its free Recuva - File Recovery Recuva (pronounced "recover") is a freeware Windows utility to
    restore files that have been accidentally deleted from your computer. This includes files emptied
    from the Recycle bin as well as images and other files that have been deleted by user error from
    digital camera memory cards or MP3 players. It will even bring back files that have been d....
  6. Best Video Editing Software
    (6)
    Its really distracting seeing people "create" what they think are master pieces on windows movie
    maker. Its the lamest and really requires no skill. So im gunna whack my vote on Adobe Premiere Pro
    2 and Adobe After Affects 7 combined to make the best in the video editing range. It requires stacks
    of skills, you can download plenty of add-on effects and you can futher mod it if you wish in After
    Affects. These versions are one behind in the Adobe range since Adobe released its CS3 Prefix to all
    their newly upgraded versions. The new CS3 Prefixed Premiere is now compatibl....
  7. Looking For Developers To Help With A Forum Software
    (5)
    Ok so as the topic title says i'm looking for some Developers to help with a forum software.
    Just a little back ground on the software. It was started back in 2005, and has been sold 2 times,
    the second time which was a few months ago the owner abandoned the project and left it to die.
    (which it did) Now under the Licensen it says that you are aloud to make a forked version of the
    software, and once you have changed over 50% you may remove all refrence of the orginal script. So
    that is what I'm planing on doing. I arleady have one delveloper who was one of the or....
  8. Recomend Me Some Software, Pleaes.
    (video editing and capturing) (16)
    Hey guys, Sorry if this isn't in an appropriate section it's kinda difficult to navigate
    all the sections to find one that suits each issue, and from what I can tell there isn't a
    general " ask questions here about random stuff" section. I'm sure almost everyone here has
    been on YouTube, Google video, or a site like those that contain tutorials for photo shop,
    programing, or anything else that you can find on your computer. I was wondering if you guys knew
    what kind of software they use? I'm looking to take video of me working on my computer....
  9. Recommend Your Software! (pay Or Freewares)
    Let the others know what software is good (12)
    Softwares with similiar function is many nowdays. It's hard too find one, but why we must find
    if someone can recommend it? So guys, please share your recommended or must install software.
    Including the price (if pay) and the functions. Ok, I start it first : QUOTE WinAMP -
    Multimedia player KLite Mega Codec Pack - Multimedia player & codec Eraser - Erase data
    permanently IZArc - Archiving utility (supports 7-ZIP, A, ACE, ARC, ARJ, B64, BH, BIN, BZ2, BZA,
    C2D, CAB, CDI, CPIO, DEB, ENC, GCA, GZ, GZA, HA, IMG, ISO, JAR, LHA, LIB, LZH, MDF, MBF, MIM, NRG,
    PAK....
  10. Eraser - Erase Your Data Permanently! For Free
    A must have software (7)
    When you delete file and empty recycle bin (Windows), it doesn't actually gone permanently!
    Many software can be used to recover those deleted files. Now think and imagine, you've deleted
    your personal file or something then someone recover and steal it. Don't worry, Eraser will come
    in handy What does it do? It delete files permanently! Nothing and noone can recover it. You
    can make previously deleted files not recoverable too by using Erase unused disk space feature. (if
    you want to sell your harddisk, use this) How can? It uses the patterns used ....
  11. The Best Free Forum Software
    Which one do you choose or using right now? (16)
    Nowdays, it seems a lot of free forum software developed in the net. Give your opinion about the
    best one guys. Also it's cons and pro. thank you. Me myself using MyBB right now, before MyBB,
    I've tried phpBB. I like MyBB because it's easy to install it's mod.....
  12. Defraggler - Free Software To Defrag Your File
    Try it out (12)
    Have you all hear a software called Defraggler? Well if not, I recommend you to download this
    software. What does it do? Simple, it'll quickly defrag files you want to defrag, no need to
    defrag the whole drive. Useful if you have less fragmented file and if you hate Windows's
    original defragger. And it's free! OS Supported and filesystem supported? All Windows 2000
    or higher (it'll be Windows 2000, 2003, XP and Vista. 64-bit support too) It support NFTS and
    FAT32 Requirement? Well not much, the EXE file even smaller than 1 MB (dont judge the power ....
  13. Will Software Development Be Easy One Day ?
    as in the case of website development ? (2)
    hey in todays world building a website is not a big deal , i guess there are so many ways to do that
    . Moreover nowdays there are other softwares that ennable you to buld a website. Those were the days
    when a website can be built only by peole who can do some codings , that is one must be knowing some
    mark up languages like HTML etc,inorder to create a website , Gone are those good old days , now
    even a person who does not even know what is HTML too can create a website of his/her own , the
    revolution in website creation is that the Macromedia which is now Adobes Dreamw....
  14. Sync Software
    Does anyone know any good synchronization software. (3)
    Hello fellow trap17 members. I have desktop PC and laptop. Did anyone of you used any
    synchronization software to synchronize some data from one computer to the other. I have them in
    network. I would prefer if it would be some free or something from Microsoft. And if anyone has any
    experience please write it ddown. Best Regards....
  15. Top 10 Most Pirated Software On A Coporate & Internet Level
    (17)
    This information is based on the Software & Information Industry Association Report for 2007 and not
    overall statistics. 2007 Software Titles Most Frequently Pirated By Companies QUOTE 1.
    Symantec Norton Anti-Virus 2. Adobe Acrobat 3. Symantec PC Anywhere 4. Adobe PhotoShop 5. Autodesk
    AutoCAD 6. Adobe DreamWeaver 7. Roxio Easy CD/DVD Creator 8. Roxio Toast Titanium 9. Ipswitch WS_FTP
    10. Nero Ultra Edition 2007 Software Titles Most Frequently Pirated on the Internet QUOTE 1.
    McAfee VirusScan 2. Symantec Norton Anti-Virus 3. McAfee Internet Security Suite....
  16. 157 Of The Best Free Software On The Net
    Freeware Software List (7)
    I nearly had a heart attack when I saw this e-magazine (PC Magazine) on a website that will remain
    nameless just because of the nature of this website. Anyway with my wonderful pdf extracting skills
    I cut the pages down, and if all goes well the links to the original article should still work. So
    what kind of software are we talking about well I put it like this you might already have them,
    software covers Operating Systems, Antivirus/Anti-Malware, Firewalls, Security, Finance, Office,
    Calendar/PIMs, Backup/Sync, App Launchers, Utilities, Downloads, Interface Enhanceme....
  17. What Is The Best Software
    what is the best software to recovery the data (5)
    Hi any one can tell me what is the best software to recovery the data ....
  18. Recovery Cds
    Software Needed? (8)
    I bought a new laptop which is ASUS Model: F3S and I came up with the question how I can make
    recovery CDs in the case it will crash. I did not get them when I bought a laptop. Moreover, there
    are not build in software to do it. So, help me, please as soon as possible.....
  19. Software Opinions
    (15)
    Hello! I just bought a laptop and I am getting all my software I need for it. I can't decide
    whether to get Winamp or use Windows Media Player. Also, should I use OpenOffice or Microsoft Works.
    Also I need a good desktop recording program. So what are your opinions?....
  20. Unable To Renew Ip Address Or Connect To Internet After Broadband Software Uninstall
    issues after removing DSL software (6)
    How many of you experienced this? QUOTE Unable to renew IP address Unable to start RPC service
    You invite a broadband service, i.e. Verizon DSL, and they provide you with an installation disk.
    You gladly use it but later you add LAN to your home and decide to add a router. You follow the
    manufacturer's instruction and set up your home network. But this is strange... the computer you
    were able to connect to the internet just before a home network is now cannot connect to the
    internet. And according to the router manual you installed the program correctly but ....
  21. Software To Remove Voice?
    (9)
    I am looking for a free software which is able to remove a voice in a song? To just keep the tune,
    something similar to the karaoke, I do know that not many songs provide only the tune for which
    there isn't any singing. I have been searching for quite some time as well, but the programs I
    found did not do just that. I have also read about how impossible it is to achieve with the programs
    because they only filter out some frequencies and it isn't possible to filter out to the point
    that only the instrumental part of the song is heard. But nonetheless, I hope someo....
  22. Evilboard (forum Software) - Multiple Categorys - Don't Work :(
    I am creating a forum and i can't fix more then 1 category. (6)
    I am at the moment trying to program my own forum, but i need more then a single category, here is
    my source: CODE function cat () { include("functions/functions.php");
    echo '<table width="100%"  border="0" cellspacing="0">
    <tr> <td class="eb_top" colspan="3" style="border-bottom-width:
    0; height: 30px; font-size: 12px;"> <b>Forum</b></td>
    </tr>';      global $catid;   $db = new db;   $db->connec....
  23. Kelk 2000
    Arabic Calligraphy Software (2)
    For those people who are interested in Arabic & Persian Calligraphy, Kelk 2000 is here! The four
    calligraphy fonts, Naskh, Nastaliq, Thuluth and Shikasta in their current forms, have a history of
    over 700 years. During past centuries, the masters of calligraphy have perfected these fonts, and
    have created artworks that are pleasing to the eye. The rules of the combination ligatures in
    calligraphy are so complicated that it takes years of training and practice for someone to become a
    master in one of the Islamic calligraphy fonts. The famous calligraphers have a lifet....
  24. Music Editing Software
    music mixing (10)
    I want to make beats and i want to mix songs together and basicly all those DJ things like making
    beats and recording and revising the song. Does anyone know any program like this. Thank you.....
  25. Audio Recording
    Looking for software (10)
    So I'm not quite ready to spend $1500 on a Boss BR-1600 Digital Recording Studio
    package...and I know there are many options for recording music through the computer...my biggest
    concern is compatibility, quality, and actually I guess...ease of use? I've heard of things
    like the Tascam US-122 which works through the USB port, and you can plug guitars and mics directly
    into this thing, but for the most part, everything else is done software-wise...on the computer.
    Anyone have an idea of the quality of these kind of products? I also know there's a new s....
  26. General Discussion: Artificial Intelligence (AI)
    Projects, software, tools... etc. (33)
    Reading Slashdot , some days ago, found an article about a simulation of the human brain called
    Blue Brain . The interesting thing is, could we someday completly emulate the human intelligence?
    What about feelings? sensations? Is there a good software to generate and use Artificial Neural
    Networks? I know some of them but are dificult to use, like SNNS from Stutgart. ....
  27. Fastest Antivirus & Firewall Software
    (44)
    I did a clean install of Windows XP some time ago.. It returned to the fast speed and all
    animations were sleek... Only after I installed Norton AntiVirus and Norton Internet Security, my
    computer became slower then before... Startup now takes longer time and the computer seems to
    process something even the computer just boot into the desktop... Task Manager shows a jump of
    additional processes in the background... I understand that it's all normal to have Norton
    AntiVirus to run applications in the background to track virus every micro-second.. so does Norton
    Int....
  28. Skype - Free Phone Calls!
    Free software download... (6)
    Skype is free Internet telephony that just works. Skype is for calling other people on their
    computers or phones. Download Skype and start calling for free all over the world. Call ordinary
    phones from Skype with SkypeOut. Top up on SkypeOut credit and use the Skype programme to call
    ordinary phones all over the world. Not free, but pretty cheap. Skype Wins 2005 Webby Award for
    Telecommunications The Webby, called the “Oscars of the Internet” by the New York Times, is an award
    honoring excellence in Web design, creativity, usability and functionality. SkypeIn and Sky....
  29. Avril Lavigne quotes
    (8)
    I saw this guy posting quotes of avril lavigne's interviews in another forum. She really says a lot
    of stupid stuff... well here is one quote to start it off: QUOTE \"'Skater Boy' is one of the
    most hardest, rawest songs ever made. Alot of girls wish they could jam on the gutiar like I could,
    but they can't!\" Add some more avril lavigne quotes that u can find!....
  30. Softwares For Banner Making!
    Good software for making Banners!! (11)
    Good Softwares to Make Banners I need a good banner for my website 3dolla, I''m not a
    good banner creater can any one tell me a good banner making software that is simple to use. I might
    be able to use!! From .::DAMAN::. ....

    1. Looking for xhtml, software, quotes

Searching Video's for xhtml, software, quotes
Similar
Can't
Login To Any
Software On
My Site -
anyone know
how to fix?
Best
Software And
Explorer -
What do you
think is the
most useful
software
Beautiful
Software -
Software
with great
interfaces
Amazing
Software - I
found this
amazing
software, if
you work
with flash..
Free
Software For
File
Recovery -
RECUVA
Best Video
Editing
Software
Looking For
Developers
To Help With
A Forum
Software
Recomend Me
Some
Software,
Pleaes. -
(video
editing and
capturing)
Recommend
Your
Software!
; (pay Or
Freewares) -
Let the
others know
what
software is
good
Eraser -
Erase Your
Data
Permanently&
#33; For
Free - A
must have
software
The Best
Free Forum
Software -
Which one do
you choose
or using
right now?
Defraggler -
Free
Software To
Defrag Your
File - Try
it out
Will
Software
Development
Be Easy One
Day ? - as
in the case
of website
development
?
Sync
Software -
Does anyone
know any
good
synchronizat
ion
software.
Top 10 Most
Pirated
Software On
A Coporate
&
Internet
Level
157 Of The
Best Free
Software On
The Net -
Freeware
Software
List
What Is The
Best
Software -
what is the
best
software to
recovery the
data
Recovery Cds
- Software
Needed?
Software
Opinions
Unable To
Renew Ip
Address Or
Connect To
Internet
After
Broadband
Software
Uninstall -
issues after
removing DSL
software
Software To
Remove
Voice?
Evilboard
(forum
Software) -
Multiple
Categorys -
Don't
Work :( - I
am creating
a forum and
i can't
fix more
then 1
category.
Kelk 2000 -
Arabic
Calligraphy
Software
Music
Editing
Software -
music mixing
Audio
Recording -
Looking for
software
General
Discussion:
Artificial
Intelligence
(AI) -
Projects,
software,
tools...
etc.
Fastest
Antivirus
&
Firewall
Software
Skype - Free
Phone
Calls! -
Free
software
download...
Avril
Lavigne
quotes
Softwares
For Banner
Making!
- Good
software for
making
Banners!
!
advertisement



Xhtml Software - ?To use quotes or not?



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE