WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Gap in affiliation images. Empty Gap in affiliation images. Wed Dec 30, 2009 8:48 pm

Fred100

Fred100
Registered Member
Registered Member
Hi ,
I've got a sorta problem that in affiliations images i don't know how to give gap in between of them
any ideas?
here if you din't understood what i said have a look here
http://art-castle.forumotion.com/index.htm
Scroll down & see in affiliation i just wanna give either gap in between them
I've tryed giving spaces , but it doesn't works Sad

http://www.art-castle.biz/forum.htm

2Gap in affiliation images. Empty Re: Gap in affiliation images. Wed Dec 30, 2009 8:52 pm

ankillien

ankillien
Administrator
Administrator
HTML doesn't consider white space i.e. it ignores spaces.

If you want to apply space, you need to use this code...

Code:
 
This will work same as your spacebar works. And if you want to give a line break you need to use this code...

Code:
<br>
It will just leave a blank line.

Hope this helps Very Happy

3Gap in affiliation images. Empty Re: Gap in affiliation images. Wed Dec 30, 2009 8:55 pm

Fred100

Fred100
Registered Member
Registered Member
Ok thanks anki i just wanna know how's a line break?
Will it show something like this?
"______________________"

http://www.art-castle.biz/forum.htm

4Gap in affiliation images. Empty Re: Gap in affiliation images. Wed Dec 30, 2009 9:02 pm

ankillien

ankillien
Administrator
Administrator
No, here is an example..

Code:
IMAGE <br> IMAGE <br> IMAGE

It will look as...

IMAGE
IMAGE
IMAGE

If you apply space...
Code:
IMAGE &nbsp; IMAGE &nbsp; IMAGE

It will give this result...
IMAGE IMAGE IMAGE

5Gap in affiliation images. Empty Re: Gap in affiliation images. Wed Dec 30, 2009 9:07 pm

Fred100

Fred100
Registered Member
Registered Member
Oh thats cool
Thanks a lot!

http://www.art-castle.biz/forum.htm

6Gap in affiliation images. Empty Re: Gap in affiliation images. Wed Dec 30, 2009 9:10 pm

ankillien

ankillien
Administrator
Administrator
Did you applied it in your forum? I don't see any change :S

7Gap in affiliation images. Empty Re: Gap in affiliation images. Wed Dec 30, 2009 9:21 pm

Fred100

Fred100
Registered Member
Registered Member
yeah so don't I
Wait i have a idea
i'll give you the code & you set it right k?
All i mean is
I paste the code here & you modify it so that it goes right & I'll take that code & paste it by learning the stuff too?
k so here is the code
Code:
<font face="Courier New"><a href="http://allawesomeness.omgforum.net/forum.htm" class="postlink" target="_blank"><img src="http://img4.malware-site.www/files/df2dqo8lhauedk1aybl6.png" border="0" alt="" /></a></A></font>
<br>
 <a href="http://creativeforums.forumotion.com/index.htm" class="postlink" target="_blank"><img src="http://i45.tinypic.com/2j5ktvr.png" border="0" alt="" /></a>
<br>
<a href="http://www.sparkchat.net" target="_blank"><img src="http://i47.tinypic.com/1217wjb.jpg" alt="" /></a>

Where that
Code:
<br>
is there it is the point where the images are seperated

http://www.art-castle.biz/forum.htm

8Gap in affiliation images. Empty Re: Gap in affiliation images. Wed Dec 30, 2009 9:25 pm

ankillien

ankillien
Administrator
Administrator
Use this code...

Code:
<a href="http://allawesomeness.omgforum.net/forum.htm" target="_blank">
<img src="http://img4.malware-site.www/files/df2dqo8lhauedk1aybl6.png" border="0" /></a><br><br>

<a href="http://creativeforums.forumotion.com/index.htm" target="_blank">
<img src="http://i45.tinypic.com/2j5ktvr.png" border="0" /></a><br><br>

<a href="http://www.sparkchat.net" target="_blank">
<img src="http://i47.tinypic.com/1217wjb.jpg" /></a>

Nitice that I've put <br> tag at the end of every </a> tag.

9Gap in affiliation images. Empty Re: Gap in affiliation images. Wed Dec 30, 2009 9:33 pm

Fred100

Fred100
Registered Member
Registered Member
Oh yeah i get it now
Thanks a lot anki buddy!
------------------
IT WORKS!!!
Thank you a ton!! Very Happy

http://www.art-castle.biz/forum.htm

10Gap in affiliation images. Empty Re: Gap in affiliation images. Wed Dec 30, 2009 9:35 pm

ankillien

ankillien
Administrator
Administrator
No problem mate Very Happy

Lock

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum