echo output formatting
Posted: Tue Nov 08, 2005 9:34 am
Hi,
I have the following code;
This displays two links on the same line, right next to each other. I would like to know how I could seperate these with an image (my spacer image).
thansks
I have the following code;
Code: Select all
"<a href=\"myprofile.php\" class=\"blue2\">My Profile</a>""<a href=\"logout.php\" class=\"blue2\">logout</a>";This displays two links on the same line, right next to each other. I would like to know how I could seperate these with an image (my spacer image).
thansks