| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| NamePros Regular | Need Help Getting Image on Top of Page I tried to get an image on top of the page using $top in my config.php Code: ///Header HTML
$top ="img src=images/5dmlogo.jpg";
I am super new to php The site I am working on is www.rizma.com/5dm Thanks For The Help John |
| |
| | #5 (permalink) |
| NamePros Member | I fail to see why: <<?=$top;?>> does not work.. Paste the code you have that is trying to call the picture Here, I will show you an example that works, maybe it will help you. Code: <? $teehee = "img src=/odditysoftware/scripts/us-apartments-script/images/3.gif"; ?> <<?=$teehee;?>> <p align="center">img src=images/5dmlogo.jpg</p> change the <p align="center"> and the </p> to just < and >
__________________ Complete Databases For Webmasters | Expired Domain Lists | Buy and Sell Domains | 29Net Last edited by Hobnob; 05-10-2006 at 04:29 PM. |
| |
| | #8 (permalink) | |
| NamePros Member | Quote:
__________________ Complete Databases For Webmasters | Expired Domain Lists | Buy and Sell Domains | 29Net | |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |