|
Rank: Member Groups: Member
Joined: 9/22/2008 Posts: 14
|
Hello,
I'm ussing DatePicker control and it inserts a lot of strange code in my html code page,
something like: <style type="text/css">.eo_tag_style{}</style> <style type="text/css"> </style>
There is a reason to insert this code? It's automatically rendered by component And I cannot erase it from html code.
And as well, somebody knows a way to use "datePicker" control so rendering less code in html page, something more SEO friendly? I'm currently using CSS for DatePicker styles, any more?
Thank you!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Using CSS class should reduce the amount of HTML code. However I do not think there is a way to remove the empty ".eo_tag_style".
The additional styles and also the DatePicker HTML should not affect search engine result. Because there is no meaning contents in those (rather than day numbers), I believe todays search engines are smart enough to ignore them. :)
Thanks
|
|
Rank: Member Groups: Member
Joined: 9/22/2008 Posts: 14
|
Hello,
Thank you for your fast answer.
I already ussing CSS styles.
I'm not agree about "smart search engines", %code and %content is very important for its, and %code increase a lot with DatePicker, Could be consider it for next's versions.
Thank you again.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Reducing the code size is always one of our goals. However we always have to balance between code size and feature sets. Please be rest assured that we will continue to work hard on both fronts.
|
|