• I launched my first website a few months ago but only discovered how to use wordpress last week. I found it far superior to the hacked up job I was using before, and promptly re-started using it, and a slightly modified version of the “Connections” theme.

    Here it is. Yesterday’s Chic, everything the cool kids discovered last year. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • in xhtml, your image tags need to be self closing, instead of:

    <img src=a€?image.jpga€? alt="image">

    use

    <img src=a€?image.jpga€? alt="image" />

    Also you can’t use Ampersands without using the utf equivalant, or just use the word “and” instead.

    You also have a few spaces in some of your image filenames, while this is not a “big deal” it will hinder cross server compatability. try using a “-” or “_” instead of a space in filenames.

    Also you can’t use Ampersands without using the utf equivalant, or just use the word “and” instead.
    In simple terms, the solution is to change all usage of & to &amp;

    yes sorry, showed me a blank everytime i tried to post that properly

    Thread Starter guffia

    (@guffia)

    Got it. Much grass.

    I like it, the only problem I can see is that the posting date to the left of the post title is difficult to read being grey on grey.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Yet another WordPress blog is born’ is closed to new replies.