Quote:
Originally Posted by powersilie
Hi!
I already added two spacers  - the distance of the word is now OK, but the line under the link "Fleisch" doesn't move, it's only longer.
Here's a screenshot:
(Sorry for my bad descriptions, but English isn't my mothertongue)
greetings
Karin
P.S.: A user told me now, that in this Forum "Fleisch" all postings are in alphabetic order ! Why that? But if someone posts a new theme, it is on top.
|
ll actually I'm blind as a bat so credit for ArnyVee for the   and sorry ARNY
Well then do this...
PHP Code:
<table border="0" bordercolor="darkblue" cellpadding="1">
<tr>
<td>
<img src="http://......">
</td><td>Bla Bla Bla I love dogs....
</td>
</tr>
</table>
It should not do the line if the spacers are not within the a href tags so what I mean is it looks like the text to the right is a link so if you put the spacers within the code where the Description of the link goes it WILL do that.
So if your link is this...
<a href="http://www.yoursitename.com"> Fleisch</a>
then you have the spaces underlined whereas you do NOT want that so...
<img src="images/fb/fleisch.JPG" border="0" style="vertical-align:middle;"/> <a href="http://www.yoursitename.com">Fleisch</a>
And that should give you what you were looking for, always remember coding is kind of like math sometimes and has an order of operations per say when you want to get exactly what your looking for
Again, sorry for seeing your post ArnyVee as I'm not a credit stealer
Quote:
Originally Posted by ArnyVee
Sheesh....didn't even think about that Karin. Such simple things
By the way, can't you just place a   behind the pic and make a space? That way, your image is spaced away from the title.
|
OHH and never apologize for bad english as us americans slang it to hello and back

besides if there are grammar police here on vb.org they are doing a horrible job @ it.
S-MAN