It's been a while since I made a plea for help on here. But this time I'm really stumped.
Here's the short story:
A brand new clean install of wordpress – no plugins, no posts even except the default post. No funky characters in the blogs name. As plain vanilla as you can get. Run a search [...]
I'm just curious… is there a fancy way to do something like this in CSS:
Introduction …………… Page 1
Information ……………. Page 2
More Info ……………… Page 3
… where the "Page" text lines up and the "….." just fills in until it reaches the "Page" text… kind of like you'd see in a table of contents in a [...]
Someone help me out before I go crazy.
Why is firefox underlining the image in this example?
Here is a screenshot (in case you're not using firefox) – the above link looks like this in firefox:
The code on that page is simply:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!–
a img [...]
The last time I did any extensive web dev on the mac was about… oh, maybe SIX! years ago. Eek, I feel old. In any case, I've been doing everything on the PC since then, and while I have a number of really great tools on the PC that I like, I'm clueless when it [...]
I'm trying to create a sticky post (as in, make one post stay on top above "newer" posts – until I indicate otherwise)
Previously, I had blogged this link on Weblog Tools Collection – I now notice there is an update post which points you to oomsonline to these instructions. However upon reading in the instructions [...]
Anyone out there know mySQL really well? I understand what order by does, and I understand what group by does. Can these two be used together? If so, how does it work? Does it group stuff together and then WITHIN the groups do the order_by? ie. If we had a database of people's info – [...]