Hi,
I'm wondering how I can increase the font of the text of my link name. On posts, I can use header tags but the link name does not accept HTML...any ideas?
Thanks
Hi,
I'm wondering how I can increase the font of the text of my link name. On posts, I can use header tags but the link name does not accept HTML...any ideas?
Thanks
Do you mean you have a post, within that post you want to add an h1 or h2 tag?
Hi,
No, it's not a post. I created a "Link" under Write--Link, but i'm unable to increase the size of the name.
Here is my site: http://supplementscoupons.com/
If you look on the side, I cannot increase "Home". I can increase the size of page and post titles but not the link title. The Link title won't accept the html.
You don't use tags like H2 and such to make changes to the look of the page, you do that to define them as HEADERS. Since those are not headers, they should not be in a header tag.
If you just want to make text look bigger, then edit the CSS appropriately. Like by adding something like this:
ul.blogroll li {
font-size:160%;
}
See?
More info on Semantic HTML: http://www.google.com/search?q=semantic+html
This topic has been closed to new replies.