Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
11/10/2003 02:01:57
|
Anonymous
|
I am triyng to vailidate my site xhtml 1.1 but the only thing that stands in my way is the poll.
can someone give me some xhtml 1.1 valid templetes for the plain themed poll?
|
|
11/01/2004 23:16:25
|
Anonymous
|
They way i did it was to view the poll on my live web page, then view source, then paste that into dreweaver or golive or frontpage, then change the table markup to div's, then look at the code for the poll template, then put the php variables that call tha data only(not the $font or $color stuff)in the new form. sounds like alot of work but just look at it and i think youll see what i mean.
|
|
24/01/2004 06:11:15
|
Anonymous
|
Here are the templates I used. You may need to tweak them for your site, but I've removed a lot of the unnecessary tables and fixed the tags so that your site can validate at least XHTML transitional. You could tweak these quite easily to make them validate XHTML strict. This should save you a bit of work...
Poll View
display_head
display_loop
display_foot
Poll Result
result_head
result_loop
result_foot
|
|
|
|
|
|
Based on the open source JForum
|