Click to See Complete Forum and Search --> : no space around buttons...


ShaunB
05-21-2006, 12:30 PM
hello im new to the site and cant figure out why my buttons have a space around them. any help would be appreciated. the page im working on is

http://www.pcperformance.org/new.html

<CENTER> <img border="0" src="/images/pcpheadertop.jpg" style="border:0;">



<a href="index.html"><img border="0" src="/images/homebutton.jpg" alt="button" style="border:0;"> </a>

<a href="computers.html"><img border="0" src="/images/computerslink.jpg" alt="button" style="border:0;"> </a>

<a href="webdesign.html"><img border="0" src="/images/webdesignbutton.jpg" alt="button" style="border:0;"> </a>

<a href="hdtv.html"><img border="0" src="/images/hdtvbutton.jpg" alt="button" style="border:0;"> </a>

<a href="services.html"><img border="0" src="/images/supportbutton.jpg" alt="button" style="border:0;"> </a>

<a href="contactus.html"><img border="0" src="/images/contactusbutton.jpg" alt="button" style="border:0;"> </a>

ShaunB
05-21-2006, 12:37 PM
NogDog : You can use a CSS background image: define a DIV element to be the height and width of the image, set the image as the background, then add your text as desired (using a P tag with margins/paddings to position the text as desired over the image).


maybe this is the rout i need to go, just put text over the top of a menu img

the tree
05-21-2006, 01:44 PM
Could it be the spaces before your closing anchor tags?
Incedently, "button" is the worst alt text ever.

ShaunB
05-21-2006, 09:21 PM
i fixed it

http://www.pcperformance.org

had the buttons set in wrong table

lol now i cant figure out where do turn that one table black