Jump to content

How To Create A Link To Photoshop Banner


ebaytemplate

Recommended Posts

Hi,Can somebody please help me with two issues I have at the moment? Thanks in advance!1. I made a banner/logo using photoshop. On that banner and logo, I have a few lists such as, All Listings, Auction, About me..... etc. How can I create a link inside that banner/logo for each list so that when people click on each, it opens up with a new window or inside the same window? Banner was created in photoshop then I uploaded it to my server.2. It's just one page ebay template but I am having such a hard time cos of table. Upon reading up other people's problems/solution, I realised that it's not an ideal practice to create table in html. The thing is I don't seem to get my head around css. Trying to understand html was hard enough. Revising them to css is doing my head in! :) And I gave up and came for help! I will give it a go at some point but this template's gotta be done without any more delay.I have one large table then inside it, there is another table.<div align=center><table width="800" cellpadding=0 cellspacing=0 border=0 bgcolor="e6eeaa"><!-- My banner/logo goes here --><tr> <td width="750" height="194" valign="top"><img src="http://www.mywebsite.com/images/header/header.jpg" width="800" height="194" /></td> </tr><tr><td width="100%"><p><div align=center><table width="100%" cellpadding=35 cellspacing=0 border=0 bgcolor="#e6eeaa"><tr><td>And this was perfect until I inserted the below. <!-- Description graphic --><p align=left><img src=http://www.mywebsite.com/images/template/description.gif border=0 width="800" height="46"></p><!-- Description here --><p align=left style="font-family: verdana; font-size: 18px; font-weight: 600;color:#39613e"><b><ul><li>info1</li><li>info2</li><li>info3</li></ul></b></p><p align=left style="font-family: verdana; font-size: 18px; font-weight: 600;color:#39613e">Description goes here.</p> When I put the above description graphic, table on the right side gets out of line of the banner on top. table gets bigger than banner on the right side. I am not sure what's happening but description graphic seems to push the outside table out. Trying to sort it, I changed cellpadding from 35 to 0. And that seems ok but the paragraphs in the table don't look professional. It just fits full in table, not right in the middle. Does this make sense to anyone?I did read very similar question and solution in other thread but just got too complicated for me :) After all, mine is just one page. Is there any quick fix in this? I tried to learn css but I really hope this can be fixed somehow.Thank you again!

Link to comment
Share on other sites

Hi,Can somebody please help me with two issues I have at the moment? Thanks in advance!1. I made a banner/logo using photoshop. On that banner and logo, I have a few lists such as, All Listings, Auction, About me..... etc.
This would be done by mapping the areas of the image. Read more...That being said, don't do it. Accessibility would be killed. Try closing your eyes and randomly selecting a link. That's what blind people would have to do. Better is to have a menu list. Read more...
Link to comment
Share on other sites

Do you have a link to what you have already?1) take your current code and validate it. Do it here...You can enter the URL or just copy the code and paste into the direct input box.2) make sure your page starts with a DOCTYPE. Read more here...3) always develop the page in Firefox and then worry about IE (this may and I say MAY change when IE8 is released).I'm sure some here might be interested in a side job. You asked - they will reply if interested.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...