Jump to content

simple fix! alignment


holz_bee

Recommended Posts

hello i wonder if you can help! its really simple yet i can get it to work!

 

i want to align something i have echoed right so there is a considerable gap between that and something else i have echoed! where do i put the script and what do i put! thank you for you help here is the code

 

echo("<div> <B>Title         ______________                 </b>");
echo($row["Title"]);

 

in stead of the line i want it justified right!

 

Thank you again

 

Holly  8)

Link to comment
https://forums.phpfreaks.com/topic/48803-simple-fix-alignment/
Share on other sites

i keep getting that dreaded white screen! im obviously putting it in the wrong place and not in the right commas!

 

 

 echo("<div> <B>Title</b>")<span style="width:100%; text-align:right;">; 
echo("$row["Title"]")</span>;

 

 

^^^^^just so we know that doesnt work lol ???

Link to comment
https://forums.phpfreaks.com/topic/48803-simple-fix-alignment/#findComment-239181
Share on other sites

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.