― Jay Kid (Jay K), Wednesday, 25 August 2004 19:47 (twenty-one years ago)
http://www.w3.org/MarkUp/Guide/
You'll find your answer about halfway down the page.
― Harold Media (kenan), Wednesday, 25 August 2004 20:14 (twenty-one years ago)
― jaymc (jaymc), Wednesday, 25 August 2004 20:17 (twenty-one years ago)
― Harold Media (kenan), Wednesday, 25 August 2004 20:18 (twenty-one years ago)
― Harold Media (kenan), Wednesday, 25 August 2004 20:19 (twenty-one years ago)
― Leeeter van den Hoogenband (Leee), Wednesday, 25 August 2004 21:15 (twenty-one years ago)
― Jay Kid (Jay K), Wednesday, 25 August 2004 21:30 (twenty-one years ago)
< a href = "LINK" > LINK < /a > < br />< a href = "LINK" > LINK < /a > < br />
And so forth, all spaces should be taken out, of course.If you're using one of the new Blogger templates, you'll probably see a < div > that's called "links" or "menu" or "sidebar" or something, and you can put the list in there. Try playing around with putting it in different places until you have it where you want it. But yeah, unless Blogger has some special link management feature, that's all you need to do.
― Harold Media (kenan), Wednesday, 25 August 2004 21:37 (twenty-one years ago)
― Trayce (trayce), Wednesday, 25 August 2004 21:40 (twenty-one years ago)
Near the start of the template's html, it'll have something like this:
body{margin:0px 0px 0px 0px;font-family:arial, helvetica;background-color:#C3CFE5}#main{margin:20px;border:1px solid #000;background-color:#fff;padding:0px 0px 15px 15px}#Title{font-size:43px;padding-left:0px;padding-top:10px;text-transform:none}#Description{padding:0px;padding-top:10px;font-size:12px;font-weight:normal}#menu{border-left:1px solid #000;border-bottom:1px solid #000;float:right;padding:10px;width:160px;margin:0px 0px 10px 10px;background-color:#eee}p{margin:0px 10px 10px 10px}#links{padding:0px;padding-top:10px;font-size:12px;font-weight:normal}
A lot of #'s signs followed by some code, that create a section that's named "links" or "menu" or whatever. Once you've created the #xxxx thing, go to where you see a lot of < div id="xxxx" > and put your links thing there. In my case, it would be < div id="links" >
― Leeeter van den Hoogenband (Leee), Wednesday, 25 August 2004 21:43 (twenty-one years ago)
That's a little confusing, though, Leee. You don't need to create anything. The styles at the top that you just posted *already* define and position the links bar that he wants. DON'T SDO ANYTHING TO THE CODE UP TOP! Just find the DIV with the ID of "links" and stick it there.
― Harold Media (kenan), Wednesday, 25 August 2004 23:57 (twenty-one years ago)
― Leeeter van den Hoogenband (Leee), Thursday, 26 August 2004 00:01 (twenty-one years ago)
― Harold Media (kenan), Thursday, 26 August 2004 00:02 (twenty-one years ago)
― Jay Kid (Jay K), Thursday, 26 August 2004 09:23 (twenty-one years ago)
― Jay Kid (Jay K), Thursday, 26 August 2004 09:45 (twenty-one years ago)
― Archel (Archel), Thursday, 26 August 2004 09:51 (twenty-one years ago)
― Jay Kid (Jay K), Thursday, 26 August 2004 12:13 (twenty-one years ago)
― CarsmileSteve (CarsmileSteve), Thursday, 26 August 2004 12:19 (twenty-one years ago)
― caitlin (caitlin), Thursday, 26 August 2004 16:40 (twenty-one years ago)
― Leeeter van den Hoogenband (Leee), Thursday, 26 August 2004 20:52 (twenty-one years ago)
― Jay Kid (Jay K), Friday, 27 August 2004 08:14 (twenty-one years ago)
― CarsmileSteve (CarsmileSteve), Friday, 27 August 2004 08:35 (twenty-one years ago)
― Archel (Archel), Friday, 27 August 2004 08:37 (twenty-one years ago)
― Jay Kid (Jay K), Friday, 27 August 2004 08:40 (twenty-one years ago)
― caitlin (caitlin), Friday, 27 August 2004 09:33 (twenty-one years ago)
― Archel (Archel), Friday, 27 August 2004 09:35 (twenty-one years ago)
― Leeeter van den Hoogenband (Leee), Wednesday, 24 November 2004 05:04 (twenty-one years ago)
maybe other blog services can do this for you?
― Ste (Fuzzy), Wednesday, 24 November 2004 11:28 (twenty-one years ago)
― jermaine (jnoble), Monday, 21 March 2005 21:27 (twenty-one years ago)
― sunburned and snowblind (kenan), Monday, 21 March 2005 21:53 (twenty-one years ago)
<h1 id="blog-title"> Hectic </h1>
and replace it with:
<img src="IMAGE URL">
Try using imageshack.us for image hosting.
Hope this works.
― James Mitchell (James Mitchell), Monday, 21 March 2005 21:57 (twenty-one years ago)
― jermaine (jnoble), Monday, 21 March 2005 22:05 (twenty-one years ago)
― Trayce (trayce), Monday, 21 March 2005 22:13 (twenty-one years ago)
refers to the browser headline.
where i changed the font size of my current, textual title:
----------------------------------------------- */#blog-title { margin:0 0 .5em; font:340%/1.4em Georgia,Serif; color:#353; }#blog-title a { color:#353; text-decoration:none; }#description { margin:0 0 1.75em; font:250%; color:#996; }
― jermaine (jnoble), Monday, 21 March 2005 22:45 (twenty-one years ago)
[h1 id="blog-title"]
and THIS:
[title][$BlogPageTitle$][/title]
― jermaine (jnoble), Monday, 21 March 2005 22:51 (twenty-one years ago)
― jermaine (jnoble), Monday, 21 March 2005 23:56 (twenty-one years ago)
― Ste (Fuzzy), Friday, 24 June 2005 08:40 (twenty years ago)
― Raw Patrick (Raw Patrick), Friday, 24 June 2005 17:01 (twenty years ago)