here is my site: radiobs.blogspot.com
I'm trying to generate a space between two elements.
<BlogItemTitle> <br><br><img border="0" src="http://www.blogblog.com/rounders2/icon_arrow.gif"><font class="date" face="courier new" size="5" color="#000000"><b><$BlogItemTitle$></b></font> </BlogItemTitle>
Right now there is no space (when viewing the web page) between the icon_arrow.gif and the BlogItemTitle. Is there code I can insert between those two pieces of code to generate that space?
Trying to add Space between bullet and title of article.
A space in between the end of the IMG tag and start of the FONT tag would work
Trying to add Space between bullet and title of article.
Tried that. No such luck.
Trying to add Space between bullet and title of article.
Hi bsbdeb,
Have you tried using margin?
still clueless.
Using the code in the 1st post could you show me what that would look like?
Trying to add Space between bullet and title of article.
Hi bsbdeb,
There is a couple of ways you could do it.
One put the margin on the imageimg{margin-right:10px;}
Or you could put it in the image tag like><img style="margin-right:10px; border:none;" src="http://www.blogblog.com/rounders2/icon_arrow.gif">
Then if that isn't working try margins on other elements such as the font or b tags and then if you are still not getting what you want try using padding on like <b style="padding-left:10px;">...
By the way when dJomp mentioned adding a space between the elements he most likely meant
Hope that helps