Create a link and show it as a page tab.

  • Unknown's avatar

    Hello,
    I am trying to modify my wp theme so that I can add a link to gadgetsutra.wordpress.com to the page tab area at the top of my page. Can someone help me with this?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You don’t need CSS for that: you just create a blank page with the link in its title box. Only note that the name of the link has to include a space (two words or more, or a word and a space).

  • Unknown's avatar

    @panaghiotisadam
    I’m trying to sort things out, and slowly I am getting there (thanks to you as well :)

    My blog is http://myrightstuff.wordpress.com (currently content is for mostly for testing)

    I added the following link to the top right tab
    Right Stuff

    I guess this is what you explained – isn’t it?

    My question is: when i validate the page at W3C, among other errors I get this:

    # Error Line 60, Column 217: document type does not allow element “a” here; missing one of “object”, “ins”, “del”, “span”, “bdo”, “tt”, “i”, “b”, “big”, “small”, “em”, “strong”, “dfn”, “code”, “q”, “samp”, “kbd”, “var”, “cite”, “abbr”, “acronym”, “sub”, “sup”, “label” start-tag.

    …”>Right Stuff

    The mentioned element is not allowed to appear in the context in which you’ve placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you’ve forgotten to close a previous element.

    One possible cause for this message is that you have attempted to put a block-level element (such as “<p>” or “<table>”) inside an inline element (such as ““, “<span>”, or “<font>”).

  • Unknown's avatar

    @myrightstuff: I think the validator may report “mistakes” that are actually insignificant. But I don’t really know about this – only our expert fellow volunteers thesacrepath or devblog could give you a satidfactory answer.

  • The topic ‘Create a link and show it as a page tab.’ is closed to new replies.