lemming22
07-27-2004, 02:45 PM
ok, I'm beginning to learn how to code without the aid of photoshop :p
How do I put text and then have an image to the right of it?
How do I put text and then have an image to the right of it?
![]() | View Full Version : html help lemming22 07-27-2004, 02:45 PM ok, I'm beginning to learn how to code without the aid of photoshop :p How do I put text and then have an image to the right of it? Kalina 07-27-2004, 02:47 PM See if this work. <img src="FILENAMEHERE" align="right">text goes here. lemming22 07-27-2004, 03:19 PM well, i can't really test it yet ;) need to make the layout first. I wanted to know before hand though. ty Kalina 07-27-2004, 03:20 PM You're welcome! ;) stripeyteapot 07-27-2004, 08:28 PM http://www.w3schools.com/css/default.asp this will be extremely useful to learn. sbdquinten 07-29-2004, 10:15 AM nice link! Another advise: using StyleMaster you have the possibility to see changes you made in code in realtime in visual... speeds up your understanding... |