No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Hi, I want to place my horizontal navigation below the content in my xhtml and absolute position the navigation so it appears above the content when the page renders. However I also want the navigation to be centered on the page. I've worked out how to do it but I …
Hi, I've got a bit of an odd one. I've created a list and put it in a html/text widget in my wordpress theme sidebar. No matter how much I try to get rid of the bullets they still appear. I've tried list-style-type: none and list-style-image: none. I've tried it …
Hi guys, I think it must be possible to make a site which looks good and caters for screen readers as well. If it is coded well the website should still work without the graphics on so maybe an option for the user to turn them off would help cater …
Hey, I think what the main problem here is that the <br /> tags need to be within the <li> elements. For example: [code]<ul> <li>Text<br /></li> </ul>[/code] Also you are probably better off getting rid of the <br /> tags and using style information increase the padding between each <li>.
Hi! It might be worth running through these guidelines as to check if your site has been comprimised and how to fix it: [url]http://www.stopbadware.org/home/security[/url] Stopbadware also work with google so you might have already seen this link on the e-mail you recieved.
Hi, Are you looking for advice on coding the website yourself or do you want someone else to do it for you?
Why don't you contact the people who made that website to see if you can get a quote?
So we saw in the [URL="http://www.daniweb.com/blogs/entry2527.html"]news [/URL]that Firefox are trying to set a world record for downloads over a period of 24 hours for Firefox 3 but have any of you actually pledged? [url]http://www.spreadfirefox.com/en-US/worldrecord/[/url] Currently the US is leading the race with 50,000 pledges followed by Germany, Poland and Japan!
What you need to do is create your own class to use on the links you want to change. You can create a new class by defining it in the CSS using a . for example: .cheese {} You can then assign the class to the link using class="cheese" when …
The End.