GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Simple HTML Question Inside! (https://gfy.com/showthread.php?t=221350)

Basic_man 01-15-2004 01:35 PM

Simple HTML Question Inside!
 
Okay here's the shit :

I have an image, with a link on it, and a border of 1 px.
I want the border to be BLACK! Not the annoying "blue" of the normal link!!

HELP ME! :)

Crypto 01-15-2004 01:41 PM

heh


a link="#000000"

Number1Thumb 01-15-2004 01:42 PM

:glugglug

Crypto 01-15-2004 01:42 PM

duh, you run a hosting company and dont know that eh

or you can always do img src="gsdfsdsd.com" border="1" bordercolor="#000000"


What a waste...

Basic_man 01-15-2004 01:45 PM

Quote:

Originally posted by Crypto
duh, you run a hosting company and dont know that eh

or you can always do img src="gsdfsdsd.com" border="1" bordercolor="#000000"


What a waste...

#1 - I only promote a hosting company, I don't run one.. :321GFY

#2 - This is not a valid HTML code, so :321GFY twice!

#3 - Even if I was running a hosting company, that doesn't mean I am a HTML expert, so GO FUCK YOURSELF :321GFY

CrazyNakedChick 01-15-2004 01:45 PM

manually add a black border to the pic in an image editing proggie.

then border "0" in the tag for that pic to prevent the default border color assigned in your body tag from showing on that image.

PlayGirl 01-15-2004 01:46 PM

define it in your css

Basic_man 01-15-2004 01:50 PM

Quote:

Originally posted by Crypto
heh


a link="#000000"

Doesn't work too..

Here's an example page with the code you told me :

http://www.getmehorny.com/pagetest.html

Take a look at it :)

CDSmith 01-15-2004 01:50 PM

Quote:

Originally posted by CrazyNakedChick
manually add a black border to the pic in an image editing proggie.

then border "0" in the tag for that pic to prevent the default border color assigned in your body tag from showing on that image.

This is the way to go.

OR...
put the image inside a table, give the table a black background with border set to =0, then set your image to "HSPACE=1 VSPACE=1 border=0" and you're good to go as well.

Crypto 01-15-2004 01:50 PM

Quote:

Originally posted by Basic_man


#1 - I only promote a hosting company, I don't run one.. :321GFY

#2 - This is not a valid HTML code, so :321GFY twice!

#3 - Even if I was running a hosting company, that doesn't mean I am a HTML expert, so GO FUCK YOURSELF :321GFY


No your right its not valid, it needs the brackets in it.

Crypto 01-15-2004 01:52 PM

http://www.getmehorny.com/pagetest.html


Hello Mr Fuckingretard of the day, heh you need brackets around it, if you dont know html, maybe this just isnt the job for you.

Basic_man 01-15-2004 01:52 PM

Quote:

Originally posted by CrazyNakedChick
manually add a black border to the pic in an image editing proggie.

then border "0" in the tag for that pic to prevent the default border color assigned in your body tag from showing on that image.

I can't it's gonna be on a TGP page.. so it will be submited thumbs..

CrazyNakedChick 01-15-2004 01:53 PM

Quote:

Originally posted by CDSmith
put the image inside a table, give the table a black background with border set to =0, then set your image to "HSPACE=1 VSPACE=1 border=0" and you're good to go as well.
even better. :thumbsup

Crypto 01-15-2004 01:54 PM

Click here to see it in action, man you guys suck.

Crypto 01-15-2004 01:57 PM

Just schooling the newbs as usual...

Captain Canada 01-15-2004 01:59 PM

Quote:

Originally posted by Crypto
Just schooling the newbs as usual...
No joke about that - hspace,vspace - make a border around it in photo shop - amazing how many people dont know simple html.

Its called style sheets, learn them, know them, make them your friend.

Basic_man 01-15-2004 01:59 PM

Quote:

Originally posted by Crypto
Just schooling the newbs as usual...
Yeah :D

Don't you remember when you asked for some HTML tips? YOU WAS A NOOB TOO! :1orglaugh

Crypto 01-15-2004 02:01 PM

No actually, I cant say I did ever ask for any, I sat down and read a book, and that was after 6 years of graduate school at Cornell University for computer science. Just say your owned and move the fuck on.

loverboy 01-15-2004 02:02 PM

bordercolor="#000000"

Basic_man 01-15-2004 02:02 PM

body link="#000000" :Graucho

CDSmith 01-15-2004 02:03 PM

Quote:

Originally posted by Crypto
No actually, I cant say I did ever ask for any, I sat down and read a book, and that was after 6 years of graduate school at Cornell University for computer science. Just say your owned and move the fuck on.
You'd make a great kindergarden teacher.

Crypto 01-15-2004 02:04 PM

Okay man, real easy, heres what ya need to do so you dont have to fuck around with all of that shit, in your Body tag which I notice your missing ?


Anyway put this in


alink=#000000" vlink="#000000" link="#000000"


and your set for any link on your page, worded or image


OR since your using css instead of using all the other colors for your links just use #000000

Crypto 01-15-2004 02:05 PM

Quote:

Originally posted by CDSmith
You'd make a great kindergarden teacher.

I'd expect people that have chosen this as a career or hobby to at least done some of their own homework.


IE:
You dont get hired as an IT guru to then go and post messages asking first day required knowledge.

CDSmith 01-15-2004 02:09 PM

Quote:

Originally posted by Crypto
I'd expect people that have chosen this as a career or hobby to at least done some of their own homework.


IE:
You dont get hired as an IT guru to then go and post messages asking first day required knowledge.

