amby
03-10-2004, 10:37 PM
hey i wanna know on this page www.angelfire.com/rock3/cky_obssesed_moron how can i put the enter sign on the left hand side of the photo?
|
View Full Version : hyperlink amby 03-10-2004, 10:37 PM hey i wanna know on this page www.angelfire.com/rock3/cky_obssesed_moron how can i put the enter sign on the left hand side of the photo? bourdelson 03-11-2004, 12:02 AM Well, first, your code was really messy, so I fixed it up a bit for you. <html> <head> <title>CKY OBSSESED MORON</title> <style type="text/css"> A:hover { text-decoration: none; cursor:"crosshair" } scrollbar-face-color : #ffffff; scrollbar-highlight-color : #cc00ff; scrollbar-3dlight-color : #cc00ff; scrollbar-shadow-color : #cc00ff; scrollbar-darkshadow-color : #cc00ff; scrollbar-track-color : #ffffff; scrollbar-arrow-color : #cc00ff; </style> </head> <body bgcolor="ffffff"> <div align="center"><img src="title.bmp"></div> <div align="center"><a href="index2"><img src="deron.bmp" border="0" vspace="30"></a></div> <center> <font color="000000" size="2" face="arial"> Click Deron to Enter </font></center> </html> The enter sign? The only enter sign I see is the picture, unless you're talking about the text. If you want to do that, just put it inside a div with align="left" put in the tag. If you want it in a specific area, try absolute positioning. |