|
#1
|
|||
|
|||
|
how do i put a break btwn my main photo and the table below?
Aloha all,
Im a noob when it comes to CSS. just installed and started tweaking my photoblog. but I'd like to insert a space below my main pic to space it out cleanly..... which file am i supposed to add the code to, i tried in the CSS under #image and i must have either done ti wrong, or put it in the wrong place.... http://blog.conorisaacs.com/ |
|
#2
|
||||
|
||||
|
go to the templates directory --> pixelpost light --> image_template.html
somewhere between line like 30-40 you will see... Code:
<img id="image" src="images/<IMAGE_NAME>" alt="<IMAGE_TITLE>" title="<IMAGE_PREVIOUS_TITLE>" width="<IMAGE_WIDTH>" height="<IMAGE_HEIGHT>" /></a> save, upload to that same directory on the server... *scratches head* i think...
__________________
i should say more clever stuff |
|
#3
|
|||
|
|||
|
Thank you!!
|
|
#4
|
||||
|
||||
|
cissacs - you have used <br> rather than <br />
<br> is not compliant with xHTML which is what the template is made with. you need to use <br />
__________________
Affordable Website Design in North Wales |
| Post Reply |
| Thread Tools | |
|
|