HTML Not Displaying on Page
-
I already have regular text on my page, and I wanted to add this bit of html at the bottom of the first paragraph to show the images with the links. It works in w3schools try it editor, but it shows up as plain text whenever I insert it into the page. Any suggestions?
<table id=”Table_01″ width=”431″ height=”156″ border=”0″ cellpadding=”0″ cellspacing=”0″>
<tr>
<td>
<img src=”http://i1190.photobucket.com/albums/z451/LynchPrinting1/untitled_01.jpg” width=”202″ height=”156″ alt=””></td>
<td>
<img src=”http://i1190.photobucket.com/albums/z451/LynchPrinting1/untitled_02.jpg” width=”27″ height=”156″ alt=””></td>
<td>
<img src=”http://i1190.photobucket.com/albums/z451/LynchPrinting1/untitled_03.jpg” width=”202″ height=”156″ alt=””></td>
</tr>
</table>The blog I need help with is: (visible only to logged in users)
-
<table id=”Table_01″ width=”431″ height=”156″ border=”0″ cellpadding=”0″ cellspacing=”0″>
<tr>
<td>
<img src=”http://i1190.photobucket.com/albums/z451/LynchPrinting1/untitled_01.jpg” width=”202″ height=”156″ alt=””></td>
<td>
<img src=”http://i1190.photobucket.com/albums/z451/LynchPrinting1/untitled_02.jpg” width=”27″ height=”156″ alt=””></td>
<td>
<img src=”http://i1190.photobucket.com/albums/z451/LynchPrinting1/untitled_03.jpg” width=”202″ height=”156″ alt=””></td>
</tr>
</table> -
-
- The topic ‘HTML Not Displaying on Page’ is closed to new replies.