HTML/CSS help - Printable Version +- 2DWorlds Forums (http://2dworlds.buildism.net/forum) +-- Forum: Off Topic (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=5) +--- Forum: Programming (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=30) +--- Thread: HTML/CSS help (/showthread.php?tid=8583) |
HTML/CSS help - Dignity - 11-15-2011 http://theamazingmarblepop.com/ I'm trying to make the links next to each other, instead of on top of each other. any ideas? Note: It's using div's, so anyone got an idea so div's will not start a new line? RE: HTML/CSS help - Paradox - 11-15-2011 Why use divs? Why just put linked pictures? Like this I believe- Code: <a href="/about/" style="color:rgb(0,0,0); text-shadow: 1px 2px 1px #FFFF00"><img src="http://theamazingmarblepop.com/images/wood.png" height="100"></a> And make sure your wrapper is wide enough to contain all of the pictures side by side. RE: HTML/CSS help - Dignity - 11-15-2011 @Paradox So I can put text on it. RE: HTML/CSS help - Paradox - 11-15-2011 What? You mean like input text that you see when you mouse-over the pictures? RE: HTML/CSS help - Dignity - 11-15-2011 No, I literally mean I need to put text on it. |