But you don't need to pull a cocky smartass attitude on the guy. Post your help and move the fuck on without making someone feel like shit for asking for help.


I know, "this is GFY" and it's fun to run your beak at people.

Basic_man 01-15-2004 02:11 PM

Quote:

Originally posted by Crypto
Okay man, real easy, heres what ya need to do so you dont have to fuck around with all of that shit, in your Body tag which I notice your missing ?


Anyway put this in


alink=#000000" vlink="#000000" link="#000000"


and your set for any link on your page, worded or image


OR since your using css instead of using all the other colors for your links just use #000000

Yeah, that's it! Your right on that.

But.. what If I need a link to be WHITE on this page? I'm fucked by behind now!? How to make another link to another color than black?

Crypto 01-15-2004 02:11 PM

No, I would never have been like that if he wouldnt have been a dipshit in his first post towards me.

You get what you sow.

Crypto 01-15-2004 02:13 PM

Quote:

Originally posted by Basic_man


Yeah, that's it! Your right on that.

But.. what If I need a link to be WHITE on this page? I'm fucked by behind now!? How to make another link to another color than black?

Heres an idea, you paypal me $10 and Ill make your links any color you need them to be on that page.

Mishi 01-15-2004 02:15 PM

style="border: 1px solid black"

Insert that in the img tag and you're good to go.

ex: <img style="border: 1px solid black" src="image.gif">

ModelPerfect 01-15-2004 02:17 PM

Quote:

Originally posted by Crypto
Click here to see it in action, man you guys suck.
img src="http://www.getmehorny.com/thumbs/1006.jpg" boreder="1" bordercolor="#000000"

What's a "boreder:?

Coyote 01-15-2004 02:21 PM

Quote:

Originally posted by Crypto
No actually, I cant say I did ever ask for any, I sat down and read a book, and that was after 6 years of graduate school at Cornell University for computer science. Just say your owned and move the fuck on.
Sorry, but this is too funny. Six years at Cornell and you still don't know the difference between "your" and you're". :1orglaugh

Basic, bookmark this site after you read it. html 4.01 spec

Basic_man 01-15-2004 02:26 PM

Quote:

Originally posted by Mishi
style="border: 1px solid black"

Insert that in the img tag and you're good to go.

ex: <img style="border: 1px solid black" src="image.gif">

You know what?

YOU ARE THE WINNER!

Yeah nice! That's working fine!

Thank you dude :)

CDSmith 01-15-2004 02:26 PM

Quote:

Originally posted by Basic_man
Yeah, that's it! Your right on that.

But.. what If I need a link to be WHITE on this page? I'm fucked by behind now!? How to make another link to another color than black?

Set your link color in the body tag

< body alink="#000000" >

Then, if you want a certain link to be a different color, link it like this...


< a href="yourlink.com" >< font color="White" >click here< /font >< /a >

looks like this: <a href="http://board.gofuckyourself.com/showthread.php?s=&threadid=221350"><font color="White">click here</font></a>

Doing it that way you can make it any color you want.....

<a href="http://board.gofuckyourself.com/showthread.php?s=&threadid=221350"><font color="Pink">click here</font></a>

Basic_man 01-15-2004 02:30 PM

Quote:

Originally posted by CDSmith
Set your link color in the body tag

< body alink="#000000" >

Then, if you want a certain link to be a different color, link it like this...


< a href="yourlink.com" >< font color="White" >click here< /font >< /a >

looks like this: <a href="http://board.gofuckyourself.com/showthread.php?s=&threadid=221350"><font color="White">click here</font></a>

Doing it that way you can make it any color you want.....

<a href="http://board.gofuckyourself.com/showthread.php?s=&threadid=221350"><font color="Pink">click here</font></a>

Yeah nice, thats the awnser to my question :) thank dude

Crypto 01-15-2004 02:35 PM

Quote:

Originally posted by Coyote


Sorry, but this is too funny. Six years at Cornell and you still don't know the difference between "your" and you're". :1orglaugh

Basic, bookmark this site after you read it. html 4.01 spec


Most kids normally pick on grammar when they have nothing else to say, dont worry, its normal, by the 9th grade youll be out of it hopefully.

CDSmith 01-15-2004 02:38 PM

Quote:

Originally posted by Crypto
Most kids normally pick on grammar when they have nothing else to say, dont worry, its normal, by the 9th grade youll be out of it hopefully.
Run-on sentence, too may commas, and "you'll" has an apostophe in it.





Paypal me $10.

titmowse 01-15-2004 02:42 PM

Quote:

Originally posted by Basic_man


You know what?

YOU ARE THE WINNER!

Yeah nice! That's working fine!

Thank you dude :)

Mishi's a girl :)

Mishi 01-15-2004 03:38 PM

Quote:

Originally posted by titmowse


Mishi's a girl :)

:) You noticed!

Glad that worked for you, Basic_man.

Ash@phpFX 01-15-2004 10:59 PM

:helpme

Turboface 01-15-2004 11:44 PM

Quote:

Originally posted by Crypto



Most kids normally pick on grammar when they have nothing else to say, dont worry, its normal, by the 9th grade youll be out of it hopefully.



Umm, just so you guys know: DAVE STODGHILL (aka Video Voyeur, OAEN, Brian Hicks, etc.) is now posting as Crypto.

:winkwink:

rounders 01-15-2004 11:45 PM

funny folks

psyko514 01-16-2004 12:03 AM

<a href=http://www.htmlgoodies.com/><span style="font-size: 36pt">www.htmlgoodies.com</span></a>


All times are GMT -7. The time now is 02:59 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123