Hey,
I have a big problem with the header of my site. I made it in photoshop and slided it and when i stick it all together in a table using html it looks perfect. But each image src is like
and so on and thats fine but when i added the full url in front of the img src like this:
the whole header looks out of place. This is the code for the table:
all the images appear but not stuck together proprly like they used to when i did not have the "http://www.mydomain.com" in front of the src.
Any ideas?
Thanks in advance.
I have a big problem with the header of my site. I made it in photoshop and slided it and when i stick it all together in a table using html it looks perfect. But each image src is like
| Code: |
| <img src="images/header_01.gif"> |
| Code: |
| <img src="http://www.mydomain.com/images/header_01.gif"> |
the whole header looks out of place. This is the code for the table:
| Code: |
|
<table align="center" width="760" height="120" cellpadding="0" cellspacing="0"> <tr> <td><img src="http://www.mydomain.com/images/header_01.gif"></td> </tr> <tr> <td><img src="http://www.mydomain.com/images/header_02.gif"><a href="http://www.mydomain.com"><img src="http://www.mydomain.com/images/header_home.gif"></a><img src="http://www.mydomain.com/images/space_01.gif"><a href="http://www.mydomain.com/forums"><img src="http://www.mydomain.com/images/header_forum.gif"></a><img src="http://www.mydomain.com/images/space_02.gif"><a href="http://www.mydomain.com/forums/profile.php?mode=register"><img src="http://www.mydomain.com/images/header_register.gif"></a><img src="http://www.mydomain.com/images/space_03.gif"><a href="http://www.mydomain.com/xchange/"><img src="http://www.mydomain.com/images/header_xchange.gif"></a><img src="images/space_04.gif"><a href="http://www.mydomain.com/about.php"><img src="http://www.mydomain.com/images/header_about.gif"></a><img src="http://www.mydomain.com/images/space_05.gif"> <a href="http://www.mydomain.com/members/"><img src="http://www.mydomain.com/images/header_members.gif"></a><img src="http://www.mydomain.com/images/header_03.gif"></td> </tr> <tr> <td><img src="http://www.mydomain.com/images/header_04.gif"></td> </tr> </table> |
all the images appear but not stuck together proprly like they used to when i did not have the "http://www.mydomain.com" in front of the src.
Any ideas?
Thanks in advance.
