Does WP not like the align="right" tag??
-
Here is some code I’m using in a WP page. Notice the align=”right” inside my <div> tag. This text is overlaying on a image. The overlay works well, however, my text is always on the left. Does WP just not like the align=”right” tag? For the life of me, I can’t get that text to go on the left. Maybe I’m using the wrong tag? I don’t know…
<table style="width: 413px;"> <tbody> <tr> <td style="background: url('image/ambassador-05.jpg') top left no-repeat;" valign="top" width="413" height="226">? <div class="text1" style="width: 160px; margin: 19 0 0 233px;" align="right"> <h5>Business Services: (800) 555-5555 ext. 999.</h5> </div> </td> </tr> </tbody> </table>
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
Thanks in advance for your help….
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Does WP not like the align="right" tag??’ is closed to new replies.