new website

Associate
Joined
26 Oct 2003
Posts
250
hi

just after a bit of advice

im currently getting a new website designed using XHTML 1.0 transitional with css e.t.c

the guy doing it has put <ul></ul> type syntax in the html pages, is this okay or does it not conform to current standards?

thanks very much
 
he has this type of syntax

<ul>
<li><a href="index.html">Advertising </a> </li>
<li><a href="business-guide.html">Business</a></li>

</ul>

so does that seem okay?

cheers
 
Yes. As Tripnologist said, that is the recommended XHTML way of creating a navigation structure that is easily readable by google and screen readers.
 
thanks very much tried a few pages through the w3 validator and its only failing on things like & instead of being alt tags e.t.c

the designer iss till working on it at the moment, but it doesnt display to well in 1024 x 768 as you have to scroll a bit to the right to see a little bit of that suppose people use higher resolutions these days though
 
Steam Hardware Survey says that 4.73% of their gamers are using 1024 x 768 at the moment. Taking non-gamers into account this figure is probably higher, and don't forget the popularity of netbooks at the moment!
 
Back
Top Bottom