dustincook
Forum Replies Created
-
Forum: Plugins
In reply to: Headline TickerDoes anyone know of anything that can help please?
Forum: Fixing WordPress
In reply to: Normal HTML in PostsThat’s ok, thanks a million for your helop anyway!
Forum: Fixing WordPress
In reply to: Normal HTML in PostsStill no joy, do I need to add something into the header for the page?
Forum: Fixing WordPress
In reply to: Normal HTML in PostsThe image is showing up, but when you click on it, it just takes you to the top of the page.
Forum: Fixing WordPress
In reply to: Normal HTML in PostsDo I need to add anything to the template? If so, what should I add, where do I add it to and what page do I add it onto.
Thanks very much for the help.
Forum: Fixing WordPress
In reply to: Normal HTML in Posts<a href="#" onClick="popup = window.open('images/1x01x1.jpg', 'PopupPage', 'height=225, width=320, scrollbars=no, resizable=yes'); return false" target="_blank"><img src="images/1x01x1.jpg" border="0" width="140" height="105" alt="Chakotay"></a>Forum: Fixing WordPress
In reply to: Normal HTML in PostsOK, that new piece of code supplied is more like the code that would not work for me when I tried originally???
Should it work:
<img src=”imagetitle” border=”0″ width=”SET” height=”SET” alt=”Image Description”>
Forum: Fixing WordPress
In reply to: Normal HTML in PostsThaks. The images now work, but IO do have another problem.
I want the new window to open with the image inside it, and have the window resized so that it fits around the image.
Any ideas on how to do that?
Thanks.
Dustin.Forum: Fixing WordPress
In reply to: CHMOD?And how would you think I could resolve the problem?
Forum: Plugins
In reply to: CG-FeedReadHere is the coding around it:
<table width=”715″ border=”0″ cellspacing=”7″ cellpadding=”5″>
<tr align=”left” valign=”top” bgcolor=”#16223A”>
<td width=”205″ height=”60″ bgcolor=”#16223A”>
<span class=”bodyText”><font size=”2″>LATEST EPISODE
<br><b>Channel 4:</b> 05-09-04
<br>The Xindi
<br><b>SkyOne:</b> 00-01-05
<br>Storm Front, Part I
<br>Full listings…</font>
</td>
<td width=”205″ height=”60″ bgcolor=”#16223A” class=”bodyText”>
<span class=”bodyText”><font size=”2″>LATEST NEWS
<br><?php
$feedUrl = “http://www.ufpst.co.uk/news/index.php”; // a sample CNET feed. use your own…
$feedOut = getSomeFeed($feedUrl, 4, false, “feed-cnetttech”, ”, 36, false);
if ($feedOut)
echo $feedOut;?></font>
</td>
<td width=”205″ height=”60″ bgcolor=”#16223A” class=”bodyText”>
<span class=”bodyText”><font size=”2″>COMMUNICATOR
<br>Join in the forum where we talk about all things Trek.
Or if you have a comment about the site, e-mail me here.</font>
</td>
</tr>
<tr bgcolor=”#16223A”>
<td colspan=”3″><font color=”#98ABCA” size=”2″ face=”Arial, Helvetica, sans-serif”>
<center><b>Site Info</b>:
<font size=”2″>Contact Us ·
<font size=”2″>About Us ·
<font size=”2″>Copyright ·
<font size=”2″>Site Map ·
<font size=”2″>Site Staff ·
<font size=”2″>Awards
</center></font></td>
</tr>
</table>Does this help?