Jump to content

[SOLVED] Should be Very Quick Solution


ds111

Recommended Posts

It should be a very quick solution but has got me puzzled.

 

The follow code:

 

<nobr>
<p>
<a href="http://localhost/showpost/33/0.html"><img src="http://localhost/images/go.png" border="0" title="Full Post"></a>
		<span id="editme33"><h3> test </h3></span>	
</p>
</nobr>

 

 

Should output

 

[Go image] Test

 

But instead it outputs

 

[Go image]

Test

 

Like shown in this screenshot. I've tried <p> tags <nobr> tags, but still it gives that. Ya i know <nobr> is deprecated, but white-space: nowrap doesnt work either...

picture1kj9.png

Link to comment
https://forums.phpfreaks.com/topic/139239-solved-should-be-very-quick-solution/
Share on other sites

uh, duh!! why didnt i think of that....

 

well, i've got one last problem. So basically theres this wierd space between a hard-coded "test" and a dynamic "test" where the posts are...

take a look at screenshot

 

picture2my2.png

 

and the code is:

 

test   <--- this is the first "test" u see 

<div class="post">
			<a href="http://localhost/showpost/33/0.html"><img src="http://localhost/images/go.png" border="0" title="Full Post"></a>
		<span style="font-size: 19px; font-weight: bold; color: black;" id="editme33">test</span>	 <-- this is the bold test u see 


Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.