- Impact
- 3
Hey
I've got my page up HERE and so far I have taken out all the stuff that I won't be using or need. It has a CSS file (uptheshots.co.uk/emx_nav_left.css)
I've got THREE things I need a little help with.....
1) In the top of the page is the NEXT MATCH part with a white empty space each side. I want to put a small image in both gaps but when I tried editting it and adding a table with 3 columns the images would only appear in ONE box. I think that it may be something to do with the CSS as there was an image there before but I took it out.
How do I change the CSS to add my image(s)?
2) I also want the links on the leftside from TheShots.co.uk down to Aldershot Town-Mad to open in a new window. How do I change the CSS below to make them open in a new window?
3) One more thing I want to do is have a little captions area underneath my image. Would it be done with just a table underneath it or what?
At this time my page is Valid so any changes that I make should preferably also be validated.
Any help is much appreciated!!
I've got my page up HERE and so far I have taken out all the stuff that I won't be using or need. It has a CSS file (uptheshots.co.uk/emx_nav_left.css)
I've got THREE things I need a little help with.....
1) In the top of the page is the NEXT MATCH part with a white empty space each side. I want to put a small image in both gaps but when I tried editting it and adding a table with 3 columns the images would only appear in ONE box. I think that it may be something to do with the CSS as there was an image there before but I took it out.
How do I change the CSS to add my image(s)?
2) I also want the links on the leftside from TheShots.co.uk down to Aldershot Town-Mad to open in a new window. How do I change the CSS below to make them open in a new window?
HTML:
/************* relatedLinks styles **************/
.relatedLinks{
margin: 0px;
padding: 0px 0px 10px 10px;
border-bottom: 1px solid #cccccc;
}
.relatedLinks h3{
padding: 10px 0px 2px 0px;
}
.relatedLinks a{
display: block;
}
3) One more thing I want to do is have a little captions area underneath my image. Would it be done with just a table underneath it or what?
At this time my page is Valid so any changes that I make should preferably also be validated.
Any help is much appreciated!!
Last edited:







