View Full Version : HTML for my blog


xbluechillx
10-14-2004, 02:05 PM
I just started blogging.So,i was wondering could anyone tell me how i can make my blog look like this (http://www.blurty.com/users/emily182).It doesn't have to be the same.I just want my blog to be in the middle with borders and be able to add a photo.Thanks a lot..im not good at stuff like this. :froggie2:

kittycat
10-14-2004, 08:29 PM
If it's on livejournal, look around here to see if there's an override to get the borders/centred effect for your style: http://www.livejournal.com/tools/memories.bml?user=howto

For a regular HTML way, you can use use a table to get it centred and have the picture/entries...
<table width="100%">
<tr>
<td align="center" valign="top">
stick the image and entries code here
</td>
</tr>
</table>