View Full Version : Is there somewhere to go to get the codes
Lexi
January 1st, 2001, 09:28 PM
and I hope i'm posting in the right place this time http://www.cybertechhelp.com/ubb/biggrin.gif
but is there a place to go to get the codes for aligning an image on the left or very top of the page or adding a button on top of a side border image and making that button a link?......
redstone
January 1st, 2001, 10:01 PM
Codes? Are we talking HTML code? ÿ
------------------
HTML is off.
MishY
January 1st, 2001, 10:06 PM
If this is an HTML question which it sounds like this belongs in the Website & Graphics forum http://www.cybertechhelp.com/ubb/smile.gif
MiShY
------------------
Cyber Tech Help (http://www.cybertechhelp.com)
You Break 'em - We Fix 'em
Lexi
January 1st, 2001, 11:36 PM
Yes sorry again html and I guess i'm in the wrong forum again..gah lol
MishY
January 1st, 2001, 11:38 PM
Moving to the Website & Graphics forum http://www.cybertechhelp.com/ubb/smile.gif
MiShY
------------------
Cyber Tech Help (http://www.cybertechhelp.com)
You Break 'em - We Fix 'em
Steven.Bentley
January 2nd, 2001, 01:11 AM
Well you're in the right place now http://www.cybertechhelp.com/ubb/smile.gif
align an image on the left
this is the standard way:
<img src="whatever.jpg" align="left">
here's arguably a better way:
<img src="whatever.jpg" style="position:absolute;left:0">
aligning to the very top of the page
<img src="whatever.jpg" style="position:absolute;top:0">
adding a button on top of a side border image and making that button a link?
what language was that? http://www.cybertechhelp.com/ubb/wink.gif
If by a button you mean an image...
<a href="wherever.htm"><img src="whatever.jpg" border=0></a>
will turn it into a link but I'm not too clear what the rest of that sentence means!
Lexi
January 2nd, 2001, 01:18 AM
Lets see if I can explain better lol
On my page i'll have a side border and in that border I'll add *yes those are images/buttons* and wish to make them links to other pages
I think even tho you didn't understand me you answered the question.
Thanks I'll try this.
Buzz
January 2nd, 2001, 04:06 AM
Yup! Mr. Bentely answered your question.....
<a href="wherever.htm"><img src="whatever.jpg" border=0></a>
That will turn images into links
Lexi
January 2nd, 2001, 04:24 AM
Thanks! So tell me..is there a place on the net that has the codes so I can just go and look them up?
Buzz
January 2nd, 2001, 05:44 AM
There are lots of places. One of the best is http://www.webmonkey.com
[This message has been edited by Buzz (edited 01 January 2001).]
Lexi
January 2nd, 2001, 05:50 AM
Thank you!
Buzz
January 2nd, 2001, 10:22 AM
anytime
redstone
January 2nd, 2001, 11:25 AM
another source for HTML code is
click here (http://www.webspawner.com/cc/html/alpha.htm)
------------------
HTML is off.
Kimmygem
January 3rd, 2001, 12:45 AM
Hey....I've had lots of fun with that link Mishy posted in the other thread about the cursors and all....I've gotten some dhtml code and messed around with it too. Nice site there redstone..
------------------
<IMG SRC="http://www.kimmygemspad.com/My%20Documents/MyStuff/Kimmymulti.gif" border=0>
Visit Kimmygem's for Animated Graphics (http://www.KimmygemsPad.com)