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

Go to page : 1, 2  Next

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

1Getting rid of Puple line Empty Getting rid of Puple line Fri Mar 19, 2010 11:07 pm

Fred100

Fred100
Registered Member
Registered Member
Well , I lately had this problem when I tried using up some codes to make a click-able HTML image when BB codes din't worked
Well here was something I encountered
Getting rid of Puple line Hu3fgg
So is there any way of getting rid of that purple line or is it just temporary?

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

2Getting rid of Puple line Empty Re: Getting rid of Puple line Fri Mar 19, 2010 11:58 pm

Krazy


Registered Member
Registered Member
Thats a border. Place your code here and I might be able to remove it.

3Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 12:53 am

Guest


Guest
make the border "0"

4Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 1:18 am

Krazy


Registered Member
Registered Member
Processor, There is another form of the code that can change the border. Once he posts the code I can check and see if he has that part in his code.

Fred - Still post your code, and change the border to 0 as processor said.

5Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 2:05 pm

Fred100

Fred100
Registered Member
Registered Member
Oh well ,
Here is it
Code:
<a href="http://art-castle.forumotion.com/index.htm" target="_blank"><img src="http://i42.tinypic.com/6elpbo.jpg" alt="" /></a>

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

6Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 2:11 pm

Krazy


Registered Member
Registered Member
I tested it here on my forum: http://www.philscape.com/basket-f2/gfx-competition-t332.htm#2572

It works fine. Look at the very last post. If you need help on your forum. Give me the link, I'd be glad to help you code. Wink

7Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 2:27 pm

Fred100

Fred100
Registered Member
Registered Member
Can't see anything , I have to register there -_-

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

8Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 2:28 pm

Krazy


Registered Member
Registered Member
Hmm, Lemme put it on a html page and then show you.

Edit:

This is the code I have came up with to fix your problem. I will remove the created by part if you would like, but thats up to you.

Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome To Art Castle!</title>
</head>

<body bgcolor="Black"><div align="center"><img src="http://i42.tinypic.com/6elpbo.jpg" width="300" height="400" border="0" />
<br><br><br><marquee><b><FONT color=#00bf06>Page Created By: <IMG src="http://i49.tinypic.com/2rp2mqe.jpg"> Krazy</FONT></B><br><b><font color=#ffffff> Hosted by:</b> <a href="http://www.forumotion.com" target="_blank">Forumotion Hosting</a> </b></a></font></div></a></font></bod>
</div>
</body>
</html>

9Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 2:50 pm

Fred100

Fred100
Registered Member
Registered Member
Lol , that's a whole bunch of 'em , anyway , thanks And it means it's browser giving info right?
Thanks Very Happy
Can be locked now guys Very Happy

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

10Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 2:52 pm

Krazy


Registered Member
Registered Member
Wait, Don't lock!

What do you mean Fred? I would be glad to still answer your questions. Wink

11Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 3:36 pm

Fred100

Fred100
Registered Member
Registered Member
Oh well , yeah you have a point over there
try visiting my test forum where I tested the code , and the purple line is still coming T-T
http://art-castle-test.forumotion.com/
Visit it , i just hope I'm not violating the rules

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

12Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 3:53 pm

Krazy


Registered Member
Registered Member
You are not violating the Rules or TOS if you are providing a link for me to evaluate the error.

Try this code:
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome To Art Castle!</title>
</head>

<body bgcolor="Black"><div align="center"><a href="http://art-castle.forumotion.com/index.htm" target="_blank"><img src="http://i42.tinypic.com/6elpbo.jpg" alt="" width="300" height="400" border="0" /></a>
<br><br><br><marquee><b><FONT color=#00bf06>Page Created By: <IMG src="http://i49.tinypic.com/2rp2mqe.jpg"> Krazy</FONT></B><br><b><font color=#ffffff> Hosted by:</b> <a href="http://www.forumotion.com" target="_blank">Forumotion Hosting</a> </b></a></font></div></a></font></bod>
</div>
</body>
</html>

To view how that code appears visit here.

13Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 3:55 pm

Fred100

Fred100
Registered Member
Registered Member
Uhh , it just changes the quality of pic T-T
So uhm the purple lines are coming because there's no background?

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

14Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 3:56 pm

Krazy


Registered Member
Registered Member
I can resize the picture. What size do you want it?

15Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 3:58 pm

Fred100

Fred100
Registered Member
Registered Member
Lol , I just have a simple question now ,
Well , are those lines coming because of no background?
Is there any html for backgrounds?

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

16Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 4:00 pm

Krazy


Registered Member
Registered Member
No, its coming because of the border. I never have understood why they come if you dont set the border to "0". Also, yes you could add a background to it if you leave the lines.

Now I have a question for you, do you want me to reduce the image size for you so it has better clarity and quality?

17Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 4:02 pm

Fred100

Fred100
Registered Member
Registered Member
So uhm
Should i Add a "0" in alt="" ?
Code:
<a href="http://art-castle.forumotion.com/index.htm" target="_blank"><img src="http://i42.tinypic.com/6elpbo.jpg" alt="" /></a>
[/quote]
^^ The original code

Code:
<a href="http://art-castle.forumotion.com/index.htm" target="_blank"><img src="http://i42.tinypic.com/6elpbo.jpg" alt="0" /></a>
[/quote]
^^ When added 0 in alt=""

So I should add a 0 in between of it?
And no , lol
I'd love to have another background hehe

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

18Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 4:10 pm

Krazy


Registered Member
Registered Member
Orignal Code:
Code:
<a href="http://art-castle.forumotion.com/index.htm" target="_blank"><img src="http://i42.tinypic.com/6elpbo.jpg" alt="" /></a>

New Code:
Code:
<a href="http://art-castle.forumotion.com/index.htm" target="_blank"><img src="http://i42.tinypic.com/6elpbo.jpg" alt="" width="300" height="400" border="0" /></a>



You add width="300" height="400" border="0" after the alt="".

The code I provided you with is the code that should work. Also, If you want a colored background, please tell me the color you would like.



Last edited by Krazy on Sat Mar 20, 2010 4:15 pm; edited 1 time in total

19Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 4:15 pm

Fred100

Fred100
Registered Member
Registered Member
Oh wait ,a sec,
IT WORKS!!
YAHOO
THANKS A LOT!! Very Happy

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

20Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 4:16 pm

Krazy


Registered Member
Registered Member
In my post above, I forgot a < at the beginning of the code. I have corrected that now. You may try it now, that should make it clickable. Wink

21Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 4:23 pm

Fred100

Fred100
Registered Member
Registered Member
Lol I noticed it , I edited my code when I saw it was wrong haha
Thanks a lot btw , I have a question , is there any code for background adding?

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

22Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 4:30 pm

Krazy


Registered Member
Registered Member
Yes, I believe there is. Though I am having trouble trying to get all the ones I know to work. Is there anything else I can assist you with?

23Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 4:50 pm

Fred100

Fred100
Registered Member
Registered Member
Well , only the background is the thing I need help with , but yeah thanks a lot for the help so far Very Happy

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

24Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 4:59 pm

Krazy


Registered Member
Registered Member
I can change the color of the whole page to make it a different color instead of black.

In this code:
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome To Art Castle!</title>
</head>

<body bgcolor="Black"><div align="center"><a href="http://art-castle.forumotion.com/index.htm" target="_blank"><img src="http://i42.tinypic.com/6elpbo.jpg" alt="" width="300" height="400" border="0" /></a>
<br><br><br><marquee><b><FONT color=#00bf06>Page Created By: <IMG src="http://i49.tinypic.com/2rp2mqe.jpg"> Krazy</FONT></B><br><b><font color=#ffffff> Hosted by:</b> <a href="http://www.forumotion.com" target="_blank">Forumotion Hosting</a> </b></a></font></div></a></font></body>
</div>
</body>
</html>

Look for: <body bgcolor="Black">. Change Black to whatever you like. (It is towards the beginning of the second part of the code, After:
Code:
html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome To Art Castle!</title>
</head>

25Getting rid of Puple line Empty Re: Getting rid of Puple line Sat Mar 20, 2010 5:56 pm

Fred100

Fred100
Registered Member
Registered Member
Yay , thanks for that Very Happy

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

Sponsored content


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

Go to page : 1, 2  Next

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